I’m trying to pass Active Directory group name to JWT claim. I’ve setup ADFS connection and I see that group name is coming to Auth0
This is how it looks like
groupsid is the group name on the screenshot
How can I access this claim in Actions:
api.accessToken.setCustomClaim("MyClaim", event.user.??????);
tyf
July 20, 2023, 7:03pm
3
Hey there @v.samodelkin welcome to the community!
Unfortunately, root level user attributes are currently not available through Actions:
Hi there @adriennel !
I apologize for the delayed response here, but I’m combing through our backlog and wanted to be sure and share the following FAQ here:
Unfortunately, event.user.groups is not currently accessible via Actions as mentioned in Actions limitations . It’s acceptable to leave your rule in place to handle this.
Stay tuned as I know this is definitely something on our radar!
This is something we are currently working on and expect to be included in a release in the near future - Stay tuned!
I managed to send a custom claim using Nickname property. But this is clear misuse.
1 Like
system
Closed
August 4, 2023, 12:34pm
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.