WORKERS AHEAD!
You are viewing the development documentation for the Apereo CAS server. The functionality presented here is not officially released yet. This is a work in progress and will be continually updated as development moves forward. You are most encouraged to test the changes presented.
Ticket Validation - REST Protocol
Service ticket validation is handled through the CAS Protocol
via any of the validation endpoints such as /p3/serviceValidate
.
1
GET /cas/p3/serviceValidate?service={service url}&ticket={service ticket}
Unsuccessful Response
CAS will send a 400 Bad Request. If an incorrect media type is sent, it will send the 415 Unsupported Media Type.