Auth0 · Schema

ConnectionOptionsOffice365

Options for the 'office365' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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