Auth0 · Schema

SelfServiceProfileAllowedStrategyEnum

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-selfserviceprofileallowedstrategyenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfServiceProfileAllowedStrategyEnum",
  "title": "SelfServiceProfileAllowedStrategyEnum",
  "type": "string",
  "enum": [
    "oidc",
    "samlp",
    "waad",
    "google-apps",
    "adfs",
    "okta",
    "auth0-samlp",
    "okta-samlp",
    "keycloak-samlp",
    "pingfederate"
  ]
}