Auth0 · Schema

ConnectionOptionsAuth0OIDC

Options for the 'auth0-oidc' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
client_id object
client_secret object
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsauth0oidc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsAuth0OIDC",
  "title": "ConnectionOptionsAuth0OIDC",
  "description": "Options for the 'auth0-oidc' connection",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "client_id": {
      "$ref": "#/components/schemas/ConnectionClientId"
    },
    "client_secret": {
      "$ref": "#/components/schemas/ConnectionClientSecret"
    }
  }
}