Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

This page provides an overview of the Communardo SharePoint Connector for Confluence Cloud and the components it interacts with.

SharePoint Online

Image 1: High Level Architecture for SharePoint Online (click to enlarge)

Remarks

All communication between Confluence and SharePoint is done by the client of the end user (i.e. browser). Direct communication between these two ecosystems is not necessary.

All requests to the Microsoft Graph API are done in the context of the current user (see App Permissions (Cloud)).

AI Features

AI-architecture-20241220-074032.png

For making possible the AI features in our app in the background we are using an OpenAI Service provided by Microsoft Azure configured with GPT 4o-mini model.

An Azure function acts as a proxy between the Confluence Macro and the OpenAI service to send the data to be analyzed and return the response from the OpenAI service.

The function is protected by Microsoft Authentication and will store no data is shared between requests.

No data is stored in the backend of our app or in the OpenAI service. Chat history is not supported and prompts will be cleared after each request.

Read more on data privacy here.

  • No labels