grails / grails-spring-security-cas

Apache License 2.0
19 stars 30 forks source link

Configuring #26

Open gjbowen opened 6 years ago

gjbowen commented 6 years ago

After following the Configuration Instructions, I'm having some trouble. Hopefully it's something simple.

When I do I grails run-app the first page is a simple sign-on page at http://localhost:8080/login/auth, not the cas page that we would like to use: https://login.ua.edu/cas/login.

My application.yml looks like: grails: ----plugin: --------springsecurity: ------------cas: ----------------loginUri: /login ----------------serviceUrl: http://localhost:8080/login/cas ----------------serverUrlPrefix: https://login.ua.edu/cas ----------------useSingleSignout: false

and I added to my build.gradle under dependencies: compile "org.grails.plugins:spring-security-core:3.2.3" EDIT I got it to go to our page by using both: compile 'org.grails.plugins:spring-security-cas:3.0.1' compile "org.grails.plugins:spring-security-core:3.2.3" in my dependencies.

Next issue: When I enter my credentials, it returns a page that says "This page isn't working Local host redirected you too many times Try clearing your cookies"