Loading [MathJax]/extensions/tex2jax.js
azure-identity
All Classes Files Functions Variables Typedefs Pages
Public Attributes | List of all members
Azure::Identity::ClientCertificateCredentialOptions Struct Referencefinal

Options for client certificate authentication. More...

#include <client_certificate_credential.hpp>

Inheritance diagram for Azure::Identity::ClientCertificateCredentialOptions:

Public Attributes

std::string AuthorityHost = _detail::DefaultOptionValues::GetAuthorityHost()
 Authentication authority URL.
 
std::vector< std::string > AdditionallyAllowedTenants
 For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens. Add the wildcard value "*" to allow the credential to acquire tokens for any tenant in which the application is installed.
 
bool SendCertificateChain = false
 SendCertificateChain controls whether the credential sends the public certificate chain in the x5c header of each token request's JWT. This is required for Subject Name/Issuer (SNI) authentication.
 

Detailed Description

Member Data Documentation

◆ AuthorityHost

std::string Azure::Identity::ClientCertificateCredentialOptions::AuthorityHost = _detail::DefaultOptionValues::GetAuthorityHost()
Note
Defaults to the value of the environment variable 'AZURE_AUTHORITY_HOST'. If that's not set, the default value is Microsoft Entra global authority (https://login.microsoftonline.com/).
Example of an authority host string: "https://login.microsoftonline.us/". See national clouds' Microsoft Entra authentication endpoints: https://learn.microsoft.com/entra/identity-platform/authentication-national-cloud.

◆ SendCertificateChain

bool Azure::Identity::ClientCertificateCredentialOptions::SendCertificateChain = false
Note
Defaults to false.

The documentation for this struct was generated from the following file: