Re: user logs in but cannot see authorized connection

2022-06-03 Thread Vieri
On Thursday, June 2, 2022, 02:35:47 AM GMT+2, Nick Couchman wrote: > Does the case of the groups created in JDBC match the case in this log > message? That was it -- silly me. Thanks! Vieri Jerome - To unsubscribe,

Re: user logs in but cannot see authorized connection

2022-06-01 Thread Nick Couchman
On Wed, Jun 1, 2022 at 6:51 PM Vieri wrote: > Any ideas on this matter? > It's important to correctly honor groups sent via SAML. > > I see this: > > SAMLAuthenticatedUser.java:List samlGroups = > identity.getAttributes().get(confService.getGroupAttribute()); > > called in: > >

Re: user logs in but cannot see authorized connection

2022-06-01 Thread Vieri
Any ideas on this matter? It's important to correctly honor groups sent via SAML. I see this: SAMLAuthenticatedUser.java:    List samlGroups = identity.getAttributes().get(confService.getGroupAttribute()); called in: SAMLAuthenticatedUser.java:    private Set getGroups(AssertedIdentity

user logs in but cannot see authorized connection

2022-06-01 Thread Vieri
Hi, A specific user logs in fine but is not shown the authorized connection list. This user is a member of group My_Group. I can see that the DB is OK: "SELECT entity_id FROM guacamole_entity WHERE name = 'My_Group' AND type = 'USER_GROUP';"  entity_id ---    151 (1 row) "SELECT *