Register Callback - CriGoT/auth0-update-email GitHub Wiki

This document will explain you how to register the application callback URLs in the Auth0 Application

Register callback in Auth0

To succesfully run the application you must register the webtask URL as a callback for the application

  1. Login to the Auth0 Management Portal

  2. Navigate to the Applications section and open the application settings

  3. In the field Allowed Callback URLs enter the address you collected during the deployment process.

  4. Scroll down and click Save Changes

You can now verify the application is working by browsing the url you just added to the Application

⚠️ **GitHub.com Fallback** ⚠️