我正在学习Spring boot,我不太擅长。
无论如何,我使用springboot oaut2 client进行google oaut2授权
它的工作方式如下:
我知道授权URL /oauth2/authorization/google,因为它是springboot oauth 2客户端的基本google auth地址。
试试这个。
https://accounts.google.com/o/oauth2/token
你也可以在这里做一些练习。
https://developers.google.com/oauthplayground/