mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-03-14 04:05:43 +00:00
set auth.navigateToLoginRequestUrl to true
This commit is contained in:
@@ -59,6 +59,7 @@ export async function getMsalInstance() {
|
||||
authority: `${configContext.AAD_ENDPOINT}organizations`,
|
||||
clientId: "203f1145-856a-4232-83d4-a43568fba23d",
|
||||
knownAuthorities: [configContext.AAD_ENDPOINT],
|
||||
navigateToLoginRequestUrl: true
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user