Update the sso-settings.json ThingWorx Configuration File
|
If you are configuring your ThingWorx application as a Resource Server (and not as the client application), the steps in this section are not required.
|
1. Stop the ThingWorx server.
2. From the <ThingWorx Installation Folder>\ThingworxPlatform\ssoSecurityConfig directory, open the sso-settings.json file.
3. Update the AuthorizationServersSettings component as follows:
◦ AuthorizationServerId – Update this ID.
◦ authorizeUri – Enter a value in the following format:
https://<ADFS_FQDN>/adfs/oauth2/authorize
◦ tokenUri – Enter a value in the following format:
https://<ADFS_FQDN>/adfs/oauth2/token
◦ mandatoryScopes – Enter any value that is not defined in the list of scopes on the AD FS server.
4. Start the ThingWorx server.