Auth0 · Schema

ConnectionTypeEnumOkta

Connection type

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontypeenumokta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTypeEnumOkta",
  "title": "ConnectionTypeEnumOkta",
  "type": "string",
  "description": "Connection type",
  "enum": [
    "back_channel"
  ],
  "default": "back_channel"
}