This article is a guide on how to create an application for WATS in your Auth0 tenant, and getting the necessary details to provide Single Sign On for WATS.
We expect you to have read the main article, WATS Custom Single Sign On, before continuing with these steps.
- Navigate to Auth0 and sign in to your account.
- Ensure the correct tenant is selected.
- Navigate to Applications under Applications in the side bar.
- Click Create Application
- Enter a name for the application
- Select the Regular Web Applications application type and click create.
- Click Settings in the application you just created
- Copy the Domain (Authority Url), Client ID and Client Secret.
- Under Application URIs in Settings, add an URI in this format to Allowed Callback URLs: "https://{myWATSUrl}/default/CallbackCustomSso"
- Add an URI in this format to Allowed Logout URLs and Allowed Web Origins: "https://{myWATSUrl}/"
- Click Save Changes at the bottom of the page
Comments
0 comments
Please sign in to leave a comment.