Using the System Browser for IdP - Unity Scheduler - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Unity Scheduler

Platform
OnBase
Product
Unity Scheduler
Release
Foundation 24.1
License
Premier
Standard
Essential

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

Note:

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

To configure the Unity Management Console for IdP:

  1. Open the obmc.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 appSettings node, locate <add key="useSystemBrowserForIdpLogin" value="false" />.
  5. Set value to "true".
  6. Save and close obmc.exe.config.