Auth0 · Schema

UpdateConnectionRequestContentOAuth2

Update a connection with strategy=oauth2

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-updateconnectionrequestcontentoauth2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateConnectionRequestContentOAuth2",
  "title": "UpdateConnectionRequestContentOAuth2",
  "description": "Update a connection with strategy=oauth2",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionCommon"
    },
    {
      "type": "object",
      "properties": {
        "options": {
          "$ref": "#/components/schemas/ConnectionOptionsOAuth2"
        }
      }
    },
    {
      "$ref": "#/components/schemas/ConnectionPurposes"
    }
  ]
}