Skip to content

Commit 47614bd

Browse files
authored
Merge pull request #91 from AzureAD/device-flow-for-msa-accounts
The more generic common endpoint can now support Device Flow for MSA
2 parents 1719e7e + 91e90e6 commit 47614bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/device_flow_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The configuration file would look like this:
33
44
{
5-
"authority": "https://login.microsoftonline.com/organizations",
5+
"authority": "https://login.microsoftonline.com/common",
66
"client_id": "your_client_id",
77
"scope": ["User.Read"]
88
}

0 commit comments

Comments
 (0)