KEYCLOAK-4888

Change default hashing provider for realm
This commit is contained in:
Stian Thorgersen 2017-05-23 14:38:41 +02:00
parent 2ecb0dc94e
commit 4e6eacc290

View file

@ -202,6 +202,14 @@ The version specific section below will mention if any changes are required to a
=== Version specific migration
==== Migrating to 3.2.0
===== New Password Hashing algorithms
We've added two new password hashing algorithms (pbkdf2-sha256 and pbkdf2-sha512). New realms will use the pbkdf2-sha256
hashing algorithm with 25000 hashing iterations. Existing realms are not updated during migration and this change will
have to be applied manually to the password policy for existing realms if wanted.
==== Migrating to 2.5.1
===== Migration of old offline tokens