Okta · Schema

ProtocolRelayStateFormat

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform
View JSON Schema on GitHub

JSON Schema

okta-protocolrelaystateformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProtocolRelayStateFormat",
  "title": "ProtocolRelayStateFormat",
  "type": "string",
  "enum": [
    "OPAQUE",
    "FROM_URL"
  ],
  "x-okta-tags": [
    "IdentityProvider"
  ]
}