Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The app uses this permissions in order to get When connecting to Sharepoint or OneDrive for Business connected to the Team Files via oAuth 2.0, make sure your users can grant this permissions when connecting, if you get the “Need admin approval”, you need to configure your Azure Active Directory in order to allow users to consent data access to the app.

...

As a Microsoft Office 365 admin, please go to your Azure Active directory, allow users to register/connect new apps and allow user to consent apps to access data.

  1. Set “Users can register applications” to Yes. Or as an admin you can connect the app once and keep the this setting to No.

...

2. Set “Users can consent to apps accessing company data on their behalf” to Yes. If this is not enabled, the users won’t be able to use Team Files on Jira or Confluence.

...

Team Files uses the following permissions on behalf of the user to make the files and folders accessible on Jira and Confluence via the oAuth 2.0.

API/Permissions name

Type

Description

Admin Consent Required

Microsoft Graph

  • Files.ReadWrite.All

Delegated

Have full access to all files user can access

No

  • Sites.Manage.All

Delegated

Create, edit, and delete items and lists in all site collections

No

  • User.Read

Delegated

Sign in and read user profile

No

Sharepoint

  • AllSites.Manage

Delegated

Read and write items and lists in all site collections

No

  • MyFiles.Write

Delegated

Read and write user files

No

...