Skip to content

Commit

Permalink
change the scope to openid Tasks.ReadWrite email profile
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalboa committed Apr 28, 2024
1 parent a19017a commit 6c9bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymstodo/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class ToDoConnection:
token: Token obtained by method `get_token`
'''
_redirect: str = 'https://localhost/login/authorized'
_scope: str = 'openid Tasks.ReadWrite offline_access'
_scope: str = 'openid Tasks.ReadWrite email profile'
_authority: str = 'https://login.microsoftonline.com/common'
_authorize_endpoint: str = '/oauth2/v2.0/authorize'
_token_endpoint: str = '/oauth2/v2.0/token'
Expand Down

0 comments on commit 6c9bdc8

Please sign in to comment.