File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,17 @@ To use your own Microsoft Teams app manifest & app package instead of letting Sh
66
66
1 . Create a Microsoft Teams app manifest per the Microsoft Teams documentation:
67
67
- [ Microsoft Teams: Create an app package for your Microsoft Teams app] ( /microsoftteams/platform/concepts/build-and-test/apps-package )
68
68
- [ Microsoft Teams: Manifest schema for Microsoft Teams] ( /microsoftteams/platform/resources/schema/manifest-schema )
69
+
70
+ > [ !IMPORTANT]
71
+ > in the Teams app manifest ensure you add the following entry:
72
+ > ``` json
73
+ > "webApplicationInfo": {
74
+ > "resource": "https://{teamSiteDomain}",
75
+ > "id": "00000003-0000-0ff1-ce00-000000000000"
76
+ > }
77
+ > ```
78
+ > That is required to ensure any API call in the component will succeed from Microsoft Teams rich clients.
79
+
69
80
1 . Create the Microsoft Teams app package named **TeamsSPFxApp.zip** by compressing the contents of the **./teams** folder.
70
81
71
82
> [!IMPORTANT]
You can’t perform that action at this time.
0 commit comments