我在学春靴,我不太擅长。
无论如何,我使用springboot oauth2客户端进行google oauth2授权
其工作方式如下:
1./oauth2/authorization/google(springboot oauth2客户端的基本google验证地址)
- google登录
1./login/oauth2/code/google(springboot oauth2客户端的基本google重定向地址)
1.授权结束
所以我做了google的oauth2授权,并尝试在https://console.actions.google.com/的帐户链接x1c 0d1x使用它
我知道授权URL是/oauth2/authorization/google,因为它是springboot oauth2客户端的基本google授权地址。
但我不知道该在TOKEN URL中放入什么URL。
1条答案
按热度按时间lskq00tm1#
试试这个。
https://accounts.google.com/o/oauth2/token
你也可以在这里练习。
https://developers.google.com/oauthplayground/