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

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

Does it support MD5 password? #1519

Closed thpy closed 4 years ago

thpy commented 4 years ago

Does it support MD5 or another hash password? The password doesn't encode.

jricher commented 4 years ago

User passwords can be encoded with any available spring security storage. The demo server doesn't have anything set up on it, but password encoders are fully available.