Search the SharePoint Connector 1.6 documentation:
Index
[Downloads (PDF, HTML & XML formats)]
[Other versions]
There is currently no supported solution that allows anonymous access to Confluence while using NTLM as the authentication method for Confluence.
Some brave souls have suggested the following two solutions, when using Confluence with IIS. Both suggestions are unsupported and both offer problems:
Beware! Confluence recognises only one base URL
This approach will cause problems because Confluence cannot recognise 2 base URLs. Therefore you are risking unexpected behaviour from Confluence if you allow access via 2 different ports.
With this approach, you would send all anonymous users to the Tomcat port (for example, 8080) and send all NTLM users to the IIS port. If someone uses the anonymous port and tries to access content that is not available to anonymous users, they will be presented with the Confluence login page. At that point they can enter their Active Directory credentials, and are then using Active Directory integration instead of NTLM.
With this approach everyone uses the IIS URL, and IIS is configured to allow anonymous access. Your development team would need to create a custom solution as follows:
login-redirect.aspx
in the root of the IIS web. This page would examine the query string for the name 'os_destination' and perform a redirect to the value of that query string.confluence\login.vm
file to redirect to to the custom page created above (login-redirect.aspx). It would pass along the 'os_destination' query string value'.