Ticket ID of an SSO Access Ticket

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://<domain>/self-service/connections-flow?ticket=<ticket-id>

 

The ticket ID is the <ticket-id> 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.

Recommended content

No recommended content found...