Search the SharePoint Connector 1.0 documentation:
Index
[Downloads (PDF, HTML & XML formats)]
[Other versions]
Add the SharePoint site(s) and Confluence site to the list of "Trusted" sites
Screenshot: Selecting Internet Explorer options
Screenshot: Configuring local intranet settings
Set the option to "Automatic Login only in Intranet Zone". This will allow users that are currently logged in with an Active Directory account to "automatically" be logged into SharePoint.
Note: This also will "automatically" log a user into Confluence if Confluence is configured with both Active Directory and NTLM.
Screenshot: Selecting custom intranet settings
Screenshot: Choosing automatic 'log on' settings
Note: Please ensure the following setting is acceptable for your environment.
Screenshot: Enabling data source access across domains
user_pref("capability.policy.confluence.XMLHttpRequest.open", "allAccess"); user_pref("capability.policy.confluence.sites", "http://<sharepoint url 1> http://<sharepoint url 2> http://<sharepoint url n...> "); user_pref("capability.policy.policynames", "confluence");
Note: You will need to set the 1 or more <sharepoint url> values to be the SharePoint site(s) hosting the Confluence web parts. Please leave a space at the end of the setting.
By setting the <sharepoint url> value(s), FireFox is limited to opening XMLHttp request FROM pages hosted with the respective SharePoint sites.