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