OAuth 2.0 defines a set of endpoints. An endpoint is typically a URI on a web server.
For instance, the address of a Java servlet, JSP page, PHP page, ASP.NET page etc.
The endpoints defined are:
The endpoints are illustrated in this diagram:
The OAuth 2.0 specification does not describe how the URI of these endpoints are found
or documented. That is up to each implementer to decide. Most sites will have a subsite
for developers documenting these endpoints.
The endpoints defined are:
- Authorization Endpoint
- Token Endpoint
- Redirection Endpoint
The endpoints are illustrated in this diagram:
OAuth 2.0 Endpoints. |
No comments:
Post a Comment