Okta · Schema

LogAuthenticationContext

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

Properties

Name Type Description
authenticationProvider object
authenticationStep integer
credentialProvider object
credentialType object
externalSessionId string
interface string
issuer object
View JSON Schema on GitHub

JSON Schema

okta-logauthenticationcontext-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogAuthenticationContext",
  "title": "LogAuthenticationContext",
  "type": "object",
  "properties": {
    "authenticationProvider": {
      "$ref": "#/components/schemas/LogAuthenticationProvider"
    },
    "authenticationStep": {
      "type": "integer",
      "readOnly": true
    },
    "credentialProvider": {
      "$ref": "#/components/schemas/LogCredentialProvider"
    },
    "credentialType": {
      "$ref": "#/components/schemas/LogCredentialType"
    },
    "externalSessionId": {
      "type": "string",
      "readOnly": true
    },
    "interface": {
      "type": "string",
      "readOnly": true
    },
    "issuer": {
      "$ref": "#/components/schemas/LogIssuer"
    }
  },
  "x-okta-tags": [
    "Log"
  ]
}