mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-24 15:31:50 +01:00
add known authority to msal config
This commit is contained in:
@@ -291,9 +291,9 @@ function createLoginForEntraIDButton(container: Explorer): CommandButtonComponen
|
||||
console.log("is dataplane rbac enabled", userContext.dataPlaneRbacEnabled);
|
||||
console.log("aad token", userContext.aadToken);
|
||||
|
||||
if (!userContext.dataPlaneRbacEnabled || userContext.aadToken) {
|
||||
return undefined;
|
||||
}
|
||||
// if (!userContext.dataPlaneRbacEnabled || userContext.aadToken) {
|
||||
// return undefined;
|
||||
// }
|
||||
|
||||
const label = "Login for Entra ID RBAC";
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user