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
Added support for authenticating a SAML user by UserDetailsService.
This enhances the AuthenticationProvider by adding UserDetail metadata
to the principal and also set authorities like roles.
Closesspring-projectsgh-7465
herrminni
pushed a commit
to herrminni/spring-security
that referenced
this issue
Oct 20, 2019
Added support for authenticating a SAML user by UserDetailsService.
This enhances the AuthenticationProvider by adding UserDetail metadata
to the principal and also set authorities like roles.
Closesspring-projectsgh-7465
Similar as
oauth2Login()
loads user fromOAuth2UserService
interface. SAML attributes need to be retrieved as well.The text was updated successfully, but these errors were encountered: