Overview
This article explains how to locate the ticket ID associated with a generated Single Sign-On (SSO) Access Ticket using the process described in Generate access tickets for new connections. This ticket ID is a required parameter when attempting to revoke the access ticket using the Auth0 Management API’s Revoke an SSO Access Ticket endpoint.
Applies To
- Self-Service Single Sign-On (SSO)
Solution
The returned ticket URL will look similar to the following:
https:///self-service/connections-flow?ticket=
The ticket ID is the at the end of the returned URL. This ticket ID is used in other endpoints where there is a requirement to pass in a ticket ID.