Using the OpenID Connect ID token for accessing EAM webservices - HxGN EAM - 11.07.01 - Feature Briefs - Hexagon

HxGN EAM OpenID Connect Guide

Language
English
Product
HxGN EAM
Search by Category
Feature Briefs
HxGN EAM Version
11.7.1

This section explains the process for using the OpenID Connect ID tokens for accessing EAM Webservices. The below examples use the Postman application.

  1. In the Postman application, create a new post request to the EAM Webservice endpoint.

  2. Generate the ID token. Refer to the Generating OpenID Connect ID token section for more details.

  3. In the Authorization tab of the Postman request, select the Type as Bearer Token and paste the ID token in the Token field.

  4. Paste the EAM webservice request which is a SOAP request in the Body and select raw. The SOAP Header should contain the Tenant Details.

  5. Click Send. Upon successful authentication of the ID token, along with successful business validations of the webservice request, you will get a successful response from the EAM application.