In the past I have used Auth0 for simple programs where users can create themselves and use the application. I am currently making a program (in .net core) where only administrators can create users on a user management portal. What is the most straightforward way to do this? Is there an example of a similar program using auth0?
I would like to provide you with an easy and straightforward answer to this but unfortunately there isn’t one as it’s not a basic implementation but rather a complex one. So first things first:
I researched our content and unfortunately we don’t have anything on building such portal
I guess it comes from the fact that this is always a very personalised service and each customer implementing that will have different requirements.
The way I would go about it is to use following stack combination:
Either building the UI yourself and then pairing it with our Management and Authentication API: