Migration to Spring Boot 2 - Security Encoded password does not look like BCrypt
问题 I had a Spring Boot 1.5.9 authorization server that uses BCrypt for password storage. I am attempting to migrate to 2.0 However, I am not no longer able to retrieve a token for authorization. The response from the server is: "timestamp": "2018-03-09T15:22:06.576+0000", "status": 401, "error": "Unauthorized", "message": "Unauthorized", "path": "/oauth/token" } with the console outputting the following: 2018-03-09 09:22:06.553 WARN 20976 --- [nio-8090-exec-1] o.s.s.c.bcrypt