@traeok This fix does not work for me. When I have my credentials manager disables and autoStore:false I still get this dialog. Clicking on Save Credentials will not save, which is good, but the dialog is confusing. Cancel does not cancel but continue with the entered credentials.
So we need a different or better no dialog when autoStore:false.

Originally posted by @phaumer in #3524 (comment)
additional conversation:
@phaumer I did not make any changes to how the credential manager is handled or how plaintext credentials are stored in this PR. This improves the behavior where autoStore is false but the secure credential manager is enabled, and these settings are independent of one another. In the case where autoStore is false and the secure credential manager is enabled, this PR fixes the issue where in-memory credentials were wiped as a result of an unnecessary refresh in Zowe Explorer.
It sounds like we may need to adjust prompting based on the use of a secure credential manager. We can address this separately, but this fix does resolve the scenario where autoStore is disabled.
Originally posted by @phaumer in #3524 (comment)
additional conversation: