MsalError.MissingTenantedAuthority Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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