OAuth 2.0 Dynamic Client Registration Protocol
Document Name: | RFC 7591 |
---|---|
Document URI: |
urn:ietf:rfc:7591
|
Online Version: |
https://datatracker.ietf.org/doc/html/rfc7591
|
Organization: | Internet Engineering Task Force (IETF) |
Series: | Request for Comments (RFC) |
Abstract: | This specification defines mechanisms for dynamically registering OAuth 2.0 clients with authorization servers. Registration requests send a set of desired client metadata values to the authorization server. The resulting registration responses return a client identifier to use at the authorization server and the client metadata values registered for the client. The client can then use this registration information to communicate with the authorization server using the OAuth 2.0 protocol. This specification also defines a set of common client metadata fields and values for clients to use during registration. |
Specified Web Concepts:
OAuth Dynamic Client Registration Metadata
client_id
,
client_id_issued_at
,
client_name
,
client_secret
,
client_secret_expires_at
,
client_uri
,
contacts
,
grant_types
,
jwks_uri
,
logo_uri
,
policy_uri
,
redirect_uris
,
redirect_uris
,
response_types
,
scope
,
software_id
,
software_version
,
token_endpoint_auth_method
,
tos_uri
OAuth Token Endpoint Authentication Methods
client_secret_basic
,
client_secret_post
,
none
Return to ( Series | Organization | all Specifications )