Auth0 · Schema

SelfServiceProfileSsoTicketIdpInitiatedClientProtocolEnum

The protocol used to connect to the the default application

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-selfserviceprofilessoticketidpinitiatedclientprotocolenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfServiceProfileSsoTicketIdpInitiatedClientProtocolEnum",
  "title": "SelfServiceProfileSsoTicketIdpInitiatedClientProtocolEnum",
  "type": "string",
  "description": "The protocol used to connect to the the default application",
  "enum": [
    "samlp",
    "wsfed",
    "oauth2"
  ]
}