We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6007c5e commit 2b37ba5Copy full SHA for 2b37ba5
articles/communication-services/quickstarts/includes/manage-teams-identity-net.md
@@ -90,7 +90,7 @@ var aadClient = PublicClientApplicationBuilder
90
.WithRedirectUri(redirectUri)
91
.Build();
92
93
-string scope = "https://auth.msft.communication.azure.com/VoIP";
+string scope = "https://auth.msft.communication.azure.com/Teams.ManageCalls";
94
95
var teamsUserAadToken = await aadClient
96
.AcquireTokenInteractive(new List<string> { scope })
0 commit comments