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 7b2afc0 commit 7d5468aCopy full SHA for 7d5468a
tests/test_e2e.py
@@ -18,7 +18,7 @@ def _get_app_and_auth_code(
18
client_secret=None,
19
authority="https://login.microsoftonline.com/common",
20
port=44331,
21
- scopes=["https://graph.windows.net/.default"],
+ scopes=["https://graph.microsoft.com/.default"], # Microsoft Graph
22
):
23
from msal.oauth2cli.authcode import obtain_auth_code
24
app = msal.ClientApplication(client_id, client_secret, authority=authority)
0 commit comments