Skip to content

Commit a1d19b0

Browse files
authored
Merge pull request #183030 from tomaschladek/patch-28
Update manage-teams-identity-python.md
2 parents c316928 + 31f64a1 commit a1d19b0

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)