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
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,8 @@
{
"type": "AAD",
"audience": {
"type": "PersonalMicrosoftAccount"
"type": "AzureADandPersonalMicrosoftAccount",
"tenant_id": "common"
}
}
]

View File

@ -7,7 +7,8 @@
{
"type": "AAD",
"audience": {
"type": "PersonalMicrosoftAccount"
"type": "AzureADandPersonalMicrosoftAccount",
"tenant_id": "common"
}
}
]