CAS client for leisure and proxy grant

I have an application that uses a CAS server for authentication. First, I use a REST call to generate a ticket to create a ticket, which is then successfully verified and a service ticket is created.

My next step is to pass this ticket to another webapp as a parameter in the web service call and let them log into the same CAS server with it. This behavior seems to be possible if I use proxy ticketing instead of ticketing, but I see no way to get PGT through the REST client.

Can someone help with getting PGT, or am I on a wild goose chase?

+3
source share
2 answers

Spring CAS. ProxyGrantingTicket ProxyTicket.

Spring Security 3.1.6 22.3.3

0

All Articles