Okta · Schema

SingleLogout

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

Properties

Name Type Description
enabled boolean
issuer string
logoutUrl string
View JSON Schema on GitHub

JSON Schema

okta-singlelogout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SingleLogout",
  "title": "SingleLogout",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "issuer": {
      "type": "string"
    },
    "logoutUrl": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Application"
  ]
}