Using the System Browser for Identity Provider Authentication - Unity Scheduler - Foundation 25.1 - Foundation 25.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/Unity-Scheduler/Foundation-25.1/Unity-Scheduler/Installation/Installation/Running-the-Unity-Management-Console-Installer/Using-the-System-Browser-for-Identity-Provider-Authentication - 2025-03-17

Unity Scheduler

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

By default, when logging in to the identity provider, Hyland Identity Service (IdS), 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 IdS authentication. For steps on configuring the Unity Management Console for IdS, see the Integrating with Hyland IAM Services documentation.

To configure the Unity Management Console for IdS:

  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 IdS 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.