Options for client certificate authentication.
More...
#include <client_certificate_credential.hpp>
|
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.
|
|
◆ AuthorityHost
std::string Azure::Identity::ClientCertificateCredentialOptions::AuthorityHost = _detail::DefaultOptionValues::GetAuthorityHost() |
◆ SendCertificateChain
bool Azure::Identity::ClientCertificateCredentialOptions::SendCertificateChain = false |
The documentation for this struct was generated from the following file: