Hy
I was using Auth0 Extension for User,roles and groups but due to storage issue i have used AWS S3 bucket to hold roles ,groups data.
But now i want to use Authorization Core for Roles and permissions and my need is I have default roles and i want to add those while user is Signup?
Kindly let me know if this approach needs some updated!
Thanks
There are a couple of ways to add roles to users on signup. You can do it in a hook (this is only applicable to database and passwordless connections), or you can write a rule to accomplish this (this method will include all users, social, enterprise, etc.). There are numerous topics on the subject: