{
  "issuer": "https://zerocreditai.com",
  "authorization_endpoint": "https://zerocreditai.com/api/public/oauth/authorize",
  "token_endpoint": "https://zerocreditai.com/api/public/oauth/token",
  "registration_endpoint": "https://zerocreditai.com/api/public/oauth/register",
  "userinfo_endpoint": "https://zerocreditai.com/api/public/oauth/userinfo",
  "revocation_endpoint": "https://zerocreditai.com/api/public/oauth/revoke",
  "jwks_uri": "https://zerocreditai.com/api/public/oauth/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256",
    "ES256"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post",
    "client_secret_basic"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://zerocreditai.com/docs",
  "resource_documentation": "https://zerocreditai.com/docs",
  "protected_resources": [
    "https://zerocreditai.com/mcp"
  ],
  "upstream_issuer": "https://xmtwspbebfezikkmjjmr.supabase.co/auth/v1"
}