Password grant - 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
  1. Access the well-known configuration end point of the AD FS machine from a browser. Refer to the Configuring HxGN EAM application with OpenID Connect details section to find the details about accessing the well-known configuration end point in AD FS.

  2. Copy the value of the token_endpoint.

  3. Using the Postman application, create a post request to the URL obtained from the above step with the following parameters added to the Body of the request. Select x-www-form-urlecoded.

    • client_id, whose value will be the OpenID Connect Client Identifier.

    • scope, whose value will be openid.

    • grant_type, whose value will be password.

    • username, the userid of the user trying to generate the id token.

    • password, the password of the user trying to generate the id token.

  4. Click Send. If the details entered are correct, the token end point responds with a JSON response which has the id_token.