This article is a guide on how to create an application for WATS in your Entra ID 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.
Note: This documentation configures a Single-Tenant SSO for Entra ID. If you have WATS accounts that are not users in your Entra ID tenant, use the built-in Entra ID integration
- Navigate to https://portal.azure.com.
- Log in with your account
- Navigate to Microsoft Entra ID.
- Click App Registrations in the side bar
- Click New Registration
- Enter a name for the application
- Select your preferred account type
- Under Redirect URI, select Web under platform and add an URI in this format: "https://{myWATSUrl}/default/CallbackCustomSso"
- Click Register
- In overview, copy the Application (client) ID and Directory (tenant) ID and save these for later use
- Navigate to Authentication in the side bar
- Enable ID Tokens under Implicit Grant and Hybrid Flows
- Click Save
- Navigate to API Permissions in the side bar
- Click Add a permission
- Click Microsoft Graph
- Select Delegated Permissions
- Enable the permissions "email", "openid", "profile"
- Click Add Permissions
- Navigate to Certificates & Secrets in the side bar
- Click Client Secrets
- Click New Client Secret
- Enter a description for this secret
- Select a fitting duration according to your security requirements
- Copy the value of the secret you just created
- The AuthorityUrl for Microsoft SSO is "https://login.microsoftonline.com/{yourTenantId}/v2.0"
Comments
0 comments
Please sign in to leave a comment.