Password Policy Configuration - Fluid Topics - 3.7

Fluid Topics Integration Guide

Operating system
RHEL
Category
Reference Guides
Audience
public
Version
3.7

The password policy consists in applying specific constraints to ensure user passwords are secured.

The Fluid Topics password policy is only applied to the internal Fluid Topics accounts.

Fluid Topics supports the following levels of password policy:

  • LOW - the password must contain at least 6 characters
  • HIGH - the password must contain at least 8 characters AND contain at least 3 of the 4 following characters:
    • A lowercase letter
    • An uppercase letter
    • A number
    • A non alpha-numeric character

The password policy can be configured in the authentication configuration node as shown in the following example:

{
"ui": {
/* [..] */
"authentication": {
"realms": [
/* [..] */
},
"passwordPolicy": {
"level": "HIGH"
}
]
}
}

By default, the password policy level is LOW.