MsalError.TenantOverrideNonAad Field

Definition

What happens?

You configured WithTenant at the request level, but the application is using a non-AAD authority These are mutually exclusive.

Mitigation

WithTenantId can only be used in conjunction with AAD authorities.
public const string TenantOverrideNonAad;
val mutable TenantOverrideNonAad : string
Public Const TenantOverrideNonAad As String 

Field Value

Applies to