Skip to content

Commit c316928

Browse files
authored
Merge pull request #183029 from tomaschladek/patch-27
Update manage-teams-identity-net.md
2 parents 42ae18d + 2b37ba5 commit c316928

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)