Register Smart Review with Integrated Windows Authentication (IWA) server (retired) - HxGN SDx - HxGN SDx - Reference - Hexagon

HxGN SDx Modified and Retired Functionality

Language
English
Product
HxGN SDx
Search by Category
Reference
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)

This functionality was removed in Update 23.

You can register the Smart Review application with an Integrated Windows Authentication (IWA) server to authorize the application to consume the web APIs.

These settings must be manually configured by an administrator when creating a new Smart Review client application:

  1. In the Create Application dialog box, add the following client application settings:

    Client ID - see note below

    Client Secret - see note below

    Add the client ID and client secret values found in the ConnectionSettings.ini file located at: [InstallDrive]:\Program Files\SmartPlant\Review\Api\SmartReviewConnector. The client ID and client secret in the ConnectionSettings.ini file must match the client ID and client secret in the authentication client application settings.

    Flow - AuthorizationCodeWithProofKey

    RedirectURI - http://127.0.0.1:8077

    ClientName - SmartReview

  2. In the Scopes dialog box, add a new scope with the following settings:

    Type - Resource

    Name - EE9C5479-A52E-4D11-80AE-BFDDCE9A603F.

    This is the Token audience of the server. This can be verified by querying the description of the server. For example:

    https://[MachineName].[DomainName]/[ServerName]Server/API/V2/description

For more information on registering client applications and the available client application settings, see Register applications (retired) and Client application settings (retired).