Search the SharePoint Connector 1.7 documentation:
Index
[Downloads (PDF, HTML & XML formats)]
[Other versions]
If your browser and web applications support automatic login, you will be able to log in to your desktop computer, your intranet and the relevant web applications without being asked to log in again. Automatic login is also called pass-through sign-on, pass-through authentication, and sometimes single sign-on (SSO).
Applies to Confluence with Integrated Windows Authentication only
If unsure, ask your administrator if this information is relevant to you. It applies only if your administrator has set up Confluence to use Integrated Windows Authentication (IWA) via IIS (see documentation for SharePoint 2007 and for SharePoint 2010) or Jespa (see documentation for SharePoint 2007 and for SharePoint 2010).
This page tells you how to set the options in your web browser (Internet Explorer or Firefox) to enable automatic login to Confluence. This will make it much more pleasant to use the Confluence SharePoint Connector.
What happens if you do not configure your browser as described below? You will keep getting the standard browser login popup each time you access Confluence. The popup looks like this:
Screenshot: Login dialogue from Internet Explorer
Set your options as follows for IE 6, 7 and 8.
Please check with your system administrator that this setting is acceptable for your environment
Setting this option may increase the susceptibility of your browser to XSS (cross-site scripting) attacks within the local intranet zone. This should be fine if your intranet is accessible to trusted users only.
Follow the steps below to configure automatic login in Firefox 3.x.
about:config
' into your Firefox address bar.network.automatic-ntlm-auth.trusted-uris
.http://confluence.mycompany.com,http://sharepoint-url
http://mycompany.com:8080/confluence,http://sharepoint-url-1,http://sharepoint-url-2
sharepoint-url-x
values with the addresses of the SharePoint site(s) hosting the Confluence web parts.Administrators may find this Mozilla Firefox documentation useful: Deploying Firefox – Centralized Settings Management and Control.
This procedure will relax your Firefox security quite a bit. Firefox will no longer pop up a security dialogue when a cross-domain AJAX call is made. If you wish, you can set up a separate profile in Firefox to use to verify your configuration before using it with your usual profile. Please refer to the Firefox documentation for more information on managing profiles.
Follow the steps below to configure automatic login in Firefox 2.0.
prefs.js
file.prefs.js
file.
C:\Documents and Settings\<YOUR_USERNAME>\ApplicationData\Mozilla\Firefox\Profiles\<YOUR_TEST_USER_PROFILE_ID>\prefs.js
/Users/<YOUR_USERNAME>/Library/Application Support/Firefox/Profiles/<YOUR_TEST_USER_PROFILE_ID>/prefs.js
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");
<sharepoint url>
values with the addresses of the SharePoint site(s) hosting the Confluence web parts. Please leave a space after the setting.prefs.js
file.Setting the <sharepoint url>
value(s) will limit Firefox to opening XMLHttp request FROM pages hosted by the respective SharePoint sites.