Thanks for the response!
I did look at Authorization Core. I believe it doesn’t support Groups atm. We are in need of Groups within an organization.
Do you have any suggestions on how we can achieve this?
As a workaround to get Authorization Extension working, I have enabled ‘Persistence’ which updates User profile which in-turn adds the group information in app_metadata
. I’m thinking of using this app_metadata
in actions to update my JWT token. Would love your thoughts on this solution?
Also, in general do you suggested using Authorization Extension? Or is this a legacy deprecated (or to be) product?