Skip to main content

Add a User to Auth0

New Auth0 user#

  1. Navigate to https://manage.auth0.com/dashboard/us/coresight/users .
  2. Click 'Create User'.
  3. Set 'Connection' to 'Username-Password-Authentication'.
  4. Enter email address and password.
  5. Copy into 'user_metadata':
{  "projects": [    {      "id": "InlandWaters"    }  ]}

Substitute InlandWaters for ID of other services. For mutliple service authorizations, add additional project objects:

{  "projects": [    {      "id": "InlandWaters"    },    {      "id": "ReclaimedWellsites"    }  ]}

Commonly used project IDs include:

"projects": [    {      "id": "Petrobras"    },    {      "id": "Energir"    },    {      "id": "Bathymetry"    },    {      "id": "Upload"    },    {      "id": "PipelineChangeDetection"    },    {      "id": "ArcticCrowdSource"    },    {      "id": "LeakDetection"    },    {      "id": "Pipeline"    },    {      "id": "Infrastructure"    },    {      "id": "FloeEdge_ClydeRiver"    },    {      "id": "FloeEdge_Qaanaaq"    },    {      "id": "ReclaimedWellsites"    },    {      "id": "LandDeformation"    },    {      "id": "IceDrift"    },    {      "id": "IceDriftDev"    },    {      "id": "RiverIce"    },    {      "id": "InlandWaters"    },    {      "id": "PolarView"    },    {      "id": "FloodMonitoring"    },    {      "id": "Wetlands"    }  ]

For a list of all project IDs, see https://manage.auth0.com/dashboard/us/coresight/rules/rul_SV4SouPLrUyyOQa8 .