Skip to content

Commit 8aa5723

Browse files
authored
Merge pull request #10370 from pbafna03/patch-14
Updates to the delegated flow
2 parents bcc0e1a + 9ef167f commit 8aa5723

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

teams/teams-ps/teams/Connect-MicrosoftTeams.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ A delegated flow, such as Resource Owner Password Credentials (ROPC) or device c
161161
| Microsoft Graph | Delegated | User.Read.All |
162162
| Microsoft Graph | Delegated | Group.ReadWrite.All |
163163
| Microsoft Graph | Delegated | AppCatalog.ReadWrite.All |
164+
| Microsoft Graph | Delegated | TeamSettings.ReadWrite.All |
165+
| Microsoft Graph | Delegated | Channel.Delete.All |
166+
| Microsoft Graph | Delegated | ChannelSettings.ReadWrite.All |
167+
| Microsoft Graph | Delegated | ChannelMember.ReadWrite.All |
164168
| Skype and Teams Tenant Admin API | Delegated | user_impersonation |
165169

166170
```powershell
@@ -203,13 +207,13 @@ Specifies access tokens for "MS Graph" and "Skype and Teams Tenant Admin API" re
203207
3. Add the following permission to this Application.
204208
4. Click API permissions.
205209
5. Click Add a permission.
206-
6. Click on the Microsoft MS Graph, and then select Delegated Permission.
207-
7. Add the following permissions: "AppCatalog.ReadWrite.All", "Group.ReadWrite.All", "User.Read.All";
210+
6. Click on the Microsoft Graph, and then select Delegated permissions.
211+
7. Add the following permissions: "AppCatalog.ReadWrite.All", "Group.ReadWrite.All", "User.Read.All", "TeamSettings.ReadWrite.All", "Channel.Delete.All", "ChannelSettings.ReadWrite.All", "ChannelMember.ReadWrite.All".
208212
8. Next, we need to add "Skype and Teams Tenant Admin API" resource permission. Click Add a permission.
209213
9. Navigate to "APIs my organization uses"
210-
10. Search for "Skype and Teams Tenant Admin API".
214+
10. Search for "Skype and Teams Tenant Admin API", and then select Delegated permissions.
211215
11. Add all the listed permissions.
212-
12. Grant admin consent to both MS Graph and "Skype and Teams Tenant Admin API" name.
216+
12. Grant admin consent to both Microsoft Graph and "Skype and Teams Tenant Admin API" name.
213217

214218
```yaml
215219
Type: String[]

0 commit comments

Comments
 (0)