mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.47k stars 767 forks source link

BCrypt password encoder not working due to Spring 4 #1603

Open CsabaHalmagyi opened 8 months ago

CsabaHalmagyi commented 8 months ago

Our project is using blowfish password hashes but unfortunately OpenID Connect only supports older bcrypt hashes due to its Spring 4 dependency. I am wondering if there is a plan to upgrade Spring and Spring Security dependencies to version 5? Has anyone managed to upgrade these dependencies on their own?