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

Options used to configure the Client Assertion credential. More...

#include <client_assertion_credential.hpp>

Inheritance diagram for Azure::Identity::ClientAssertionCredentialOptions:

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.
 

Detailed Description

Member Data Documentation

◆ AuthorityHost

std::string Azure::Identity::ClientAssertionCredentialOptions::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.

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