{
  "issuer": "https://elite11plus.ai",
  "authorization_endpoint": "https://elite11plus.ai/oauth/authorize",
  "token_endpoint": "https://elite11plus.ai/oauth/token",
  "jwks_uri": "https://elite11plus.ai/.well-known/jwks.json",
  "registration_endpoint": "https://elite11plus.ai/oauth/register",
  "scopes_supported": [
    "players:read",
    "players:write",
    "squads:read",
    "squads:write",
    "reports:read",
    "reports:write",
    "benchmarks:read",
    "webhooks:manage",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "revocation_endpoint": "https://elite11plus.ai/oauth/revoke",
  "introspection_endpoint": "https://elite11plus.ai/oauth/introspect",
  "device_authorization_endpoint": "https://elite11plus.ai/oauth/device/code"
}
