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
=== Fixed *Profile dropdown* showing `Guest` instead of user's name with OIDC authentication
23
+
=== Fixed *Profile dropdown* showing `Guest` instead of user's name with OIDC authentication
11
24
12
-
Previously, the *Profile dropdown* in the Global Header showed `Guest` instead of the logged-in user's display name when logging in using the OIDC authentication.
25
+
Previously, the *Profile dropdown* in the Global Header showed `Guest` instead of the logged-in user’s display name when logging in using the OIDC authentication.
13
26
14
-
With this update, the *Profile dropdown* now correctly displays the user's name by first checking `spec.profile.displayName`, then `metadata.title`, and finally falls back to the name shown on the *Profile card* in the *Settings* page if neither is available.
27
+
With this update, the *Profile dropdown* now correctly displays the user's name by first checking `spec.profile.displayName`, then `metadata.title`, and finally falls back to the name shown on the *Profile card* in the *Settings* page if neither is available.
0 commit comments