Is it possible send any sort of data (like auth tokens) back to the
client webapp from a custom authentication handler?
CAS supports attribute release via SAML 1.1,
https://wiki.jasig.org/display/CASUM/SAML+1.1
You could set custom cookies with custom code. Recommended source to
review:
https://github.com/Jasig/cas/blob/master/cas-server-core/src/main/java/org/jasig/cas/web/support/CookieRetrievingCookieGenerator.java
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