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
TenantIdResolver's Resolve method currently compares various forms of tenant Id values to validate and resolve the correct tenantId. These tenantId values should be compared without case sensitivity to be more resilient to odd casing that may come back from a WWW-Authenticate challenge.
There should be additional tests added as well to validate to validate that case insensitive comparisons are being performed.