M2M action is not able to modify scope or permissions claims

Feature: allow modification of permissions and scope claims at m2m action

Description: addScope api does exists according to Actions Triggers: post-login - API Object. However, this only works at v3 actions and m2m currently doesn’t support v3 actions. We would like to have ability to modify permissions and scope claims dynamically at m2m actions.

Use-case: We use kubernete’s rbac extensively and we interweave kubernete’s roles and permissions into auth0 claims as that is much more flexible for us to maintain. I’m sure one can easily imagine a case where roles and permissions to an entity is managed outside of auth0 and auth0 is used as a signature authority for a dynamically configured roles and permissions.