Add Roles and Permission on User Signup - Auth0 Core

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

Hi @mohsin.afridi911,

Welcome to the Community!

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:

Let me know if you have questions,
Dan

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