6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 3e60b754
Changed files
comwell_key_app/assets/msal/msal_config_dev.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
Diff
diff --git a/comwell_key_app/assets/msal/msal_config_dev.json b/comwell_key_app/assets/msal/msal_config_dev.json
index f8df1ad1..a99fa6fd 100644
--- a/comwell_key_app/assets/msal/msal_config_dev.json
+++ b/comwell_key_app/assets/msal/msal_config_dev.json
@@ -1,19 +1,17 @@
{
"client_id" : "19a8eb05-01e0-4076-9db3-34bcfefd67d8",
- "redirect_uri" : "msauth://com.comwell.phoenix.dev/VzSiQcXRmi2kyjzcA+mYLEtbGVs=",
+ "redirect_uri" : "msauth://com.comwell.phoenix.dev/VzSiQcXRmi2kyjzcA%2BmYLEtbGVs%3D",
"shared_device_mode_supported": true,
- "account_mode": "MULTIPLE",
"broker_redirect_uri_registered": false,
+ "account_mode": "SINGLE",
"authorization_user_agent": "BROWSER",
"authorities" : [
{
- "type": "B2C",
- "authority_url": "https://comwelliddev.ciamlogin.com/comwelliddev.onmicrosoft.com",
+ "type": "AAD",
"audience": {
"type": "AzureADMyOrg",
"tenant_id": "8392ed03-7f96-414a-bc94-4f16dc0b9cf4"
- },
- "default": true
+ }
}
]
}
\ No newline at end of file