Test the Web Client site - 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 Test the Web Client site (modified in an update) if you use a version before Update 23.

  1. Navigate to the fully qualified name of the Web Client site. This must match exactly the Post Login Redirect URIs entered into Smart API Manager when configuring Web Client. For example:

    https://[Host].[DomainServer]/SDxWebClient/

  2. Log in to Smart API Manager.

    You are automatically logged on as a user in the Web Client as part of the group that has access to the Smart API used by the Web Client. This is as set up in your identity provider, such as SiteMinder.

If your Smart API Manager server is on a different domain from the application server on which the API Services is installed, then you need to add the Smart API Manager server URL to the CORS entries in the web.config file for the Web Client site and set allowCredentials to true. For example:

<security>

<oauth issuer="https://samoauth.ingrnet.com/sam/oauth" requiredScopes="ingr.api" />

<cors allowedOrigins="https://SDxserver.ingrnet.com,https://samoauth.ingrnet.com" allowedMethods="*" allowedHeaders="*" exposedHeaders="" allowCredentials="true" preflightMaxAge="600" />

</security>