Okta · Schema

ChannelBinding

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

Properties

Name Type Description
required object
style string
View JSON Schema on GitHub

JSON Schema

okta-channelbinding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelBinding",
  "title": "ChannelBinding",
  "type": "object",
  "properties": {
    "required": {
      "$ref": "#/components/schemas/RequiredEnum"
    },
    "style": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Authenticator"
  ]
}