Response
200 - application/json
OAuth 2.0 Authorization Server Metadata
The authorization server's identifier
Example:
"https://api.nomos.energy"
URL of the authorization server's authorization endpoint
Example:
"https://api.nomos.energy/oauth/authorize"
URL of the authorization server's token endpoint
Example:
"https://api.nomos.energy/oauth/token"
Array of response type values supported
Example:
["code"]
Array of grant type values supported
Example:
[
"authorization_code",
"client_credentials",
"refresh_token"
]
Array of PKCE code challenge methods supported
Example:
["S256", "plain"]
Array of client authentication methods supported at the token endpoint
Example:
["client_secret_basic", "client_secret_post"]
Array of scope values supported
Example:
["read", "write"]