-
Notifications
You must be signed in to change notification settings - Fork 1
Extension Deployment
This document will explain you how to install the application as an auth0 extension
Before creating the command make sure you have all the information collected while [preparing the tenant](Prepare your Auth0 tenant)
-
Access the Extensions section of your Auth0 tenant and click Create Extension
-
In the Create Extenseion window use this url
https://raw.githubusercontent.com/CriGoT/auth0-update-email/standalone/webtask.json
and click Continue -
Complete the form using the following values, and click Install
- AUTH0_DOMAIN: Use the value Domain copied from the application settings page
- AUTH0_CLIENT_ID: Use the value Client ID copied from the application > settings page
- AUTH0_CLIENT_SECRET: Use the value Client Secret copied from the application > settings page
- AUTH0_CONNECTION: Use the Database connection name copied from the application > connections page
- AUTH0_MANAGEMENT_TOKEN: Use the token obtained from the Token Manager
-
When the installation is complete a list of extensions will be displayed. Click on the item named Self-Service E-mail Update
-
A new browser will open. Copy the address of the installed extension, removing any query string (text after the question mark '?', it included) to register it as a callback
To succesfully run the application there is on additional step. You must register the webtask URL as a callback for the application
The steps required to register the callback can be found [here](Register Callback)