{
  "issuer": "https://g2gcpa.com",
  "authorization_endpoint": "https://g2gcpa.com/oauth/authorize",
  "token_endpoint": "https://g2gcpa.com/oauth/token",
  "revocation_endpoint": "https://g2gcpa.com/oauth/revoke",
  "jwks_uri": "https://g2gcpa.com/.well-known/jwks.json",
  "registration_endpoint": "https://g2gcpa.com/oauth/register",
  "scopes_supported": [
    "public:read",
    "openid"
  ],
  "response_types_supported": [
    "code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment"
  ],
  "grant_types_supported": [
    "client_credentials",
    "authorization_code",
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post",
    "client_secret_basic"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "service_documentation": "https://g2gcpa.com/api/",
  "ui_locales_supported": [
    "en",
    "zh-HK"
  ],
  "op_policy_uri": "https://g2gcpa.com/api/",
  "op_tos_uri": "https://g2gcpa.com/api/",
  "agent_auth": {
    "skill": "https://g2gcpa.com/auth.md",
    "register_uri": "https://g2gcpa.com/agent/auth",
    "claim_uri": "https://g2gcpa.com/agent/auth/claim",
    "revocation_uri": "https://g2gcpa.com/agent/auth/revoke",
    "identity_endpoint": "https://g2gcpa.com/agent/auth",
    "claim_endpoint": "https://g2gcpa.com/agent/auth/claim",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "anonymous": {
      "credential_types_supported": [
        "access_token",
        "api_key"
      ],
      "claim_uri": "https://g2gcpa.com/agent/auth/claim"
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "verified_email",
        "urn:ietf:params:oauth:token-type:id-jag"
      ],
      "credential_types_supported": [
        "access_token",
        "api_key"
      ]
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}
