From 4cf8cc15af0671ea777316f1c2dd49bf1962735b Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 22 May 2017 11:17:20 +0200 Subject: [PATCH] KEYCLOAK-4523 Add additional password hashing providers --- server_admin/topics/authentication/password-policies.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_admin/topics/authentication/password-policies.adoc b/server_admin/topics/authentication/password-policies.adoc index e83fd2a0d8..95c9c7dfff 100644 --- a/server_admin/topics/authentication/password-policies.adoc +++ b/server_admin/topics/authentication/password-policies.adoc @@ -37,7 +37,7 @@ HashAlgorithm:: {% if book.product %} Hashing Algorithm:: Passwords are not stored as clear text. Instead they are hashed using standard hashing algorithms before they are stored or validated. - The only currently supported algorithm is PBKDF2. + Supported values are pbkdf2, pbkdf2-sha256 and pbkdf2-sha512. {% endif %} Hashing Iterations:: This value specifies the number of times a password will be hashed before it is stored or verified. The default value is 20,000.