Okta · Schema

IdentityProviderPolicy

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

Properties

Name Type Description
accountLink object
maxClockSkew integer
provisioning object
subject object
View JSON Schema on GitHub

JSON Schema

okta-identityproviderpolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityProviderPolicy",
  "title": "IdentityProviderPolicy",
  "type": "object",
  "properties": {
    "accountLink": {
      "$ref": "#/components/schemas/PolicyAccountLink"
    },
    "maxClockSkew": {
      "type": "integer"
    },
    "provisioning": {
      "$ref": "#/components/schemas/Provisioning"
    },
    "subject": {
      "$ref": "#/components/schemas/PolicySubject"
    }
  },
  "x-okta-parent": "#/definitions/Policy",
  "x-okta-tags": [
    "Policy"
  ]
}