Okta · Schema

AuthenticatorProvider

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

Properties

Name Type Description
configuration object
type string
View JSON Schema on GitHub

JSON Schema

okta-authenticatorprovider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticatorProvider",
  "title": "AuthenticatorProvider",
  "type": "object",
  "properties": {
    "configuration": {
      "$ref": "#/components/schemas/AuthenticatorProviderConfiguration"
    },
    "type": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Authenticator"
  ]
}