From 30fcf0c02ee2b35e19a85599ebe26e9b8d99aeaf Mon Sep 17 00:00:00 2001 From: jawelton74 <103591340+jawelton74@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:24:38 -0700 Subject: [PATCH] Remove the knownAuthorities property change as it is causing AAD login (#2421) to fail. --- src/Utils/AuthorizationUtils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Utils/AuthorizationUtils.ts b/src/Utils/AuthorizationUtils.ts index 96e9e1224..26dcd5d5d 100644 --- a/src/Utils/AuthorizationUtils.ts +++ b/src/Utils/AuthorizationUtils.ts @@ -58,7 +58,6 @@ export async function getMsalInstance() { auth: { authority: `${configContext.AAD_ENDPOINT}organizations`, clientId: "203f1145-856a-4232-83d4-a43568fba23d", - knownAuthorities: [configContext.AAD_ENDPOINT], }, };