Enable PKCE flow for Smart API Manager - HxGN SDx - Update 60 - Installation & Upgrade

HxGN SDx Upgrade

Language
English
Product
HxGN SDx
Search by Category
Installation & Upgrade
SmartPlant Foundation / SDx Version
10

From Update 50 and later, if you are using Smart API Manager as your authorization server, perform the following procedure to use the PKCE flow with SAM.

  1. After you perform the update operation on the site, edit the site's Web Client settings.json file.

  2. Edit the following settings as shown to use PKCE:

    • AUTHORIZATION_USEPKCE = “true”

    • AUTHORIZATION_DUMMYCLIENTSECRET = ””

From Update 23 to Update 49, if you are using Smart API Manager as your authorization server, perform the following procedure to use the PKCE flow with SAM.

  1. After you perform the update operation on the site, edit the site's Web Client settings.js file.

  2. Edit the following settings as shown to use PKCE:

    • usePKCE = “true”

    • dummyClientSecret = ””

Back to list of features