- Tokens
- Access Tokens
- Refresh Tokens
- ID Tokens
-
Grant Type
- Scopes
- Client Management
- Authorization Endpoint
- Authentication
-
Error Handling
- Generating error response with "fail" API
- Interpreting Authlete's result codes
- When seeing the error of "There is no entity having the ticket specified..."
- Client Authentication
- Userinfo Endpoint
- Introspection
When seeing the error of "There is no entity having the ticket specified..."
Authlete API server sends ticket-related errors like below:
[A041201] There is no entity having the ticket specified in the /api/auth/authorization/issue request (ticket = {Ticket}).
You will see this error in the following conditions:
- The ticket used in a request is already expired, or
- The ticket used in a request is already used before.
As to the detail of the ticket parameter, please check the following article.
Ticket parameter in Authorization Endpoint
How did we do with this article?