Returns OAuth 2.0 Authorization Server metadata according to RFC 8414. This endpoint provides clients with the necessary information to interact with the authorization server, including endpoint URLs and supported capabilities.
OAuth 2.0 Authorization Server Metadata
The authorization server's identifier
"https://api.nomos.energy"
URL of the authorization server's authorization endpoint
"https://api.nomos.energy/oauth/authorize"
URL of the authorization server's token endpoint
"https://api.nomos.energy/oauth/token"
Array of response type values supported
["code"]Array of grant type values supported
[
"authorization_code",
"client_credentials",
"refresh_token"
]Array of PKCE code challenge methods supported
["S256", "plain"]Array of client authentication methods supported at the token endpoint
["client_secret_basic", "client_secret_post"]Array of scope values supported
["read", "write"]