# Image Pro
We understand that our customers need to be confident using Image Pro, and be aware of our data collection practices.
Note
This section is subject to change and we recommend that you check back quarterly for updates.
# Data Management Practices
Through the implementation of its different features, Image Pro access, processes and stores several kind of data:
- Image properties
- Image Configuration
- Users data
Here is how we're managing data for these different categories:
Data | Accessed | Cached | Stored | Notes |
---|---|---|---|---|
User profiles | ✔ | ✔ | ✔ | Accessed and updated after each login. Stored as long as the organization is active. |
Image Configuration | ✔ | ✔ | ✔ | Accessed and updated after creation of a tab. Stored as long as the organization is active. |
Image properties | ✔ | 🚫 | ✔ | Accessed and updated of using the app. Stored as long as the organization is active. |
User data | ✔ | 🚫 | ✔ | Users data (AAD ID, UPN). Stored as long as the organization is active. |
Teams channel | ✔ | 🚫 | 🚫 | Name and unique ID of the channel. No cache. Stored as long as the organization is active. |
Teams conversations | 🚫 | 🚫 | 🚫 | No access. No cache. No storage. |
Teams files | 🚫 | 🚫 | 🚫 | No access. No cache. No storage. |
# Microsoft Graph
Scope | Description | Justification | Admin Consent Required |
---|---|---|---|
User.Read | Retrieve the properties and relationships of user object. | Allows Image Pro to read user information and to display it in the UI. | No |
email | Gives the app access to the user's primary email address in the form of the email claim | No | |
openid | Used to sign in with OpenID Connect | No | |
offline_access | Gives thee app access to resources on behalf of the user for an extended time. | When a user approves the offline_access scope, Image Pro can receive refresh tokens from the Microsoft identity platform token endpoint. Refresh tokens are long-lived. Image Pro can get new access tokens as older ones expire. | No |
profile | Gives the app access to basic information about the user in the claims. | No | |
Sites.ReadWrite.All | Edit or delete items in all site collections. | Allows Image Pro to read and write SharePoint and to display it in the UI. | No |
TIP
The Azure AD App ID is: f64e410d-2685-4834-8cd1-004fcac3a125
# Microsoft Teams Apps Security and Compliance
Microsoft works with our Microsoft 365 developer partners to provide the information organizations need to expedite and inform decisions about Microsoft Teams Apps and add-ins they use. The information is supplemented with information from the Microsoft Cloud App Security app catalog and information provided by the developers when they submit their applications. This security, data handling, and compliance information is intended to help organizations assess and manage risk in using these apps.
# Resource Endpoints
All the traffic from and to the TeamsPro platform uses HTTPS protocol on port 443. Here is a short description of each flow:
Name | Comments |
---|---|
image.teams-pro.com | for the apps including help contents |
.msecnd.net and *.visualstudio.com | for performance metrics analysis |
# Dependencies
# Client
Name | Version | Url | Licence |
---|---|---|---|
@azure/msal-browser | 2.30.0 | https://github.com/AzureAD/microsoft-authentication-library-for-js | MIT |
@fluentui/react-northstar | 0.64.0 | https://github.com/microsoft/fluentui | MIT |
@microsoft/applicationinsights-react-js | 3.4.0 | https://github.com/microsoft/applicationinsights-react-js | MIT |
@microsoft/applicationinsights-web | 2.7.0 | https://github.com/microsoft/ApplicationInsights-JS | MIT |
@microsoft/file-browser | 1.0.0-preview.0 | https://registry.npmjs.org/@microsoft/file-browser | SEE LICENSE IN "EULA" FOLDER |
@microsoft/microsoft-graph-client | 3.0.2 | https://github.com/microsoftgraph/msgraph-sdk-javascript | MIT |
@microsoft/teams-js | 2.12.0 | https://github.com/OfficeDev/microsoft-teams-library-js | MIT |
@microsoft/teamsfx | 2.0.0 | https://github.com/OfficeDev/TeamsFx | MIT |
@reduxjs/toolkit | 1.9.5 | https://github.com/reduxjs/redux-toolkit | MIT |
@toast-ui/react-image-editor | 3.15.2 | https://github.com/nhn/tui.image-editor | MIT |
@types/react | 18.2.18 | https://github.com/DefinitelyTyped/DefinitelyTyped | MIT |
@types/react-dom | 18.2.7 | https://github.com/DefinitelyTyped/DefinitelyTyped | MIT |
@types/react-router-dom | 5.3.3 | https://github.com/DefinitelyTyped/DefinitelyTyped | MIT |
axios | 1.4.0 | https://github.com/axios/axios | MIT |
env-cmd | 10.1.0 | https://github.com/toddbluhm/env-cmd | MIT |
history | 5.3.0 | https://github.com/remix-run/history | MIT |
moment | 2.29.3 | https://github.com/moment/moment | MIT |
react | 18.2.0 | https://github.com/facebook/react | MIT |
react-dom | 18.2.0 | https://github.com/facebook/react | MIT |
react-query | 3.39.3 | https://github.com/tannerlinsley/react-query | MIT |
react-quill | 2.0.0 | https://github.com/zenoamaro/react-quill | MIT |
react-redux | 8.1.1 | https://github.com/reduxjs/react-redux | MIT |
react-router-dom | 6.14.2 | https://github.com/remix-run/react-router | MIT |
react-scripts | 5.0.1 | https://github.com/facebook/create-react-app | MIT |
react-showdown | 2.3.1 | https://registry.npmjs.org/react-showdown | MIT |
sass | 1.64.2 | https://github.com/sass/dart-sass | MIT |
tinycolor2 | 1.6.0 | https://github.com/bgrins/TinyColor | MIT |
typescript | 5.1.6 | https://github.com/Microsoft/TypeScript | Apache-2.0 |
web-vitals | 2.1.4 | https://github.com/GoogleChrome/web-vitals | Apache-2.0 |
# Server
Name | Version | Url | Licence |
---|---|---|---|
Azure.Extensions.AspNetCore.Configuration.Secrets | 1.2.2 | https://github.com/Azure/azure-sdk-for-net | MIT |
Microsoft.AspNetCore.Http | 2.2.2 | https://github.com/aspnet/AspNetCore | |
Microsoft.AspNetCore.Mvc.Core | 2.2.5 | https://github.com/aspnet/AspNetCore | |
Microsoft.Identity.Web | 2.13.4 | https://github.com/AzureAD/microsoft-identity-web | MIT |
Microsoft.Identity.Web.MicrosoftGraph | 2.13.4 | https://github.com/AzureAD/microsoft-identity-web | MIT |
Swashbuckle.AspNetCore | 6.5.0 | https://github.com/domaindrivendev/Swashbuckle.AspNetCore.git | MIT |
Microsoft.AspNetCore.SpaProxy | 6.0.24 | https://github.com/dotnet/aspnetcore | MIT |
Microsoft.Extensions.HealthChecks | 1.0.0 | https://github.com/seven1986/HealthChecks | |
AspNetCore.HealthChecks.Publisher.ApplicationInsights | 7.0.0 | https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks | Apache-2.0 |
Microsoft.ApplicationInsights | 2.21.0 | https://github.com/Microsoft/ApplicationInsights-dotnet | MIT |
Microsoft.ApplicationInsights.AspNetCore | 2.21.0 | https://github.com/Microsoft/ApplicationInsights-dotnet | MIT |
Microsoft.ApplicationInsights.SnapshotCollector | 1.4.4 | https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector/1.4.4 | |
Microsoft.Extensions.Configuration | 6.0.0 | https://github.com/dotnet/runtime | MIT |
AutoMapper | 12.0.1 | https://github.com/AutoMapper/AutoMapper | MIT |
TimeZoneConverter | 6.1.0 | https://github.com/mattjohnsonpint/TimeZoneConverter | MIT |
Microsoft.Extensions.DependencyInjection.Abstractions | 7.0.0 | https://github.com/dotnet/runtime | MIT |
Microsoft.AspNetCore.OData | 7.5.12 | https://github.com/OData/WebApi.git | MIT |
Microsoft.Azure.DocumentDB.Core | 2.13.0 | https://www.nuget.org/packages/Microsoft.Azure.DocumentDB.Core/2.13.0 | |
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 6.0.20 | https://github.com/dotnet/aspnetcore | MIT |
Microsoft.Bot.Builder | 4.21.1 | https://github.com/Microsoft/botbuilder-dotnet | MIT |
Microsoft.Bot.Builder.Integration.AspNet.Core | 4.21.1 | https://github.com/Microsoft/botbuilder-dotnet | MIT |
Microsoft.Bot.Builder.Integration.ApplicationInsights.Core | 4.21.1 | https://github.com/Microsoft/botbuilder-dotnet | MIT |
Ical.Net | 4.2.0 | https://github.com/rianjs/ical.net | MIT |