Okta · Schema

IdentityProviderCredentialsTrust

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

Properties

Name Type Description
audience string
issuer string
kid string
revocation string
revocationCacheLifetime integer
View JSON Schema on GitHub

JSON Schema

okta-identityprovidercredentialstrust-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityProviderCredentialsTrust",
  "title": "IdentityProviderCredentialsTrust",
  "type": "object",
  "properties": {
    "audience": {
      "type": "string"
    },
    "issuer": {
      "type": "string"
    },
    "kid": {
      "type": "string"
    },
    "revocation": {
      "type": "string",
      "enum": [
        "CRL",
        "DELTA_CRL",
        "OCSP"
      ]
    },
    "revocationCacheLifetime": {
      "type": "integer"
    }
  },
  "x-okta-tags": [
    "IdentityProvider"
  ]
}