Configuring Studio for AD FS - Legacy Authentication Methods - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Premier - Standard

Legacy Authentication Methods

Platform
OnBase
Product
Legacy Authentication Methods
Release
Foundation 23.1
License
Essential
Premier
Standard

To configure OnBase Studio for AD FS:

  1. Open obstudio.exe.config in a text editor.
  2. Within the system.web element, uncomment the following element:

    <soapExtensionTypes>

    <add type="Hyland.Authentication.ADFS.CustomCanvasADFSAuthSoapExtension, Hyland.Authentication" />

    </soapExtensionTypes>

  3. Uncomment the Hyland.Authentication element.

    <Hyland.Authentication>

    <adfs enabled="true" logClientEventsToEventLog="true">

    <wsTrust forceNTLM="false">

    <adfsEndpointAddress>

    https://<ADFS_SERVER>/adfs/services/trust/2005/windowstransport</adfsEndpointAddress>

    <securityMode>Transport</securityMode>

    <trustVersion>WSTrustFeb2005</trustVersion>

    <appliesTo>http://mydomain.com/AppNet/</appliesTo>

    </wsTrust>

    </adfs>

    </Hyland.Authentication>

  4. Configure the settings in the Hyland.Authentication element to match the settings in the Application Server configuration. These configurations must match exactly, or AD FS authentication will fail. The configuration settings are case sensitive.