Re: [cas-user] Get Existing TGT At the time Authentication

2014-08-04 Thread Jérôme LELEU
Hi, This is the normal behaviour: every time you submit credentials successfully to the REST API, you get a new TGT, on which you should base your subsequent requests (to get ST for example). Here is the official documentation: http://jasig.github.io/cas/4.0.0/protocol/REST-Protocol.html. Best r

[cas-user] Get Existing TGT At the time Authentication

2014-08-04 Thread Santosh kumar
I want to get Existing token at the time login using Rest Api.But it generate new ticket for every time login with same crediantial. I need same token for same crediantial. If tikect is not Validate, then it should generate new Ticket otherwise it should return same ticket. Please Give the solut