Skip to content

Commit 2b37ba5

Browse files
authored
Update manage-teams-identity-net.md
1 parent 6007c5e commit 2b37ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var aadClient = PublicClientApplicationBuilder
9090
.WithRedirectUri(redirectUri)
9191
.Build();
9292

93-
string scope = "https://auth.msft.communication.azure.com/VoIP";
93+
string scope = "https://auth.msft.communication.azure.com/Teams.ManageCalls";
9494

9595
var teamsUserAadToken = await aadClient
9696
.AcquireTokenInteractive(new List<string> { scope })

0 commit comments

Comments
 (0)