AEM Cloud SAML 2.0 | how to pass multiple groups in groupMembershipAttribute property
Hi Team,
I am using SAML 2.0 Authentication for external users authentication on our portal.
Where I have a usecase, I want to add the user to multiple groups when they are authenticated, I am using below properties
addGroupMemberships : true
groupMembershipAttribute : "http://schemas.test.com/groups-name", [ which will result in "group1, group2" values]
Once authenticated, the users are not getting added to both the groups, it is working when I pass only one group name but not for more than one.
How can I pass more than 1 group in this property, Shall I try with String array or string values? Can you pls share me some samples for groupMembershipAttribute.
Thanks,
SD