Share via


MsalError.MissingTenantedAuthority Field

Definition

Missing Tenanted Authority. MSAL.NET requires a tenanted authority (i.e., an authority with a tenant ID) for mTLS to be specified when the application is built, but none was provided.

Mitigation

Ensure that a tenanted authority, which includes a specific tenant ID, is specified during the application configuration. For example, use "https://login.microsoftonline.com/{tenantId}" or a similar URL structure.
public const string MissingTenantedAuthority;
val mutable MissingTenantedAuthority : string
Public Const MissingTenantedAuthority As String 

Field Value

Applies to