On Mon, Oct 9, 2023 at 3:39 AM Najib . <[email protected]> wrote:
> We are currently using the OIDC extension to authenticate users however we > would like to use a claim that is an immutable GUID as the username for > security reasons. Since we are currently using the OIDC display name which > is not immutable on the source identity provider. But doing so makes the > guac frontend show this cryptic guid username too. > > > > Is there a way to separate the display name of the user with its > underlying username? So that we can use the guid value as the underlying > username and a more human friendly value as the users display name or at > the very least let guac frontend show the “Full Name” value in which > already exists (if its populated) in places such as the History tab, users > overview and so on instead of the username value. > > > There is currently no way to do this without making some modifications to both the web application (JavaScript + HTML) source code, as well as some of the Java sources (REST API, guacamole-ext, etc.). -Nick >
