Using the System Browser for IdP - Studio - English - Foundation 22.1 - OnBase - external - OnBase/Studio/English/Foundation-22.1/Studio/Studio-Installation/Post-Installation/Using-the-System-Browser-for-IdP - 2023-09-12

Studio

Platform
OnBase
Product
Studio
Release
Foundation 22.1
License

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

Note:

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

To configure Studio 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.