{
  "issuer": "https://bwgrzizumnqbxvqfodka.supabase.co/auth/v1",
  "authorization_endpoint": "https://bwgrzizumnqbxvqfodka.supabase.co/auth/v1/oauth/authorize",
  "token_endpoint": "https://bwgrzizumnqbxvqfodka.supabase.co/auth/v1/oauth/token",
  "jwks_uri": "https://bwgrzizumnqbxvqfodka.supabase.co/auth/v1/.well-known/jwks.json",
  "userinfo_endpoint": "https://bwgrzizumnqbxvqfodka.supabase.co/auth/v1/oauth/userinfo",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "phone",
    "offline_access"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "service_documentation": "https://getbountii.com/auth.md",
  "agent_auth": {
    "skill": "https://getbountii.com/auth.md",
    "register_uri": "https://getbountii.com/signup",
    "identity_types_supported": [
      "operator_account"
    ],
    "operator_account": {
      "description": "There is no agent-only registration. A person creates the Bountii account at register_uri and gives the agent a session token from this issuer. The agent presents it as a bearer token.",
      "credential_types_supported": [
        "urn:ietf:params:oauth:token-type:access_token"
      ],
      "claim_uri": "https://getbountii.com/login",
      "revocation_uri": "https://bwgrzizumnqbxvqfodka.supabase.co/auth/v1/logout"
    },
    "events_supported": []
  }
}
