{
  "issuer": "https://intellimento.com",
  "authorization_endpoint": "https://intellimento.com/api/v1/oauth/authorize",
  "token_endpoint": "https://intellimento.com/api/v1/oauth/token",
  "revocation_endpoint": "https://intellimento.com/api/v1/oauth/revoke",
  "registration_endpoint": "https://intellimento.com/api/v1/oauth/clients",
  "scopes_supported": [
    "documents:read",
    "documents:write",
    "projects:read",
    "projects:write",
    "tenants:manage",
    "usage:read"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "private_key_jwt",
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "ES256",
    "ES384",
    "PS256"
  ]
}