Update sample msal auth config to allow organization accounts
This commit is contained in:
parent
1fdbfff8ec
commit
df9760ddd1
@ -7,7 +7,8 @@
|
|||||||
{
|
{
|
||||||
"type": "AAD",
|
"type": "AAD",
|
||||||
"audience": {
|
"audience": {
|
||||||
"type": "PersonalMicrosoftAccount"
|
"type": "AzureADandPersonalMicrosoftAccount",
|
||||||
|
"tenant_id": "common"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -7,7 +7,8 @@
|
|||||||
{
|
{
|
||||||
"type": "AAD",
|
"type": "AAD",
|
||||||
"audience": {
|
"audience": {
|
||||||
"type": "PersonalMicrosoftAccount"
|
"type": "AzureADandPersonalMicrosoftAccount",
|
||||||
|
"tenant_id": "common"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user