spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 484 forks source link

2.0.0.M31 how to use userdetailservers #479

Closed shuweicn closed 4 years ago

shuweicn commented 4 years ago

How to verify the logged in user, I want custom login process and set user in to local database. if user not in local database limit user login, where is login hook.

shuweicn commented 4 years ago

where SAMLUserDetailsService in 2.0.0M31

rwinch commented 4 years ago

This project is in maintenance mode. The milestones never made it to GA because we merged our efforts into Spring Security proper. I'd switch to Spring Security SAML support https://docs.spring.io/spring-security/site/docs/5.3.x/reference/html5/#servlet-saml2

shuweicn commented 4 years ago

Thank you rwinch