Okta · Schema

ApplicationSettingsApplication

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

Properties

Name Type Description
acsUrl string
buttonField string
loginUrlRegex string
orgName string
passwordField string
url string
usernameField string
View JSON Schema on GitHub

JSON Schema

okta-applicationsettingsapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationSettingsApplication",
  "title": "ApplicationSettingsApplication",
  "type": "object",
  "properties": {
    "acsUrl": {
      "type": "string"
    },
    "buttonField": {
      "type": "string"
    },
    "loginUrlRegex": {
      "type": "string"
    },
    "orgName": {
      "type": "string"
    },
    "passwordField": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "usernameField": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Application"
  ]
}