I need to implement a CAS Proxy Granting Ticket System.
So I need to understand the system. There is a good doc here, but I have no idea about the proxyCallback I need.
Could someone explain me that ?
|
|
I need to implement a CAS Proxy Granting Ticket System. So I need to understand the system. There is a good doc here, but I have no idea about the proxyCallback I need. Could someone explain me that ?
|
||||
|
|
|
The CAS will invoke the pgtURL to provide a special ticket that will enable that application to acquire new tickets for other applications.
To get a new ticket for another service with the special ticket:
Then you redirect to that service giving to it the new ticket. |
||||
|