Update sample msal auth config to allow organization accounts

This commit is contained in:
MM20
2022-04-09 15:16:14 +02:00
parent 1fdbfff8ec
commit df9760ddd1
2 changed files with 4 additions and 2 deletions
@@ -7,7 +7,8 @@
{
"type": "AAD",
"audience": {
"type": "PersonalMicrosoftAccount"
"type": "AzureADandPersonalMicrosoftAccount",
"tenant_id": "common"
}
}
]
@@ -7,7 +7,8 @@
{
"type": "AAD",
"audience": {
"type": "PersonalMicrosoftAccount"
"type": "AzureADandPersonalMicrosoftAccount",
"tenant_id": "common"
}
}
]