To configure OnBase Studio for AD FS:
- Open obstudio.exe.config in a text editor.
-
Within the system.web element, uncomment the following element:
<soapExtensionTypes>
<add type="Hyland.Authentication.ADFS.CustomCanvasADFSAuthSoapExtension, Hyland.Authentication" />
</soapExtensionTypes>
-
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>
- 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.