Add a Redirect OAuth URL
1. Log in to the Azure AD portal as the Global Administrator.
2. Under the Manage section of the Azure Active Directory menu, select App registrations.
3. From All applications, select your ThingWorx application.
4. Under the Manage menu on the left, click Authentication and when the Authentication page is displayed on the right, click Add URI.
5. Add the following URI. Be sure to replace the angled brackets with specific FQDN and port information for your ThingWorx instance .
https://<ThingWorx_FQDN>:<port>/Thingworx/oauth2_authorization_code_redirect
6. Scroll down the Authentication page. Make sure both of the following check boxes are selected and click Save:
Access tokens
ID tokens
Was this helpful?