Okta · Schema

SamlApplicationSettings

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

Properties

Name Type Description
signOn object
View JSON Schema on GitHub

JSON Schema

okta-samlapplicationsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SamlApplicationSettings",
  "title": "SamlApplicationSettings",
  "type": "object",
  "properties": {
    "signOn": {
      "$ref": "#/components/schemas/SamlApplicationSettingsSignOn"
    }
  },
  "x-okta-parent": "#/definitions/ApplicationSettings",
  "x-okta-tags": [
    "Application"
  ]
}