question: OAuth2 authentication and authorization is an internal project of the company, so I want to follow the password mode of OAuth2 . Now my authentication server is configured. When the client requests API, it defaults to request authentication...
visit this address http: localhost:10002 oauth authorize?response_type=code&client_id=awbeci&redirect_uri= http: www.awbeci.cn&scope=all and report the following error after logging in: Handling OAuth2 error: error="invalid_request", erro...
recently, I found that in my project, after modifying the user information in UserDetails, and then using access_token to obtain user information, I found that the information stored at the first login was not the modified information, but it was later ...