Hello,
I am currently working on building out a CAS server and have been successful with authentication [through LDAP/ADFS/SAML], ticket creation, and validating the tickets. This server is trying to mimic a service that we had previous and is doing well so far.
However, I'm running into an issue where we aren't able to Validate a ticket through an HTTPS POST Request when we were able to do so from our previously hosted CAS server. Looking through the documentation, I feel like this might have been a customization they had put into their system. The closest I've found to that functionality is the "
Ticket Validation - REST Protocol
" section of the wiki (
https://apereo.github.io/cas/7.1.x/protocol/REST-Protocol-ServiceTicket-Validation.html). Unfortunately, it only details a "GET" request.
I thought I'd try to reach out here to ensure that I'm not missing any document that would detail how a POST request would go for validating a ticket.
Sincerely,
Will L