Auth0

  1. Login to auth0

  2. Click Applications in the left menu

  3. Click the blue + Create application button on the top right of the page

  4. In the popup:

    1. Set the name for the application. (Preferably with the name `WriteBackExtreme in it)

    2. Select Regular web application and click the blue Create button

  5. Copy the Domain, Client ID and Client Secret

  6. Open the WriteBackExtreme management console.

    1. Go to Security

    2. Select OAuth

    3. Click + Add configuration

    4. Select auth0 as provider.

    5. Fill in the Domain, Client ID and Client Secret you copied from the auth0 page

    6. Copy the return URL's shown at the bottom.

  7. Go Back to your app registration on the auth0 webpage. Scroll down to the section named Application URIs

  8. Paste the first URL into the Application Login URI field and the Allowed Callback URLs field.

  9. Paste the second url in the Callback URLs field

  1. Click the blue Save Button at the bottom of the page

  2. Go back to the management console and click the Test OAuth button.

  3. Click the pink Apply config button when the test succeded.

Last updated