Hello I have such task: CAS 5. Instead of login form displayed to user I need it to redirected to other 3rd party service where user performs authentication. 3rd party service will generate token(only token), which can be transported back to my CAS (via 302 redirect of course) as credential. My CAS must accept and save it for whole SSO session period and can be used as api key to receive user attributes from 3rd party page. How I can do it? I can modify login-webflow.xml : replace viewLoginForm by my own state which will generate redirect, but I need know what data I must pass into redirect url so 3rd-party service will redirect back into this flow intance. What else I need do? I need interpret received token and introduce it as credential to CAS. What else I should do so when cas requires attributes I could fetch them from 3rd party service using received earlier token? Of course received token is expirable also... so what I need to do to instruct CAS to ask me if my token is expired(I going ask 3rd party service)?
I there any developer guide? -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" 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-user/46c5b219-2a76-4ffe-a564-379d2c11654b%40apereo.org.
