Okta · Schema

AuthenticatorProviderConfiguration

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

Properties

Name Type Description
authPort integer
host string
hostName string
instanceId string
integrationKey string
secretKey string
sharedSecret string
userNameTemplate object
View JSON Schema on GitHub

JSON Schema

okta-authenticatorproviderconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticatorProviderConfiguration",
  "title": "AuthenticatorProviderConfiguration",
  "type": "object",
  "properties": {
    "authPort": {
      "type": "integer"
    },
    "host": {
      "type": "string"
    },
    "hostName": {
      "type": "string"
    },
    "instanceId": {
      "type": "string"
    },
    "integrationKey": {
      "type": "string"
    },
    "secretKey": {
      "type": "string"
    },
    "sharedSecret": {
      "type": "string"
    },
    "userNameTemplate": {
      "$ref": "#/components/schemas/AuthenticatorProviderConfigurationUserNamePlate"
    }
  },
  "x-okta-tags": [
    "Authenticator"
  ]
}