Hi,
I have a web application connected with Cas 5.3.5 and it works.
After logging into Cas, I return to my application with redirect=true&ticket=eiyece ............. in url address
Web application validates the jwt and creates a session cookie as explained here.
Now, from my application I want to invoke remote microservices on a my third app passing the jwt (ticket) that cas had provided me.
This remote app valid the jwt and ok, but it should be registered on cas? is it a correct practice?
Regards
Giuseppe