{
  "issuer": "https://uipostutme.com",
  "authorization_endpoint": "https://uipostutme.com/api/oauth2/authorize",
  "token_endpoint": "https://uipostutme.com/api/oauth2/token",
  "revocation_endpoint": "https://uipostutme.com/api/oauth2/revoke",
  "jwks_uri": "https://uipostutme.com/.well-known/jwks.json",
  "response_types_supported": ["code"],
  "grant_types_supported": [
    "authorization_code",
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "scopes_supported": [
    "practice:read",
    "practice:write",
    "profile:read",
    "search:read"
  ],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_post"],
  "agent_auth": {
    "skill": "https://uipostutme.com/auth.md",
    "register_uri": "https://uipostutme.com/api/agent/identity",
    "identity_endpoint": "https://uipostutme.com/api/agent/identity",
    "claim_uri": "https://uipostutme.com/api/agent/identity/claim",
    "claim_endpoint": "https://uipostutme.com/api/agent/identity/claim",
    "revocation_uri": "https://uipostutme.com/api/oauth2/revoke",
    "identity_types_supported": ["anonymous", "service_auth", "identity_assertion"],
    "anonymous": {
      "credential_types_supported": ["access_token"]
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ]
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}
