On Fri, Nov 26, 2021, 04:00 Bryan Ohana <[email protected]> wrote:
> I have attached my Guacamole.properties, I’m logging with one Domain admin > on Azure AD and I cannot see any other Azure AD users in the User List on > Guacamole.. > Ah, OK - I missed the part of your initial email where you said you are using OpenID, and instead saw "AD" and assumed "LDAP". With OpenID (or any SSO), Guacamole will receive only an assertion of a user's identity when they log in, but otherwise has no means of knowing anyone exists, regardless of what backend is behind that OpenID implementation. User information flows in purely on a user-by-user basis. To see users within AD, you will need to authenticate using LDAP. Guacamole will then be able to bind directly to your AD server using LDAP and issue queries. - Mike
