> 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
