add known authority to msal config

This commit is contained in:
Asier Isayas
2026-03-13 07:08:47 -07:00
parent 7dffd6554f
commit e57f406dd6
3 changed files with 8 additions and 8 deletions

View File

@@ -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 {