Configuring the Unity Management Console for AD FS - Configuring the Unity Management Console for AD FS - OnBase - Legacy Authentication Methods - OnBase/Legacy-Authentication-Methods/Foundation-23.1/Legacy-Authentication-Methods/Configuring-Active-Directory-Federation-Services-AD-FS/Configuration/Configuring-the-Unity-Management-Console-for-AD-FS - Foundation 23.1 - Foundation 23.1

Legacy Authentication Methods

Platform
OnBase
Product
Legacy Authentication Methods
Release
Foundation 23.1
License
Premier
Standard
Essential
ft:lastPublication
2025-10-15T22:11:06.181000
ft:locale
en-US

To configure the Unity Management Console for AD FS:

  1. Open obmc.exe.config in a text editor.
  2. Uncomment the following elements:

    <system.web>

    <webServices>

    <soapExtensionTypes>

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

    </soapExtensionTypes>

    </webServices>

    </system.web>

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

  3. Configure the settings in the Hyland.Authentication element to match the settings in the Application Server configuration.
    Note:

    These settings must match exactly the settings in the Application Server configuration file, or AD FS authentication will fail. The configuration settings are case sensitive.