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