Open rjmaomao opened 3 years ago
I think (and may be wrong) that the issue is that Zowe can use multiple different ways to authenticate: at the least, SAF, ZSS, and APIML. But each of those is a separate logon attempt. If you're set up to revoke an account after x bad logon attempts, a single Zowe incorrect password can result in multiple logon attempts from a security product point of view, leading to a revoked account.
Logon to zowe desktop, if user input id and wrong password, we noticed there are 4 ICH408I message related to this single one logon. It looks like zowe attempt to logon with the incorrect password for 4 times, but I only logon from zowe desktop once.
Following is the message I got with one zowe desktop logon with wrong password.
This would result in ID got revoked because in some z/OS environment, only 4 or less CONSECUTIVE UNSUCCESSFUL PASSWORD ATTEMPTS are allowed before RACF revoking the id.
I tested this on 1.15, 1.19. 1.20, and 1.21, all the same result. Could you please help to take a look to see if this is what zowe designed? I think one logon failure with one ICH408I message looks more reasonable.
Thanks!