{
  "issuer": "https://icgeebswaukzsuazxqcj.supabase.co/auth/v1",
  "authorization_endpoint": "https://icgeebswaukzsuazxqcj.supabase.co/auth/v1/authorize",
  "token_endpoint": "https://icgeebswaukzsuazxqcj.supabase.co/auth/v1/token",
  "jwks_uri": "https://icgeebswaukzsuazxqcj.supabase.co/auth/v1/.well-known/jwks.json",
  "revocation_endpoint": "https://icgeebswaukzsuazxqcj.supabase.co/auth/v1/logout",
  "response_types_supported": [
    "code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "password"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "service_documentation": "https://supabase.com/docs/guides/auth",
  "agent_auth": {
    "skill": "https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md",
    "register_uri": "https://somerch.co/auth",
    "auth_md_uri": "https://somerch.co/auth.md",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "credential_types_supported": [
      "bearer_jwt"
    ],
    "anonymous": {
      "credential_types_supported": [
        "bearer_jwt"
      ],
      "claim_uri": "https://icgeebswaukzsuazxqcj.supabase.co/auth/v1/signup"
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "verified_email"
      ],
      "credential_types_supported": [
        "bearer_jwt"
      ],
      "claim_uri": "https://icgeebswaukzsuazxqcj.supabase.co/auth/v1/token?grant_type=password"
    },
    "revocation_uri": "https://icgeebswaukzsuazxqcj.supabase.co/auth/v1/logout",
    "events_supported": [
      "revocation"
    ]
  }
}