Using the System Browser for IdP - WorkView - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Premier

WorkView

Platform
OnBase
Product
WorkView
Release
Foundation 24.1
License
Premier

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

Note:

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

To configure WorkView 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 URL of the Service.asmx.
    To use the system browser, both http://127.0.0.1 and the App Server URL should configured as Redirect URIs. For the embedded browser, only the App Server URL is required.
  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.