jeffwils / grails-spring-security-saml

Grails Spring Security SAML2.0 Plugin for Grails 3
8 stars 24 forks source link

Remove userDetailsService from SamlSecurityService #53

Closed valentingoebel closed 2 years ago

valentingoebel commented 6 years ago

I have removed userDetailsService from SamlSecurityService because it is no longer used and can cause the plugin to crash on startup. See issue #49

I could successfully login via irstevenson's grails-spring-security-saml-test app and also have successfully deployed it to my staging system without any problems.

valentingoebel commented 2 years ago

The plugin has been rewritten for Grails 5 and I am moving the plugin to another repository. The pull request is no longer valid.