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 31f64a1Copy full SHA for 31f64a1
articles/communication-services/quickstarts/includes/manage-teams-identity-python.md
@@ -63,7 +63,7 @@ authority = "https://login.microsoftonline.com/%s" % tenant_id
63
64
app = PublicClientApplication(client_id, authority=authority)
65
66
-scope = [ "https://auth.msft.communication.azure.com/VoIP" ]
+scope = [ "https://auth.msft.communication.azure.com/Teams.ManageCalls" ]
67
teams_token_result = app.acquire_token_interactive(scope)
68
```
69
0 commit comments