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
It should be possible to use an ObjectPostProcessor to post-process the configuration of Saml2WebSsoAuthenticationRequestFilter.
Otherwise, there is no clear way to configure its RequestMatcher or its Saml2AuthenticationRequestContextResolver other than to bypass saml2Login on the DSL and instantiate the filter itself.
For additional context, note that OAuth2LoginConfigurer post-processes its equivalent filter, OAuth2AuthorizationRequestRedirectFilter.
The text was updated successfully, but these errors were encountered:
It should be possible to use an
ObjectPostProcessor
to post-process the configuration ofSaml2WebSsoAuthenticationRequestFilter
.Otherwise, there is no clear way to configure its
RequestMatcher
or itsSaml2AuthenticationRequestContextResolver
other than to bypasssaml2Login
on the DSL and instantiate the filter itself.For additional context, note that
OAuth2LoginConfigurer
post-processes its equivalent filter,OAuth2AuthorizationRequestRedirectFilter
.The text was updated successfully, but these errors were encountered: