From 5b9074a1afa0d7f4b56fe3667e67345ed8fac2a1 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sat, 7 Feb 2026 13:25:09 +0100 Subject: [PATCH] Add config template output --- src/azure/pca-auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure/pca-auth.js b/src/azure/pca-auth.js index 1e5d1bc..d938c84 100644 --- a/src/azure/pca-auth.js +++ b/src/azure/pca-auth.js @@ -22,7 +22,7 @@ async function createPca({ tenantId, clientId }) { dataProtectionScope: DataProtectionScope.CurrentUser, serviceName: "sk-az-tools", accountName: "msal-cache", - usePlaintextFileOnLinux: false, + usePlaintextFileOnLinux: true, }); return new PublicClientApplication({