Skip to content

Dropping the '/cas/login' off my url.  #1

@ddavisgraphics

Description

@ddavisgraphics
    @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::ActiveRecordStore

So 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions