IBM Security Verify

 View Only

ISAM - Displaying an end user's number of failed login attempts

  • 1.  ISAM - Displaying an end user's number of failed login attempts

    Posted Thu November 05, 2020 11:29 AM
    Environment: ISAM 9.0.6 and ISDS 8.0.1.10

    In ISAM, is there an API to return the number of failed login attempts by a user?

    User data is stored in ISDS and password policy is enforced in the SCIM configuration. Configured in the password policy, the user is locked out after 5 failed login attempts.

    On the login page, Business would like to display to the end user, the number of failed login attempts before account is locked.

    I have suggested doing this in the front end, using Javascript and cookies, but is there a way to do this in ISAM? There is a loginAttempts attribute in the Password Schema Extenstion but the extension is not supported in ISAM 9.0.6

    Thanks.