-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
@cas_server_url = "https://subdomain.college.edu/cas/login"
config.rack_cas.server_url = @cas_server_url
# config.rack_cas.protocol = 'p3'
# config.rack_cas.session_store = RackCAS::ActiveRecordStoreSo I've followed the documentation, and there is a good change I'm just doing something wrong. However, the URL produced in rails doesn't seem to point to the right place.
The URL it sends me to from the above example would be
https://subdomain.college.edu/login?service=http://localhost:3010/ and I need it to be like this
https://subdomain.college.edu/cas/login?service=http://localhost:3010/
Are there more configurations I can try or is this a bug that needs modified?
Metadata
Metadata
Assignees
Labels
No labels