google-code-export / rubycas-client

Automatically exported from code.google.com/p/rubycas-client
1 stars 1 forks source link

Support for Single Sign-Out (CAS 3.1) #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CAS 3.x protocol supports logout initiated to all the registered servers.

Will RubyCAS client support this protocol?

Original issue reported on code.google.com by venkat.s...@gmail.com on 5 Jan 2008 at 12:47

GoogleCodeExporter commented 9 years ago
Short answer is yes.

I'm adding it to the to-do list for the 2.0 milestone, work on which should be
getting underway soon.

Original comment by matt.zuk...@gmail.com on 7 Jan 2008 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by matt.zuk...@gmail.com on 7 Jan 2008 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by matt.zuk...@gmail.com on 21 Feb 2008 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by matt.zuk...@gmail.com on 26 Mar 2008 at 3:59

GoogleCodeExporter commented 9 years ago
This is more or less fully functional as of rev 173. Currently however it will 
only
work under Rails, and then only if you are using :active_record for your 
session store.

See here for an in-depth discussion of the implementation:
http://groups.google.com/group/rubycas-server/browse_thread/thread/fe0e51f22fdb0
88d/5d5b64bb71f5104f?hl=en&lnk=gst&q=single+sign+out#5d5b64bb71f5104f

Original comment by matt.zuk...@gmail.com on 1 Oct 2008 at 8:47