Configure the application server Web.config file - HxGN SDx - Update 63 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

This functionality was modified in an update. For more information, see Configure the application server Web.config file (modified in an update).

  1. Locate the SDx server Web.config file. For example:

    C:\SDx Server Files\Web_Sites\SDxServer\Web.config

  2. Edit the Web.config file and add the audience, issuer, service id and scope values.

    The settings are found in the Settings tab as shown in the following example:

    Option

    Detail

    issuer

    https://dev597594.oktapreview.com/oauth2/ausg0871hp0DCijdr0h7

    requiredScopes

    ingr.api

    AllowCredentials

    true

    api id

    71FC520E-78DA-4EA7-96C1-164EA13FD5DO

    secret

    ""

    instance

    ""

    The following image shows an example of a Web.config file:

SHARED Tip You can also configure the web.config file using the Server Manager command line. The following example demonstrates how to configure the settings shown above:

SDxServerManager.exe /update /sn:SDx /oauthissuerurl:https://dev597594.oktapreview.com/oauth2/ausg0871hp0DCijdr0h7 /applicationid:71FC520E-78DA-4EA7-96C1-164EA13FD5D /allowcredentials:true /secret:””