How do /oauth/authorize and /oauth/token interact in Spring OAuth?
问题 I am doing an in-depth study of Spring OAuth, and I found some conflicting information. Can someone please clarify? Specifically, this tutorial states that the /oauth/token endpoint handles the username and password before granting a refresh token to the client app. By contrast, the Spring OAuth Developer Guide mentions the /oauth/authorize and /oauth/token endpoints, but yet does not get specific about how they work. Does the /oauth/authorize do 100% of the username/password/nOtherFactors