Expand description
SSO ticket validation and XML response parsed structs.
When a user has signed in, the CAS SSO server returns a ticket. That ticket is used as an authorization mechanism to the CAS server and if valid will return an XML response that contains the user data if successful and an error if it fails.
Structs§
- Attributes
- Represents a user’s attributes XML tag.
- Authentication
Success - A successful authentication XML tag.
- Service
Response - A service response tag from the CAS SSO server.
Enums§
- Validate
Ticket Error - Types of errors that could happen in ticket validation.
Functions§
- validate_
ticket - Validates a ticket returned from the CAS SSO server.