Setting the required password strength for Application Security sign in

You can use the password.strength.min.score property (located in <fortify.home>/<app_context>/conf/app.properties) to adjust the required password strength. The following table lists each valid property value and the strength it represents.

ValuePassword strength
0Poor
1Weak
2Medium
3Strong
4Very strong

Password strength is calculated based on a dedicated password strength library that uses methods such as estimating the time to crack the password, determining whether the password contains predictable character sequences or a user name, and checking against common password dictionaries.

See Also

About session logout

Additional Application Security configuration