When accessing the SHINYPROXY_USERNAME variable, it seems to be
KeyCloak.FirstName + Space + KeyCloak.LastName
I would expect
KeyCloak.Username
or
KeyCloak.ID
instead, which defaults to the user's email and seems to be unique.

Or is there another way to unambiguously determine the user from within shiny?