jeffwils / grails-spring-security-saml

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

issue 55 - Feature: Add auto generation of default SP metadata #56

Closed yurib closed 2 years ago

yurib commented 5 years ago

Follow the overview https://www.codeproject.com/articles/598581/how-to-integrate-spring-oauth-with-spring-saml - adding the

valentingoebel commented 5 years ago

I am not sure if this is really meant to be used outside of testing because the MetadataGeneratorFilter gives me a warning on startup.

https://github.com/rnagulapalle/spring-saml/blob/master/core/src/main/java/org/springframework/security/saml/metadata/MetadataGeneratorFilter.java#L108

Unfortunately I haven't figured out how to configure application.yml to avoid using manually defined metadata so I can't test if your code works properly.

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.

(The new version automatically generates metadata)