MsalError.AuthorityTenantSpecifiedTwice 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 specified a tenant twice - once in WithAuthority() and once using WithTenant()Mitigation
Specify the tenant once.public const string AuthorityTenantSpecifiedTwice;
val mutable AuthorityTenantSpecifiedTwice : string
Public Const AuthorityTenantSpecifiedTwice As String