Add SAM Configuration Details - Intergraph Smart Reference Data - Installation & Upgrade - Hexagon

Intergraph Smart Reference Data Installation (10.2)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.2

The user with admin privilege can add the below listed configuration details in the SRD service Web.Config file.

  1. Type the Authentication Server Issuer URL in OAuthIssuer.

  2. Type the Redirect URI.

  3. Type the Client ID which you have received while registering with SAM.

  4. Type the Client secret from SAM.

  5. Type the Smart API Service Id/Scope from SAM.

    Scope is the service ID from SAM authentication server.

  6. Type the SRDAPI Server and Virtual Directory that you configured.

See the sample configuration details below:

<add key="OAuthIssuer" value="https://<server_url>/sam/oauth/connect"/>

<add key="RedirectURI" value="https://<application_server_name>.<domain_name>/<SRD_Service_Virtual_directory>/TestHTMLAccess.htm"/>

<add key="ClientId" value="SRDOAuthClient"/>

<add key="ClientSecret" value="SRDClient@123"/>

<add key="Scope" value="15397BC2-7CC2-4129-ADF6-FA31FADB43A2"/>

<add key="SRDAPI" value="https://<application_server_url>/SRDWebAPI/Srd/V2"/>