rubycas / rubycas-client-rails

Rails plugin for the RubyCAS-Client
MIT License
77 stars 70 forks source link

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

Open vemv opened 11 years ago

vemv commented 11 years ago

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:

How to supply a custom callback logout URL?

vemv commented 11 years ago

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