{
  "issuer": "https://api.kevo.ws",
  "authorization_endpoint": "https://api.kevo.ws/oauth/authorize",
  "token_endpoint": "https://api.kevo.ws/oauth/token",
  "revocation_endpoint": "https://api.kevo.ws/oauth/revoke",
  "introspection_endpoint": "https://api.kevo.ws/oauth/introspect",
  "registration_endpoint": "https://api.kevo.ws/oauth/register",
  "device_authorization_endpoint": "https://api.kevo.ws/oauth/device",
  "jwks_uri": "https://api.kevo.ws/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access",
    "wallets:read",
    "wallets:sign",
    "delegations:read",
    "delegations:grant",
    "users:read",
    "webhooks:read",
    "webhooks:write"
  ],
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "code id_token",
    "code token",
    "code id_token token"
  ],
  "response_modes_supported": ["query", "fragment", "form_post"],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:device_code",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt",
    "none"
  ],
  "token_endpoint_auth_signing_alg_values_supported": ["RS256", "ES256"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://kevo.ws/docs/api",
  "ui_locales_supported": ["en-US"]
}
