Well Known
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
500
Internal server error
application/json
get
/.well-known/oauth-authorization-serverNo content
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
500
Internal server error
application/json
get
/.well-known/oauth-protected-resourceNo content
Last updated

