Thanks so much Marvin. The reason I'm using REST is that I want to accomplish SSO from a 'trusted' 3rd party application (hence non-CASable). Suppose I'm able to share TGT across services (these are web apps), how do I go about accomplishing SSO?
On Mon, Jul 16, 2012 at 6:46 PM, Marvin Addison <[email protected]>wrote: > > How should I use RESTful API so that, after I authenticate to one > service, I > > can sign-in to any service without authenticating again. > > The RESTful API is not designed to support single sign-on. It could > be accomplished if you developed some method or policy for sharing the > TGT with services that need SSO, but that's a mechanism that would > depend on the platform/agent attempting to authenticate to CAS. If > you need REST because you are accessing non-web applications, that > could be a challenging project. > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
