Skip to content

Extension Deployment

Cristofer Gonzales edited this page May 2, 2016 · 1 revision

This document will explain you how to install the application as an auth0 extension

Enable the extension

Before creating the command make sure you have all the information collected while [preparing the tenant](Prepare your Auth0 tenant)

  1. Access the Extensions section of your Auth0 tenant and click Create Extension

  2. In the Create Extenseion window use this url https://raw.githubusercontent.com/CriGoT/auth0-update-email/standalone/webtask.json and click Continue

  3. 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
  4. When the installation is complete a list of extensions will be displayed. Click on the item named Self-Service E-mail Update

  5. 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

Register callback in Auth0

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)

Clone this wiki locally