Prepare your Auth0 tenant - CriGoT/auth0-update-email GitHub Wiki
Steps required to setup the application in your Auth0 tenant
-
Login to the Auth0 Management Portal
-
If you already have an application created that you want to use open the application settings an skip to step 6.
-
In the Dashboard click the New Application button
-
Enter the name of the application Self-Service E-mail Update and then click
-
In the new application page navigate to the Settings section.
-
In this section copy the following values to use them in the application:
- Domain
- Client ID
- Client Secret
After copying the values click on Connections
-
In this section make sure that the Database Connection your users are registered in is enabled. Additionally copy the name of the connection as dsplayed in the list
You can find a detailed explanation about the tokens in this article. If you want to follow these instructions consider that the application needs access to the following operations:
In case you cannot access the article. Here are the detailed steps to create the required token
-
Connect to the Management API Documentation site.
-
Verifiy that you are logged in by checking the header. If you see the button Login click it and after completing the login navigate back to the page you should see the Open Dashboard button.
-
On the left side look for the Token Generator section. Under Scopes click on entity and select users, then click on action and select read, finally click the -> (arrow) button.
You should see that a tag read:users appears and that at the top of the section a token is displayed.
-
Repeat the previous steps for entity users and action update. Verify that you see both scopes listed.
-
Copy the generated token.
You are now ready to deploy the application.