Configure Auth0

You need a free Auth0 account to manage your Taskforce.sh users. Login in auth0 and create a new application:

Choose "Single Page Web Application"

Go to the App Settings and configure the callbacks:

Assuming the URI to access your instance is onpremises.taskforce.sh you will need to configure the callbacks like these:

You also need to configure the Allowed Web Origins and Allowed Origins (CORS):

You can leave the rest of the settings on their defaults.

Note that you should pick the "clientId" and the "domain" from this application and use them in your Taskforce instance settings:

Last updated