Create Delegated Admin Applications

Use the Delegated Admin Extension to expose the Users section of the Auth0 Dashboard to a select group of users without allowing them access to the rest of the Dashboard. Before you add the Delegated Admin extension, you need to create the Delegated Admin application in Auth0.

  1. Go to Auth0 Dashboard > Applications > Applications, and select Create Application.

  2. Enter a descriptive name for your Application (for example, Users Dashboard), select an application type of Single-Page Web Application, and click Create.

  3. In the Settings view, set the Allowed Callback URLs and Allowed Logout URLs based on your location, and click Save Changes.

    If you are using Node 8:

    Location Name Login Link for Node.js 8
    USA US-1 https://YOUR_TENANT.us8.webtask.io/auth0-delegated-admin
    Europe EU https://YOUR_TENANT.eu8.webtask.io/auth0-delegated-admin
    Australia AU https://YOUR_TENANT.au8.webtask.io/auth0-delegated-admin

    If you are using Node 12:

    Location Name Login Link
    Australia AU https://{yourTenant}.au.webtask.io/auth0-delegated-admin
    Europe EU https://{yourTenant}.eu.webtask.io/auth0-delegated-admin
    Europe EU-2 https://{yourTenant}.eu.webtask.run/auth0-delegated-admin
    Japan JP-1 https://{yourTenant}.jp.webtask.run/auth0-delegated-admin
    UK UK https://{yourTenant}.uk.webtask.run/auth0-delegated-admin
    USA US-1 https://{yourTenant}.us.webtask.io/auth0-delegated-admin
    USA US-3 https://{yourTenant}.us.webtask.run/auth0-delegated-admin

Next, install the Delegated Admin Extension.

Learn more