You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementations of Saml2AuthenticationRequestFactory may need additional context other than what Saml2AuthenticationRequestContext gives by default.
For example, it is at times desirable to force authentication by setting the ForceAuthN attribute in the AuthnRequest message. In an implementation of Saml2AuthenticationRequestFactory, an application would need to hard-code this setting or use a global variable to adjust it:
Implementations of
Saml2AuthenticationRequestFactory
may need additional context other than whatSaml2AuthenticationRequestContext
gives by default.For example, it is at times desirable to force authentication by setting the
ForceAuthN
attribute in theAuthnRequest
message. In an implementation ofSaml2AuthenticationRequestFactory
, an application would need to hard-code this setting or use a global variable to adjust it:It would be better if
Saml2AuthenticationRequestContext
could be extended, allowing applications to pass additional context into the method:Saml2AuthenticationRequestContext
should be enhanced in the following ways:final
protected
The text was updated successfully, but these errors were encountered: