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