Using the System Browser for IdP - Workflow - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard

Workflow

Platform
OnBase
Product
Workflow
Release
Foundation 22.1
License
Premier
Standard

By default, when logging in to the identity provider (IdP), OnBase Workflow uses the embedded web browser. Workflow may instead be configured to use the system browser (such as Microsoft Edge or Google Chrome).

Note:

The following steps assume that Workflow has already been set up for IdP authentication. For steps on configuring Workflow for IdP, see the Integrating with Hyland IAM Services documentation.

To configure Workflow to use the system browser:

  1. Open the obstudio.exe.config file.
  2. In the IdP node, locate <add FriendlyName="My Identity Provider" IdpPath="[Idp URL]" Tenant="[Tenant]" ClientId="[Client ID]" RedirectUri="[Redirect Uri]" />, where [Idp URL] is the URL of the Hyland IdP server and [ Client ID] is the Client ID.
  3. Set RedirectUri to "http://127.0.0.1".
  4. In the Hyland.Authentication node, locate <accessTokenValidation idp="[Idp URL]" audience="[Idp URL]/resources" apiName="[Client ID]" nameClaimType="username" />, where [Idp URL] is the URL of the Hyland IdP server and [Client ID] is the Client ID.
  5. Set audience to match the Client ID.
  6. In the appSettings node, locate <add key="useSystemBrowserForIdpLogin" value="false" />.
  7. Set value to "true".
  8. Save and close obstudio.exe.config.