User Authentication/Lockout mechanism

Hi Team,

We want to implement the following user Authentication mechanism for Elastic/Kibana users.

  • Lockout after 6 invalid tries
  • Lockout for a minimum of 30 mins or until administrator enables the account ( After Lockout after 6 invalid tries)
    -2FA authentication

Thanks
Boopathi

You will need to use an external authentication provider (e.g. SAML or OIDC) for that sort of functionality.

2 Likes

Thanks a lot. I will check SAML and OIDC for the same.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.