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
The mechanism used to create a new user object in KKP is based on sha256.Sum(..), which is case-sensitive. The SHA-256 hash is calculated using the user's email address. This can lead to problems when assigning permissions later if a user uses two or more identity providers and the email addresses differ only in capitalization. One customer reported that in this case, permissions were being assigned randomly.
Internal Reference: 8384
Expected behavior
Regardless of uppercase or lowercase letters, it should refer to the same user.