Dictionary (Section)#

Path: /processing/credential-policies/credential-policy{id}/dictionary

Enable password dictionary check. If a password matches a word in the dictionary, any password update will be denied.

Parameters#

NameTypeRequiredDefaultDescription
number-of-characters-to-remove-from-prefix-or-suffixuint8optionalAlso remove up to this amount of characters from the start/end of the given password and check the resulting words against the dictionary. For example, for a value of 2 and the password ‘curity12’, the passwords ‘curity1’, ‘curity’, ‘urity12’ and ‘rity12’ are also checked.

Was this helpful?