Tried below code for fetching group information , but I didn’t get group info as part of access token
// rule script
context.idToken[namespace + ‘/groups’] = user.groups;
Tried below code for fetching group information , but I didn’t get group info as part of access token
// rule script
context.idToken[namespace + ‘/groups’] = user.groups;