Table of Contents
Authlete’s Authorization Endpoint APIs are backend APIs to implement an authorization endpoint. The APIs are comprised of two types of APIs:
API that understands authorization requests and provides information that will be required in the next step, such as end-user authentication, and
API that issues tokens or codes, or returns errors
These two APIs are linked using “ticket.”
First, Authlete /auth/authorization API returns ticket in its response to authorization requests. Then, auth/authorization/issue or auth/authorization/fail API receives the ticket and process the authorization requests to issue tokens or codes or return errors.
Here is a couple of nature of the ticket.
[A041202] There is no entity having the ticket specified
in the /api/auth/authorization/issue request (ticket = {Ticket}).