To configure the Unity Management Console for AD FS:
- Open obmc.exe.config in a text editor.
-
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>
-
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.