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

Configuring  #26

@gjbowen

Description

@gjbowen

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions