Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<bean parent="SAML2.SSO" p:defaultAuthenticationMethods>
	<property name="defaultAuthenticationMethods">
		<list>
			<bean parent="shibboleth.SAML2AuthnContextClassRef"
				c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken" />
		</list>
	</property>
</bean>

is equivalent to an SP for which the configuration applies requesting this:

...

When the request to the IdP does have explicit method requirements, or a defaultAuthenticationMethod defaultAuthenticationMethods property is set on the applicable profile configuration, then the selection process is as follows:

...