Auth0 · Schema

ConnectionClientSecretAzureAD

The client secret (application password) from your Azure AD app registration. Used to authenticate your application when exchanging authorization codes for tokens.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientsecretazuread-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientSecretAzureAD",
  "title": "ConnectionClientSecretAzureAD",
  "description": "The client secret (application password) from your Azure AD app registration. Used to authenticate your application when exchanging authorization codes for tokens.",
  "type": "string",
  "maxLength": 10000
}