Skip to content

Configure ProcessFactorial React App

This article outlines how to configure the Configure ProcessFactorial React App

Configure the ProcessFactorial Portal

  1. Browse to the ProcessFactorial Portal
  2. Browse to your customer and project
  3. Click on the Environments tab
  4. Select the environment linked to the Microsoft Power Pages we've been configuring (don't open it, just select the radio button)
  5. Click the Environment Settings button on the grid.
  6. Update the settings according to this table:

Note

The Issuer (iss) and Audience (aud) values can be extracted from the JWT token.

Setting Name Description Value
Forms Portal Auth Issuer Key Public key used to sign the JWT token. Used to validate JWT.

If using MSAL/EntraId, this can be left empty
empty
Enable Forms Portal Auth Issuer Key Validation Enable or disable issuer signed key validation True
Forms Portal Auth Issuer Issuer (iss) that issued the JWT token. Used to validate JWT This is typically a URL that contains your Azure TenantId

e.g.
https://login.microsoftonline.com/{TenantId}/v2.0
Enable Forms Portal Auth Issuer Validation Enable or disable issuer validation True
Forms Portal Auth Audience Audience (aud) target of the JWT token. Used to validate JWT This is typically your Azure App Registration Client Id or scope URL.

e.g.
{ClientId}
or
api://{clientId}/{scope}
Enable Forms Portal Auth Audience Validation Enable or disable audience validation True
Portal Token Algorithm Authentication algorithm RS256
7. Click Save & Close