Remove the knownAuthorities property change as it is causing AAD login (#2421)

to fail.
This commit is contained in:
jawelton74
2026-03-09 15:24:38 -07:00
committed by GitHub
parent da7ddd7ef5
commit 30fcf0c02e

View File

@@ -58,7 +58,6 @@ export async function getMsalInstance() {
auth: {
authority: `${configContext.AAD_ENDPOINT}organizations`,
clientId: "203f1145-856a-4232-83d4-a43568fba23d",
knownAuthorities: [configContext.AAD_ENDPOINT],
},
};