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