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
Currently, PreferredUsername is only used as a fallback if NickName is not available. However, I'd like to access it regardless of what NickName is (or isn't) set to.
Ideally, I'd like to see User.Name be preferred_username and User.NickName be "nickname", falling back to "name", falling back to "given_name".
The text was updated successfully, but these errors were encountered:
Currently, PreferredUsername is only used as a fallback if NickName is not available. However, I'd like to access it regardless of what NickName is (or isn't) set to.
Ideally, I'd like to see User.Name be preferred_username and User.NickName be "nickname", falling back to "name", falling back to "given_name".
The text was updated successfully, but these errors were encountered: