Skip to content

Commit 31f64a1

Browse files
authored
Update manage-teams-identity-python.md
1 parent 6007c5e commit 31f64a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ authority = "https://login.microsoftonline.com/%s" % tenant_id
6363

6464
app = PublicClientApplication(client_id, authority=authority)
6565

66-
scope = [ "https://auth.msft.communication.azure.com/VoIP" ]
66+
scope = [ "https://auth.msft.communication.azure.com/Teams.ManageCalls" ]
6767
teams_token_result = app.acquire_token_interactive(scope)
6868
```
6969

0 commit comments

Comments
 (0)