Okta · Schema

AuthenticatorSettings

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
allowedFor object
appInstanceId string
channelBinding object
compliance object
tokenLifetimeInMinutes integer
userVerification object
View JSON Schema on GitHub

JSON Schema

okta-authenticatorsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticatorSettings",
  "title": "AuthenticatorSettings",
  "type": "object",
  "properties": {
    "allowedFor": {
      "$ref": "#/components/schemas/AllowedForEnum"
    },
    "appInstanceId": {
      "type": "string"
    },
    "channelBinding": {
      "$ref": "#/components/schemas/ChannelBinding"
    },
    "compliance": {
      "$ref": "#/components/schemas/Compliance"
    },
    "tokenLifetimeInMinutes": {
      "type": "integer"
    },
    "userVerification": {
      "$ref": "#/components/schemas/UserVerificationEnum"
    }
  },
  "x-okta-tags": [
    "Authenticator"
  ]
}