Okta · Schema

Org2OrgApplicationSettingsApp

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

Properties

Name Type Description
acsUrl string
audRestriction string
baseUrl string
View JSON Schema on GitHub

JSON Schema

okta-org2orgapplicationsettingsapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Org2OrgApplicationSettingsApp",
  "title": "Org2OrgApplicationSettingsApp",
  "type": "object",
  "properties": {
    "acsUrl": {
      "type": "string"
    },
    "audRestriction": {
      "type": "string"
    },
    "baseUrl": {
      "type": "string"
    }
  },
  "x-okta-parent": "#/definitions/ApplicationSettingsApplication",
  "x-okta-tags": [
    "Application"
  ]
}