jeffwils / grails-spring-security-saml

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

SAML running before runtime.groovy initialization #58

Open pshotton opened 5 years ago

pshotton commented 5 years ago

We've been using the SAML v2.x plugin successfully, with configuration loaded from runtime.groovy (we have some dynamic settings that use an application class to read JSON from the environment.

We've upgrade to Grails 3.3.8 and are using v3.3.0 of the springsecurity saml plugin, and it seems SAML is now configured and started before runtime.groovy is executed, so any overrides in runtime.groovy are ignored.

If I hardwire the settings in application.groovy everything works asit should but I can't use external methods.