jamesfredley commented on issue #15373: URL: https://github.com/apache/grails-core/issues/15373#issuecomment-3847522842
I am unsure since I do not use saml, but that appears to be the way most people have done it on Grails historically. You can also build that plugin locally using the Grails 7 commit and include it directly in your application, if it is not published yet. And updating Plugins to Grails 7 is a pretty quick process. https://github.com/apache/grails-core/discussions/15044 Separately from using a Grails plugin, you could just following https://docs.spring.io/spring-security/reference/6.5/servlet/saml2/login/overview.html to incorporate the necessary functionality directly into your application. Grails 7 uses the Spring Security version provided by Spring Boot Dependencies, currently 6.5.7 https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/3.5.10/dependencies -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
