> I want to use restful API for avoiding the CAS login page because is a > requirement of my customer.
We discourage the RESTful API for that purpose. It is intended for service authentication, not as an alternative to bypass the login UI. In any case I would imagine that the lack of SSO functionality is caused by cookie scoping issues; namely, the service calling CAS has a different domain/scope than CAS itself. I personally think bypassing the CAS login UI is misguided, but I understand you're acting on requirements. I would recommend searching the list archives for alternative solutions. This question comes up frequently. 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
