Okta · Schema

ProtocolAlgorithmTypeSignature

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

Properties

Name Type Description
algorithm string
scope string
View JSON Schema on GitHub

JSON Schema

okta-protocolalgorithmtypesignature-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProtocolAlgorithmTypeSignature",
  "title": "ProtocolAlgorithmTypeSignature",
  "type": "object",
  "properties": {
    "algorithm": {
      "type": "string"
    },
    "scope": {
      "type": "string",
      "enum": [
        "RESPONSE",
        "TOKEN",
        "ANY",
        "REQUEST",
        "NONE"
      ]
    }
  },
  "x-okta-tags": [
    "IdentityProvider"
  ]
}