Confluence Data Center configuration

To connect Gemini Enterprise to your Confluence Data Center instance, complete the following configuration steps.

Create a user and grant administrator access

To create a new user and add the user to the administrator group, do the following:

  1. Sign in to your Confluence Data Center instance at the base URL with administrator credentials. The base URL is typically in the format https://confluence.yourcompany.com.
  2. To create a new user, follow these steps:
    1. Click the settings icon settings and select User management from the list.
    2. Enter the administrator credentials, if prompted.
    3. In the Administration page, click Create user.
    4. Enter the email address, full name, username, and password.
    5. Click Create user.
  3. To add the newly created user to the administrators group, follow these steps:
    1. Click Groups from the navigation menu.
    2. Search for the confluence-administrators group and open it.
    3. Click Add/Remove Users and add the newly created user to this group.

To set up an incoming external application link using OAuth 2.0 in Confluence Data Center and obtain the client ID and client secret, follow these steps. You must have administrator privilege or the help of a Confluence Data Center administrator to complete this step.

  1. Sign in to your Confluence Data Center instance at the base URL with administrator credentials. The base URL is typically in the format https://confluence.yourcompany.com.
  2. Click the settings icon and select Applications from the list.
  3. In the navigation menu, click Application links.
  4. On the Application links page, click Create link.
  5. In the Create link modal, configure the following:
    • Application type: Select External application.
    • Direction: Select Incoming.
    • Click Continue.
  6. Configure the OAuth 2.0 details:

    • Name: Enter a name for the application link.
    • Redirect URL: Enter the following redirect URI:

      • https://vertexaisearch.cloud.google.com/oauth-redirect
    • Application permissions: Select Read or Write based on your specific connection mode:

    Connection mode Permissions Purpose
    Data ingestion Read Required to ingest Confluence page content, attachments, and comments.
    Federated search Read Required to search Confluence page content, attachments, and comments.
  7. Click Continue. The client ID and client secret are automatically generated and displayed.

    • Client ID (Consumer Key): Copy the unique ID provided.
    • Client Secret (Shared Secret): Copy the client secret and store it securely, for example, in a password manager. The secret is displayed only once. If lost, you must create a new application link to generate new credentials.
  8. Click Save. The newly created application link will appear in the list on the Application links page.