On Sat, Mar 11, 2023 at 12:58 AM John Doe <[email protected]> wrote: > > I’ve recently setup SAML authentication through ADFS and have new users being > provisioned when they login. I am sending given name, surname, groups, and > mail as attributes from ADFS, but when I look at the user’s profile in Guac, > none of those fields are filled out. What claims does Guac expect to see?
Currently the claims retrieved from SAML are not populated in the jdbc module - Guacamole does not copy anything but the username from one to the other. The claims are available to Guacamole as tokens that can be used in connections, but you won't see the data in the copy of the user that gets created in the database. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
