共用方式為


ServicePrincipalDefinition interface

使用服務主體進行驗證的參數。

屬性

clientCertificate

用來驗證服務主體的Base64編碼憑證

clientCertificatePassword

用來驗證服務主體之憑證的密碼

clientCertificateSendChain

指定取得令牌時是否要在用戶端宣告中包含 x5c 標頭,以啟用用戶端憑證的主體名稱/簽發者型驗證

clientId

用來驗證服務主體的用戶端標識碼。

clientSecret

驗證服務主體的客戶端密碼

tenantId

驗證服務主體的租用戶標識碼

屬性詳細資料

clientCertificate

用來驗證服務主體的Base64編碼憑證

clientCertificate?: string

屬性值

string

clientCertificatePassword

用來驗證服務主體之憑證的密碼

clientCertificatePassword?: string

屬性值

string

clientCertificateSendChain

指定取得令牌時是否要在用戶端宣告中包含 x5c 標頭,以啟用用戶端憑證的主體名稱/簽發者型驗證

clientCertificateSendChain?: boolean

屬性值

boolean

clientId

用來驗證服務主體的用戶端標識碼。

clientId?: string

屬性值

string

clientSecret

驗證服務主體的客戶端密碼

clientSecret?: string

屬性值

string

tenantId

驗證服務主體的租用戶標識碼

tenantId?: string

屬性值

string