Get OAuth authorization server metadata
OAuth
Get OAuth authorization server metadata
Public OAuth metadata endpoint. Advertises only /v3 OAuth endpoints, dynamic client registration, Client ID Metadata Documents, PKCE, and supported global machine scopes.
GET
Get OAuth authorization server metadata
Response
OAuth authorization server metadata
Example:
"https://api.scalev.com/v3/oauth"
Example:
"https://app.scalev.com/oauth/authorize"
Example:
"https://api.scalev.com/v3/oauth/token"
Example:
"https://api.scalev.com/v3/oauth/register"
Example:
["code"]
Example:
["authorization_code", "refresh_token"]
Available options:
client_secret_post, client_secret_basic, none, private_key_jwt Example:
["S256"]
Example:
true
Example:
"https://api.scalev.com/v3/oauth/introspect"
Example:
"https://api.scalev.com/v3/oauth/revoke"

