The Web Client settings.js file and its settings were retired and replaced by the settings.json file for HxGN SDx Update 50 release.
Configure the Okta settings.js file
-
Locate the SDx web client settings.js file. For example, C:\SDx Server Files\WebClient_Sites\[WebClient]\settings.js.
-
Edit the settings.json file, and add the settings, as shown in the example below:
Option
Example
url
https://dev597594.oktapreviewcom/oauth2/ausg0871hp0DCijdr0h7
clientID
0oag04x1t1cW5miJS0h7
redirectUri
https://marvels3d.ingrnet.com/sdx3dwc/
postLogoutRedirectUri
https://marvels3d.ingrnet.com/sdx3dwc/
identityProvider
Null
The Client ID used in the settings.js file is the Client ID that is automatically generated in the application creation section. For more information, see Create a new application.
Configure the SAM settings.js file
-
Locate the Web Client settings.js file. For example: E:\SDx Server Files\WebClient_Sites\TC_Web2\settings.js.
-
Edit the settings.js file, and add the settings as shown in the following example:
Setting
Example
Detail
url
https://samqa.ingrnet.com/sam/oauth
URL of the SAM server with OAuth.
client id
Value provided or automatically generated while creating a client.
redirectUri
https://<machinename>/<domain>/SDAClient/
Full name of the SDA instance
Create an application and Create a new client
If you did not provide a value for Client ID, you can view the automatically generated Client ID in the Details page. Record the Client ID value, as you will use it in the setting in the web client settings.js file.