Enabling the Single Sign-On Authentication - Brainware Intelligent Capture - Foundation 23.1 - Foundation 23.1 - Brainware - external - Brainware/Brainware-Intelligent-Capture/Foundation-23.1/Brainware-Intelligent-Capture-Installation/Web-Verifier-Configuration/Implementing-Single-Sign-On-Authentication/Enabling-the-Single-Sign-On-Authentication - 2025-05-05 - To enable single sign-on authentication, complete the following steps.

Brainware Intelligent Capture Installation

Platform
Brainware
Product
Brainware Intelligent Capture
Release
Foundation 23.1
License

To enable single sign-on authentication, complete the following steps.

  1. From the [Installation path]\Brainware Intelligent Capture Web Server directory, open Web.config in a text editor.
  2. Search for the <httpHeaderBasedSso> element and complete the following substeps.
    1. Set the enabled attribute to true.
    2. Set the loginHeader attribute to the HTTP header attribute name that the SSO service returns.
    3. Set the sessionHeader attribute to the default session-ID header that the SSO service returns.
    <httpHeaderBasedSso loginHeader="remoteuser" enabled="true" sessionHeader="ShibSessionID" />
  3. Save and close the file.