Microsoft.Identity.Client.AadAuthorityAudience
Specifies which Microsoft accounts can be used for sign-in with a given application.
See https://aka.ms/msal-net-application-configuration
Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant
Maps to https://[instance]/common/
Users with a Microsoft work or school account in any organization’s Azure AD tenant (i.e. multi-tenant).
Maps to https://[instance]/organizations/
AzureAdMyOrg = 1
Users with a Microsoft work or school account in my organization’s Azure AD tenant (i.e. single tenant).
Maps to https://[instance]/[tenantId]
None = 0
The sign-in audience was not specified
Users with a personal Microsoft account. Maps to https://[instance]/consumers/