Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single sign-out: how to specify callback URL #26

Open
vemv opened this issue Aug 26, 2013 · 1 comment
Open

Single sign-out: how to specify callback URL #26

vemv opened this issue Aug 26, 2013 · 1 comment

Comments

@vemv
Copy link

vemv commented Aug 26, 2013

With single sign-out turned on, when I log out via the CAS server (as opposed to one of the consumer applications), the server tries notifying the consumers, using the "service" urls.

These service urls seem to have a fixed value: that that the Rails consumer app had when the before_filter caused a redirection for logging in.

Example:

  • User logged out, has no ticket
  • Tries going to my.app.com/foo
  • Gets redirected to cas.server.com, and the ticket's service value gets bound to my.app.com/foo
  • Uses the app for a while
  • Goes to cas.server.com/logout, logs out
  • Server notifies app, but sends a request to /foo (some arbitrary domain-specific functionality) rather than /logout (which would delete the app's login cookie).

How to supply a custom callback logout URL?

@vemv vemv closed this as completed Aug 26, 2013
@vemv vemv reopened this Aug 26, 2013
@vemv
Copy link
Author

vemv commented Aug 26, 2013

Thought I found a solution but I didn't, sorry for the noise.

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

No branches or pull requests

1 participant