Auth0 · Schema

ConnectionOptionsOIDC

Options for the 'oidc' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsoidc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsOIDC",
  "title": "ConnectionOptionsOIDC",
  "description": "Options for the 'oidc' connection",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsCommonOIDC"
    },
    {
      "type": "object",
      "properties": {
        "attribute_map": {
          "$ref": "#/components/schemas/ConnectionAttributeMapOIDC"
        },
        "discovery_url": {
          "$ref": "#/components/schemas/ConnectionDiscoveryUrl"
        },
        "type": {
          "$ref": "#/components/schemas/ConnectionTypeEnumOIDC"
        }
      }
    },
    {
      "$ref": "#/components/schemas/ConnectionOptionsCommon"
    }
  ],
  "additionalProperties": true
}