Change AAD endpoint from /common to /organizations. (#1408)

This commit is contained in:
jawelton74
2023-03-27 10:47:04 -07:00
committed by GitHub
parent 72c3605dbe
commit 1ee6abf890

View File

@@ -49,7 +49,7 @@ export function getMsalInstance() {
cacheLocation: "localStorage",
},
auth: {
authority: `${configContext.AAD_ENDPOINT}common`,
authority: `${configContext.AAD_ENDPOINT}organizations`,
clientId: "203f1145-856a-4232-83d4-a43568fba23d",
},
};