Auth0
Last updated
Last updated
Login to auth0
Click Applications
in the left menu
Click the blue + Create application
button on the top right of the page
In the popup:
Set the name for the application. (Preferably with the name `WriteBackExtreme in it)
Select Regular web application
and click the blue Create
button
Copy the Domain
, Client ID
and Client Secret
Open the WriteBackExtreme management console.
Go to Security
Select OAuth
Click + Add configuration
Select auth0 as provider.
Fill in the Domain
, Client ID
and Client Secret
you copied from the auth0 page
Copy the return URL's shown at the bottom.
Go Back to your app registration on the auth0 webpage. Scroll down to the section named Application URIs
Paste the first URL into the Application Login URI
field and the Allowed Callback URLs
field.
Paste the second url in the Callback URLs
field
Click the blue Save
Button at the bottom of the page
Go back to the management console and click the Test OAuth
button.
Click the pink Apply config
button when the test succeded.