@@ -176,19 +176,19 @@ Specifies access tokens for "MS Graph" and "Skype and Teams Tenant Admin API" re
176
176
177
177
- Delegated flow - The following steps must be performed by Tenant Admin in the Azure portal when using your own application.
178
178
179
- Steps to configure the AAD application.
180
- 1 . Go to Azure portal and go to App Registrations.
181
- 2 . Create or select the existing application.
182
- 3 . Add the following permission to this Application.
183
- 4 . Click API permissions.
184
- 5 . Click Add a permission.
185
- 6 . Click on the Microsoft MS Graph, and then select Delegated Permission.
186
- 7 . Add the following permissions: "AppCatalog.ReadWrite.All", "Group.ReadWrite.All", "User.Read.All";
187
- 8 . Next, we need to add "Skype and Teams Tenant Admin API" resource permission. Click Add a permission.
188
- 9 . Navigate to "APIs my organization uses"
189
- 10 . Search for "Skype and Teams Tenant Admin API".
190
- 11 . Add all the listed permissions.
191
- 12 . Grant admin consent to both MS Graph and "Skype and Teams Tenant Admin API" name.
179
+ Steps to configure the AAD application.
180
+ 1 . Go to Azure portal and go to App Registrations.
181
+ 2 . Create or select the existing application.
182
+ 3 . Add the following permission to this Application.
183
+ 4 . Click API permissions.
184
+ 5 . Click Add a permission.
185
+ 6 . Click on the Microsoft MS Graph, and then select Delegated Permission.
186
+ 7 . Add the following permissions: "AppCatalog.ReadWrite.All", "Group.ReadWrite.All", "User.Read.All";
187
+ 8 . Next, we need to add "Skype and Teams Tenant Admin API" resource permission. Click Add a permission.
188
+ 9 . Navigate to "APIs my organization uses"
189
+ 10 . Search for "Skype and Teams Tenant Admin API".
190
+ 11 . Add all the listed permissions.
191
+ 12 . Grant admin consent to both MS Graph and "Skype and Teams Tenant Admin API" name.
192
192
193
193
``` yaml
194
194
Type : String[]
0 commit comments