Forum Discussion
RIMSUNDEVIL11
11 years agoContributor
How would you pass multiple roles in this case?
For example, code above has:
chatParms.put("roles.grant", "DF_SSO_Role");
what if you want to add a second role called DF_SSO_Role2?
PaoloT
11 years agoLithium Alumni (Retired)
I believe you can pass a comma delimited string (with multiple roles) as well for roles.grant and roles.revoke
- RIMSUNDEVIL1111 years agoContributor
Yes that works. thanks for your help