MsalError.TenantOverrideNonAad 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.
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