Okta · Schema

ProtocolEndpoint

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

Properties

Name Type Description
binding string
destination string
type string
url string
View JSON Schema on GitHub

JSON Schema

okta-protocolendpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProtocolEndpoint",
  "title": "ProtocolEndpoint",
  "type": "object",
  "properties": {
    "binding": {
      "type": "string",
      "enum": [
        "HTTP-POST",
        "HTTP-REDIRECT"
      ]
    },
    "destination": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "INSTANCE",
        "ORG"
      ]
    },
    "url": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "IdentityProvider"
  ]
}