roles in VBCS
Summary
Group and Role mapping not working in VBCS AppContent
I created a VBCS app where I'd like to manage user roles.
Have integrated my VBCS visual application with IDCS.
Have 2 Groups on IDCS (GoldCustomers & PlatinumCustomers).
golduser1 associated to GoldCustomers
platinumuser1 associated to PlatinumCustomers group
Mapped these groups to roles on VBCS app (Gold & Platinum) respectively.
Trying to display a table based on user role using below tag
<oj-bind-if test="[[$application.user.roles.Gold == true]] ">
Getting 403 Unauthorized error when i login using golduser1.
Logging in with identity administrator gives both roles though not in those groups. Could you please help.
0