Configure Smart Engineering Manager Web API file settings - Intergraph Smart Engineering Manager - 3.0 - Installation & Upgrade - Hexagon

Intergraph Smart Engineering Manager Web Installation and Configuration

Language
English
Product
Intergraph Smart Engineering Manager
Subproduct
Web
Search by Category
Installation & Upgrade
Smart Engineering Manager Web Version
3.0

After installing the software and registering the Smart Engineering Manager Web API application as a Smart API on the authentication server, do the following:

  1. Locate the folder where the Smart Engineering Manager Web API is installed.

    If you installed the Smart Engineering Manager Web API using a different location other than the default location, navigate to the folder you chose for the installation, for example: "D:\SEMWebApp\".

  2. Under the installation root path, navigate to "..\Smart\Engineering Manager\3.0\Server".

  3. From the Server folder, open the web.config file using a text editor and enter the following parameter values:

    • <service prefix="sem/v3"

      This value is usually filled by the installation.

    • id="00000000-0000-0000-0000-000000000000"

      The actual id you should enter is the one generated in the authentication server when you create an instance for the Web API.

    • secret=""

      This value is required only when using SAM as the authentication server and is generated in SAM when you create an instance for the Web API.

    • <oauth issuer="", for example:

      "https://sandbox.MyDomainSmartCloud.com/oauth2/aus6c6igc65b7Reks7f5" (Okta)

      "https://saminstance.intergraphsmartcloud.com/sam/oauth/" (SAM)

    Example values:

  4. Save and close the web.config file.

After updating the files, be sure to run iisreset from the command prompt (using the Run as administrator option).