Well Known

Get OAuth authorization server metadata

get

Standard OAuth 2.0 Authorization Server Metadata endpoint as defined in RFC 8414. Returns metadata about the authorization server including supported endpoints, grant types, and token endpoint authentication methods.

Responses
200

Authorization server metadata retrieved successfully

No content

get
/.well-known/oauth-authorization-server

No content

Get OAuth protected resource metadata

get

Standard OAuth 2.0 Protected Resource Metadata endpoint as defined in RFC 8707. Returns metadata about the protected resource including supported authorization schemes and required scopes.

Responses
200

Protected resource metadata retrieved successfully

No content

get
/.well-known/oauth-protected-resource

No content

Last updated