-
-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grails 5.1.8 + SAML fails #12550
Comments
More than likely related to #12535 |
Thank you for taking time to report this issue. It would be great if you could share the steps to replicate. There has been some improvements around accessing configuration and deprecating |
Strange I couldn't get the Saml plugin to work with Grails 5.1.7 or 5.1.8 and got the error I raised here which is different: Removing the saml plugin allowed my app to run... |
From the latest comment at jeffwils/grails-spring-security-saml#74 it appears to be resolved. |
Expected Behavior
Grails application should start without error. This works in when
grailsVersion=5.1.7
is specified ingradle.properties
.Actual Behaviour
Changing to
grailsVersion=5.1.8
ingradle.properties
, the Grails application fails to start, producing this error:Steps To Reproduce
No response
Environment Information
Note: normally I would suspect the SAML plugin to be the problem, but it has been working fine using various versions of Grails 4 and Grails 5. It only stopped working with v5.1.8.
Example Application
No response
Version
5.1.8
The text was updated successfully, but these errors were encountered: