From df9760ddd15f8ad094640397fc19f30a026a49bb Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Sat, 9 Apr 2022 15:16:14 +0200 Subject: [PATCH] Update sample msal auth config to allow organization accounts --- ms-services/src/debug/res/raw/msal_auth_config_example.json | 3 ++- ms-services/src/release/res/raw/msal_auth_config_example.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ms-services/src/debug/res/raw/msal_auth_config_example.json b/ms-services/src/debug/res/raw/msal_auth_config_example.json index 7305e89e..b6de8d62 100644 --- a/ms-services/src/debug/res/raw/msal_auth_config_example.json +++ b/ms-services/src/debug/res/raw/msal_auth_config_example.json @@ -7,7 +7,8 @@ { "type": "AAD", "audience": { - "type": "PersonalMicrosoftAccount" + "type": "AzureADandPersonalMicrosoftAccount", + "tenant_id": "common" } } ] diff --git a/ms-services/src/release/res/raw/msal_auth_config_example.json b/ms-services/src/release/res/raw/msal_auth_config_example.json index 2be2262c..91d49eb1 100644 --- a/ms-services/src/release/res/raw/msal_auth_config_example.json +++ b/ms-services/src/release/res/raw/msal_auth_config_example.json @@ -7,7 +7,8 @@ { "type": "AAD", "audience": { - "type": "PersonalMicrosoftAccount" + "type": "AzureADandPersonalMicrosoftAccount", + "tenant_id": "common" } } ]