Skip to content

Commit be9ec95

Browse files
authored
Indent fix
1 parent daa6e96 commit be9ec95

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -176,19 +176,19 @@ Specifies access tokens for "MS Graph" and "Skype and Teams Tenant Admin API" re
176176

177177
- Delegated flow - The following steps must be performed by Tenant Admin in the Azure portal when using your own application.
178178

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.
192192

193193
```yaml
194194
Type: String[]

0 commit comments

Comments
 (0)