Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OnBehalfOfCredentialCertificateOptions

Package version

Defines the parameters to authenticate the OnBehalfOfCredential with a certificate.

Hierarchy

  • OnBehalfOfCredentialCertificateOptions

Index

Properties

certificatePath

certificatePath: string

The path to a PEM-encoded public/private key certificate on the filesystem.

clientId

clientId: string

The client (application) ID of an App Registration in the tenant.

Optional sendCertificateChain

sendCertificateChain: undefined | false | true

Option to include x5c header for SubjectName and Issuer name authorization. Set this option to send base64 encoded public certificate in the client assertion header as an x5c claim

tenantId

tenantId: string

The Azure Active Directory tenant (directory) ID.

userAssertionToken

userAssertionToken: string

The user assertion for the On-Behalf-Of flow.

Generated using TypeDoc