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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: