Skip to content

Commit 2b38a5e

Browse files
authored
Update manage-teams-identity.md
1 parent 305edb7 commit 2b38a5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/communication-services/quickstarts/manage-teams-identity.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ You can see that the status of the Communication Services Teams.ManageCalls and
109109

110110
If you run into the issue "The app is trying to access a service '1fd5118e-2576-4263-8130-9503064c837a'(Azure Communication Services) that your organization '{GUID}' lacks a service principal for. Contact your IT Admin to review the configuration of your service subscriptions or consent to the application to create the required service principal." your Microsoft Entra tenant lacks a service principal for the Azure Communication Services application. To fix this issue, use PowerShell as a Microsoft Entra administrator to connect to your tenant. Replace `Tenant_ID` with an ID of your Microsoft Entra tenancy.
111111

112-
You will require **Application.ReadWrite.All** as shown bellow
113-
![image](./media/graph-permissions.png)
112+
You will require **Application.ReadWrite.All** as shown below.
113+
114+
[![Screenshot showing Application Read Write All.](./media/graph-permissions.png)](./media/graph-permissions.png#lightbox)
114115

115116

116117
```script
@@ -195,5 +196,5 @@ Learn about the following concepts:
195196
- [Use cases for communication as a Teams user](../concepts/interop/custom-teams-endpoint-use-cases.md)
196197
- [Azure Communication Services support Teams identities](../concepts/teams-endpoint.md)
197198
- [Teams interoperability](../concepts/teams-interop.md)
198-
- [Single-tenant and multi-tenant authentication for Teams users](../concepts/interop/custom-teams-endpoint-authentication-overview.md)
199+
- [Single-tenant and multitenant authentication for Teams users](../concepts/interop/custom-teams-endpoint-authentication-overview.md)
199200
- [Create and manage Communication access tokens for Teams users in a single-page application (SPA)](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/manage-teams-identity-spa)

0 commit comments

Comments
 (0)