Auth0 · Schema

ConnectionMetadataXmlADFS

Inline XML alternative to 'adfs_server'. Cannot be set together with 'adfs_server'.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionmetadataxmladfs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionMetadataXmlADFS",
  "title": "ConnectionMetadataXmlADFS",
  "description": "Inline XML alternative to 'adfs_server'. Cannot be set together with 'adfs_server'.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionMetadataXml"
    }
  ]
}