Hello!
I have already configured Spring Security in Grails 3.2.2, and my CAS 5 RC5 is working fine with LDAP. I get redirected to CAS when I enter a secured resource on my Grails App, however I have some doubts...:
1. Do I need to configure my own interceptor in order to handle the CAS response with ticket-id?
Plugin doc does not say anything explicit about that.
2. Is there any example using this set-up?
- CAS 5.0.0.RC5-SNAPSHOT
- Grails 3.2.2
- org.grails.plugins:spring-security-core:3.1.1
- org.grails.plugins:spring-security-cas:3.0.0
Every example I found uses old versions of Grails or CAS.
Any help would be appreciated.
Regards,