Installing and Configuring the Confluence Plugins for SP 2013

This page tells you how to install and configure the Confluence plugins that you need for the SharePoint Connector, to integrate with Microsoft SharePoint 2013.

On this page:

1. Install the Confluence Plugins

To install the plugins into Confluence:

Go to the Confluence 'Administration Console'. To do this:

  • Choose the cog icon  at top right of the screen, then choose Confluence Admin.

Using Confluence earlier than 3.4

  1. Click 'Plugin Repository' in the 'Configuration' section of the left-hand navigation panel to open the 'Atlassian Plugin Repository' page.
  2. Scroll down to the row indicating 'The SharePoint Connector for Confluence' and click 'Install'. The Confluence plugin will be installed into Confluence.
  3. Decide whether you will be able to use the SharePoint Connector's federated search feature. With the federated search, you can share search results between Confluence and SharePoint. It is available only if you have SharePoint MOSS 2007 or SharePoint Server 2010. If you want to use the federated search, you will need the Atlassian-supported OpenSearch plugin. Scroll to the row indicating 'OpenSearch Plugin' and click 'Install'. The OpenSearch plugin will be installed into Confluence.

Using Universal Plugin Manager, or using Confluence 3.4 and 4.x

  1. Click 'Find New Add-ons' in the 'Configuration' section of the left-hand navigation panel to open the 'Universal Plugin Manager' page.
  2. Click on the 'Install' tab.
  3. In the 'Search Plugin Exchange' search box, enter 'Sharepoint Connector'.
  4. Click on the search result to expand. Once expanded, click on 'Install Now' button.
  5. If you want to use the SharePoint Connector's federated search feature, you will need the Atlassian-supported OpenSearch plugin. Search for 'OpenSearch Plugin' and repeat the procedure. From the version 1.9.0 of SharePoint connector the 'OpenSearch plugin' is bundled with SharePoint connector plugin so you don't need to install a separated 'OpenSearch plugin' into Confluence.

Using Universal Plugin Manager, or using Confluence 5 or later

  1. Click 'Plugins' in the 'Marketplace' section of the left-hand navigation panel.
  2. Search for the 'SharePoint Connector for Confluence'.
  3. Click 'Install'.
  4. If you want to use the SharePoint Connector's federated search feature, you will need the Atlassian-supported OpenSearch plugin. Search for 'OpenSearch Plugin' and repeat the procedure. From the version 1.9.0 of SharePoint connector the 'OpenSearch plugin' is bundled with SharePoint connector plugin so you don't need to install a separated 'OpenSearch plugin' into Confluence.

Starting with version 1.8.3 of the SharePoint Connector for Confluence, we've included the Windows installers along with the plugin JAR file, so you will no longer be able to install or upgrade this plugin directly from the UPM. You will have to download and unzip the plugin zip file, and then manually upload the JAR file via the UPM in order to install the SharePoint plugin or upgrade an existing version.

2. Configure Confluence and the Plugins

Once you have installed the required plugins into Confluence, you should then configure the plugins and your Confluence site to work and communicate successfully with a SharePoint site. Follow the instructions below.

Enabling Confluence Remote API

In order for your SharePoint site(s) to communicate with and retrieve content from Confluence, the Remote API (XML-RPC & SOAP) must be enabled in Confluence. Check whether the remote API is enabled and if not, enable it. See the instructions in the Confluence administrator's guide.

Configuring Confluence to Work with a SharePoint Site

In this step, you will tell Confluence which SharePoint site(s) it can communicate with.

