Konnect eMail Central requires administrator consent to connect users to their Microsoft 365 services. The add-in uses delegated permissions to SharePoint, Teams, and Microsoft Graph to enable seamless Outlook-to-SharePoint integration.
Follow the steps below to grant consent and deploy the add-in to your users.
Why is Consent Required
The add-in uses Entra ID (Azure AD) registered application to act on behalf of the user. This Entra app uses delegate permissions (act as the signed-in user). When a user signs into the app the user is authenticated against the client’s tenant (Entra ID) and acquires an access token. Any subsequent calls to SharePoint, Teams and Onedrive are validated using this access token.
What Permissions are Required
Note: all permissions are delegated only – this implies that the add-in can only work on user interaction and acting as the user
| API / Permissions name | Type | Description | Admin consent required |
| Microsoft Graph | |||
| Files.ReadWrite | Delegated | Have full access to user files | No |
| Mail.ReadWrite | Delegated | Read and write access to user mail | No |
| Mail.ReadWrite.Shared | Delegated | Read and write user and shared mail | No |
| Sites.ReadWrite.All | Delegated | Edit or delete items in all site collections | No |
| Team.ReadBasic.All | Delegated | Read the names and descriptions of teams | No |
| User.Read | Delegated | Sign in and read user profile | No |
| User.ReadBasic.All | Delegated | Read all users’ basic profiles | No |
| SharePoint | |||
| AllSites.Write | Delegated | Read and write items in all site collections | No |
| MyFiles.Write | Delegated | Read and write user files | No |
Grant Consent to App
- Open the consent link and sign in using your Microsoft 365 administrator credentials

- Review the requested permissions and click Accept to authorize the Konnect eMail Central app to connect with SharePoint, Teams, and Microsoft Graph.
Deploy app to users
- Navigate to the Microsoft 365 admin center and sign in with M365 administrator account
- Select “Show all” tab in the left hand navigation blade, then select “Settings” > “Integrated apps” and click “Get apps“

- Search for “Konnect eMail” and click “Get it now”
Important: select the app listed for Outlook – you can verify this by the Outlook app icon in the product listing
- Click “Get it now” again

- Add users or groups in the “Assign users” section and click “Next“. Here you can add multiple users and groups where the add-in will be deployed.

- Click “Accept permissions” and sing-in using your administrator credentials

- “Accept” the permissions – these are the minimal set of permission to deploy the app manifest file on the selected users/groups mailbox

- Hit “Next“
- Click “Finish deployment“


