Configuring the Unity Management Console for AD FS - Legacy Authentication Methods - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Legacy Authentication Methods

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

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.