Search the SharePoint Connector 1.1.x documentation:
Index
[Downloads (PDF, HTML & XML formats)]
[Other versions]
This page is part of the installation guide for the Confluence SharePoint Connector. It tells you how to configure access to Confluence using Integrated Windows Authentication via IIS.
This section of the guide describes the steps necessary to set up an IIS 6.0 website that will perform authentication using NTLM or Kerberos, and then forward the authenticated requests to the Confluence instance. This is achieved by installing a custom ISAPI filter in IIS that understands how to use the AJP protocol to communicate with Confluence.
On this page:
Connector is currently attached to this page
Currently, the Tomcat AJP Connector for IIS is attached to this page as a zip file. We are working on moving the connector to a central, managed location.
C:\tomcat_iis_connector
.C:\tomcat_iis_connector
), then edit the isapi_redirect.properties file and ensure that the log_file, worker_file, worker_mount_file and rewrite_rule_file properties point to the correct locations.isapi_redirect.dll
that you extracted from the tomcat_iis_connector.zip
file downloaded in Step 1.Now you will add a virtual directory in the IIS website to host the ISAPI Filter.
iis_tomcat_connector.zip
file in Step 1 (such as, C:\tomcat_iis_connector
).This step involves modifying the directory security of the website to use NTLM or Kerberos authentication.
The final step in configuring IIS is to register the custom ISAPI filter as a Web Service Extension.
isapi_redirect.dll
extracted from the tomcat_iis_connector.zip
file downloaded in Step 1.If the Tomcat filter is listed in the 'ISAPI Filters' tab for your website with a bright red arrow after attempting to test the filter, this means that the filter has been disabled because IIS was unable to load it.
You should ensure that the identity of the application pool running the Web Service Extension has read permissions to the folder where you installed the connector and write permissions to the log file location specified in the worker.properties.minimal file.
You have now set up a Tomcat connector for IIS. Please continue with the next step in configuring access to Confluence using IWA via IIS.