You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of MSAL.NET are you using?
Microsoft.Identity.Web 1.25.1 with MSAL.NET 4.42.0?
Actual behavior
See AzureAD/microsoft-identity-web#1805. MSAL throws AuthorityTenantSpecifiedTwice exception when domain and tenant ID are specified. ResolveAuthority doesn't take into account B2C authorities.
Expected behavior
Maybe disregard tenant ID if authority is B2C or at least a better error message.
Possible solution
Maybe refactor ResolveAuthority with a B2CAuthority check. Or make the error message clearer.
The text was updated successfully, but these errors were encountered:
Which version of MSAL.NET are you using?
Microsoft.Identity.Web 1.25.1 with MSAL.NET 4.42.0?
Actual behavior
See AzureAD/microsoft-identity-web#1805. MSAL throws AuthorityTenantSpecifiedTwice exception when domain and tenant ID are specified. ResolveAuthority doesn't take into account B2C authorities.
Expected behavior
Maybe disregard tenant ID if authority is B2C or at least a better error message.
Possible solution
Maybe refactor ResolveAuthority with a B2CAuthority check. Or make the error message clearer.
The text was updated successfully, but these errors were encountered: