Any ideas on this matter?
It's important to correctly honor groups sent via SAML.

I see this:

SAMLAuthenticatedUser.java:        List<String> samlGroups = 
identity.getAttributes().get(confService.getGroupAttribute());

called in:

SAMLAuthenticatedUser.java:    private Set<String> getGroups(AssertedIdentity 
identity)

called by:

SAMLAuthenticatedUser.java:        super.init(identity.getUsername(), 
credentials, getGroups(identity), getTokens(identity));

and in the tomcat log everything seems to be in order:

o.a.g.a.j.b.E.selectEffectiveGroupIdentifiers - ==> Parameters: 3(Integer), 
group1(String), group2(String), My_Group(String), group3(String)

So what next?

Am I misunderstanding the way SAML works with Guacamole, or could it be a bug 
or missing feature?

Any answer will do...

Thanks,

Vieri Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Reply via email to