Auth0 Authorization Extension: set user permission based on a user group

Is it possible to set user permissions based on a specific user group using the Auth0 Authorization Extension API.
For example if a user is Admin in Group 1, but an Editor in Group 2. While some permissions may be overlapping based on the Role of the user, I want to be able to retrieve the permissions of the user that are associated to a specific group. Thus, if a user is able to manage other users in Group 1, he shouldn’t be able to do so in Group 2.

Hey @swinyx, you should be able to set user permissions based on groups. I have linked a previous blog post that talks on the subject. If you have any additional questions on the subject please feel free to let us know.

https://auth0.com/blog/announcing-authorization-extension-v2/

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.