Options used to configure the Client Assertion credential. More...
#include <client_assertion_credential.hpp>
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. | |
std::string Azure::Identity::ClientAssertionCredentialOptions::AuthorityHost = _detail::DefaultOptionValues::GetAuthorityHost() |