Spring Security 5 : There is no PasswordEncoder mapped for the id “null”

When you are configuring the ClientDetailsServiceConfigurer, you have to also apply the new password storage format to the client secret.

.secret("{noop}secret")

Leave a Comment