Sali
April 11, 2019, 4:12pm
1
I am trying to set user’s group, role and permissions in Authorization Extension and get them in id_Token, but I only can get groups
in jwt. Someone can tell me why?
context.idToken[namespace + "permissions"] = user.permissions;
context.idToken[namespace + "groups"] = user.groups;
context.idToken[namespace + "roles"] = user.roles;
1 Like
I’m going through the same problem right now. Hope some can answer us.
Can someone please answer us?
Sali
April 17, 2019, 4:03pm
4
I deleted the user and created again, then is working.
And maybe check here. Troubleshoot Authorization Extension
1 Like
system
Closed
September 2, 2019, 12:09pm
5
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.