Okta · Schema

OpenIdConnectApplicationSettings

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

Properties

Name Type Description
oauthClient object
View JSON Schema on GitHub

JSON Schema

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