MsalError.RegionalAndAuthorityOverride Field

Definition

What happens?

You configured WithAuthority at the request level, and also WithAzureRegion. This is not supported when the environment changes from application to request.

Mitigation

Use WithTenantId at the request level instead.
public const string RegionalAndAuthorityOverride;
val mutable RegionalAndAuthorityOverride : string
Public Const RegionalAndAuthorityOverride As String 

Field Value

Applies to