Auth0
Login to auth0
Click
Applications
in the left menuClick the blue
+ Create application
button on the top right of the pageIn the popup:
Set the name for the application. (Preferably with the name `WriteBackExtreme in it)
Select
Regular web application
and click the blueCreate
button
Copy the
Domain
,Client ID
andClient Secret
Open the WriteBackExtreme management console.
Go to
Security
Select
OAuth
Click
+ Add configuration
Select auth0 as provider.
Fill in the
Domain
,Client ID
andClient Secret
you copied from the auth0 pageCopy 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 theAllowed Callback URLs
field.Paste the second url in the
Callback URLs
field
Click the blue
Save
Button at the bottom of the pageGo back to the management console and click the
Test OAuth
button.Click the pink
Apply config
button when the test succeded.
Last updated