Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Configuring #26

Closed
gjbowen opened this issue Aug 13, 2018 · 0 comments
Closed

Configuring #26

gjbowen opened this issue Aug 13, 2018 · 0 comments

Comments

@gjbowen
Copy link

gjbowen commented Aug 13, 2018

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants