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
To customize how a RelyingPartyRegistration is resolved from a login request, an application needs to configure an Saml2AuthenticationTokenConverter in the DSL:
Because a Saml2AuthenticationTokenConverter is often based on a RelyingPartyRegistrationRepository bean, this could be modestly simplified by Saml2LoginConfigurer picking up a Saml2AuthenticationTokenConverter bean:
jzheaux
changed the title
Saml 2.0 DSL support should pick up RelyingPartyRegistrationResolver bean
Saml2LoginConfigurer should pick up Saml2AuthenticationTokenConverter bean
Sep 15, 2021
Related to #10243
To customize how a
RelyingPartyRegistration
is resolved from a login request, an application needs to configure anSaml2AuthenticationTokenConverter
in the DSL:Because a
Saml2AuthenticationTokenConverter
is often based on aRelyingPartyRegistrationRepository
bean, this could be modestly simplified bySaml2LoginConfigurer
picking up aSaml2AuthenticationTokenConverter
bean:The text was updated successfully, but these errors were encountered: