Spring Boot OAuth 2.0 UserDetails user not found
问题 I am new to Spring Boot, and I am trying to configure OAuth 2.0. The problem I am having at this moment is that I keep getting the following message when I attempt to request for an access token: { "error": "invalid_grant", "error_description": "Bad credentials" } The error message in the Spring Boot console says that the user cannot be found. : Authentication attempt using org.springframework.security.authentication.dao.DaoAuthenticationProvider : User 'stromero' not found : Returning cached