To configure Confluence to work with a SharePoint site:

  1. Go to the Confluence 'Administration Console'. To do this:
    • Choose the cog icon  at top right of the screen, then choose Confluence Admin.
  2. Click 'SharePoint Admin' in the 'Administration' section of the left-hand navigation panel to open the 'SharePoint Integration Administration' screen. On this screen you can configure one or more SharePoint sites to work with your Confluence installation.

    Screenshot: The site configuration section of the Confluence 'SharePoint Admin' page
  3. Enter the appropriate details into the following fields:
    Table: SharePoint Site Configuration Fields

    || Field || Description ||

    SharePoint Site Alias

    Enter a simple name that identifies the SharePoint site easily in Confluence. SharePoint-related Confluence macros use this name as a parameter value to identify the SharePoint site on which to run their queries.
    (info) Each SharePoint alias must be unique. However, do not modify this field when editing\ a pre-configured SharePoint site.

    SharePoint Site URL

    Enter the base URL of the SharePoint site, for example,

    [http://www.example-sharepoint-server.com]\\ \\ \\

    .

    Confluence Access URL Enabled

    You can choose to configure an alternative SharePoint URL for Confluence to use when accessing SharePoint. See the details below.

    User Name

    The Windows user account that Confluence will use to access the SharePoint site. Note that this user must be a SharePoint site collection administrator. The user name must follow the syntax SERVERNAME\username, where:

    • SERVERNAME is the name of the Windows domain on which the SharePoint site can be accessed. Otherwise, this is the name of the computer hosting SharePoint.
    • username is the username of the Windows user account used to access the SharePoint site.

    Password

    The password associated with the Windows user account.

    Make this SharePoint Site the default.

    Selecting this option makes any Confluence SharePoint macros that do not reference a SharePoint Site Alias, query this SharePoint site.
    If this option is selected, a '(tick) ' appears in the 'Default Site' field of the list of configured SharePoint sites (at the top of the SharePoint Admin page).

    Enable sp-list permission trimming

    Selecting this option filters the SharePoint List macro results to display only content that the user has permission to access in SharePoint.

  4. Click the 'Test Connection' button to test that the connection to the SharePoint site is correct.

    If the connection was successful, you will see the message (tick) Connection Test: Success.
    If the connection was not successful, you will see the message (error) Connection Test: Server unreachable. If you see this message, please ensure that your SharePoint site settings are correct, as described in the table above.

    Note that when the connection test fails for some reasons the first thing you need to ensure is the SharePoint connector component for SharePoint is installed on SharePoint servers. Follow the instruction at one of the below links to install the component according to your SharePoint server version

    Installing and Configuring the SharePoint Feature on SP 2007

    Installing and Configuring the SharePoint Feature on SP 2010

    Installing and Configuring the SharePoint Feature on SP 2013

  5. Click 'Update SharePoint Settings' to save the configuration settings for your SharePoint site.

Configuring an Alternative SharePoint URL for Confluence

The 'Confluence Access URL Enabled' option on the 'SharePoint Admin' screen allows you to set up a special URL for Confluence to use when accessing SharePoint. There are two choices:

  • 'Use Standard Access URL' – This is the default value. If you choose this option Confluence will query the SharePoint site via the 'SharePoint Site URL' configured above.
  • 'Use Alternative Access URL' – If you choose this option, the 'Confluence Access URL' field appears on the screen. Enter an alternative URL. Confluence will query the SharePoint site via this URL instead of the 'SharePoint Site URL'.

The alternative access URL allows you to resolve problems where the SharePoint installation uses an authentication protocol not supported by Confluence, such as NTLMv2 or Kerberos. You can configure SharePoint to run on a separate port that bypasses the unsupported authentication protocol, and then allow Confluence to communicate with SharePoint via this alternative URL. See the recommended configuration for securing Confluence access to SharePoint.

To configure Confluence to access SharePoint via an alternative URL:

  1. Set up an alternative URL in SharePoint. (See the recommended configuration for securing Confluence access to SharePoint.)
  2. Select 'Use Alternative Access URL' on the Confluence 'SharePoint Admin' screen shown above.

Which URL will the Confluence macros use?

Confluence's SharePoint macros will query the SharePoint site via the alternative access URL. However, any links returned by these macros that lead back to the SharePoint site will query the standard access URL.

(warning) The alternative access URL must be configured externally, as a separate network configuration.

In practice, an alternative access URL would be used in situations where Confluence and SharePoint are hosted in the same private network, either behind a firewall or on the same VPN.

Configuring Confluence to Share Search Results with SharePoint Server

If you have a Microsoft SharePoint Server instead of just SharePoint Foundation, you can configure Confluence to share search results with the SharePoint server. This will allow users to search content in both Confluence and SharePoint from Confluence's search features.

Screenshot: The SharePoint Server search integration section of the Confluence 'SharePoint Admin' page  


To configure Confluence to share search results with a SharePoint server:

  1. Enter the SharePoint server's Search URL into the 'Search URL' field. This usually has the format

    [http://www.example-sharepoint-server.com/searchcenter/Pages/Results.aspx]

    .

  2. Enter the SharePoint Server's Search URL's search parameter into the 'Search Field Name'. This is usually the letter k only.
  3. Click the 'Update Search Settings' button.

(info) You will also need to configure the SharePoint side of things. You will come to this step later, as described in Configuring the SharePoint Federated Search on SP 2013.

After updating the search settings, the Confluence theme will display a drop-down menu next to the Confluence search box, looking like this:

The drop-down menu offers two options:

  • 'SharePoint & Confluence' – If you select this option when searching for content via the Confluence search, the search results page will open in SharePoint and will show results from both SharePoint and Confluence.
  • 'Confluence Only' – If you select this option when searching for content via the Confluence search, the search results page will open in Confluence and will show results from Confluence only.

Editing an Existing SharePoint Site's Settings

This section describes how to edit the settings for a SharePoint site that has already been configured in Confluence.

To edit the existing configuration settings of a SharePoint site in Confluence:

  1. Go to the Confluence 'Administration Console'. To do this:
    • Choose the cog icon  at top right of the screen, then choose Confluence Admin.
  2. Click 'SharePoint Admin' in the 'Administration' section of the left-hand navigation panel.
  3. In the top list of already-configured SharePoint sites, click the '- Edit -' link next to the SharePoint site that you want to update. The fields below the list will be populated with the current settings for that SharePoint site.
  4. Edit the field details according to the table above, to the updated settings.
  5. If necessary, update the additional options as described above.
  6. Test that the connection to the SharePoint site is correct by clicking the 'Test Connection' button.
    A message will be displayed, indicating whether or not the connection was successful.
  7. Click 'Update SharePoint Settings' to save the updated configuration settings for your SharePoint site.

Do not change the SharePoint site alias

If you only intend to edit an existing SharePoint site's configuration, do not change the 'SharePoint Site Alias' field. If you do change this value, Confluence adds these settings as a new entry in the list of configured SharePoint sites.

Screenshot: Example List of Configured SharePoint Sites

Next Step

To continue with the installation of the SharePoint Connector, please configure the access to Confluence.

Last modified on Jul 1, 2013

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.