Get OAuth 2.0 Authorization Server Metadata
GET/.well-known/oauth-authorization-server
Get the OAuth 2.0 Authorization Server Metadata as defined in RFC 8414. This endpoint provides metadata about the OAuth 2.0 authorization server's configuration, including supported endpoints, grant types, response types, and authentication methods.
Permissions
No authentication required. This endpoint is publicly accessible to allow OAuth clients to discover the authorization server's configuration.
Notes
- This endpoint implements RFC 8414 (OAuth 2.0 Authorization Server Metadata) - The metadata is dynamically generated based on the server's configuration - OAuth Service Provider must be enabled in system settings for this endpoint to be available
Responses
- 200
- 501
Metadata retrieval successful
OAuth Service Provider is not enabled