Hi,
I want to use CAS REST API to establish SSO between 2 services.
Idea is to generate and get valid service token by calling REST
/cas/v1/tickets/{TGT} method
and then redirect to CAS server with service={url}&token={ST} parameter in
order to authenticate user on 2nd service.
I was able to make this trick with /validate method, it returns 'yes
{username}', but when I'm trying to call /login method - it always displays
login form instead of redirecting to my service url
(even if I pass valid service token)
Is it possible at all? or maybe I go the wrong direction?
Thanks.
--
You received this message because you are subscribed to the Google Groups "CAS
Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-dev/4989e70d-d3ef-4419-9889-937ade627f0f%40apereo.org.