Add a Redirect OAuth URL
1. Log in to the Microsoft Azure portal as the Global Administrator.
2. Under Azure services, click Microsoft Entra ID.
3. Under the Manage section of the Microsoft Entra ID menu, select App registrations.
4. From All applications, select your ThingWorx application.
5. Under the Manage menu on the left, click Authentication and when the Authentication page is displayed on the right, click Add URI.
6. 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
7. 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?