mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
Mention SHA1 is deprecated in the documentation
Closes #40706 Signed-off-by: Peter Skopek <peter.skopek@ibm.com>
This commit is contained in:
committed by
Marek Posolda
parent
e52ea63766
commit
480c730efb
@@ -35,3 +35,14 @@ As part of this change, the `displayName` attribute has been promoted from a rea
|
||||
|
||||
Before migrating, check the current value of the `displayName` attribute for your realms. If the current value of `displayName` attribute
|
||||
exceeds 255 characters, it will be truncated during migration.
|
||||
|
||||
= Configuring and Running
|
||||
|
||||
== Deprecation of SHA1 hashing functions in {project_name} 27
|
||||
|
||||
NIST is going to fully https://www.nist.gov/news-events/news/2022/12/nist-retires-sha-1-cryptographic-algorithm[retire] SHA1 hashing function in 2030. {project_name} will remove all uses of SHA1 in version 27.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Consider SHA1 hashing retired in all uses within {project_name}. Users should configure other secure hashing functions as soon as possible (for example SHA2, SHA3).
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user