提问者:小点点

在springboot-oaut2-client中,令牌URL的基地址是什么?


我正在学习Spring boot,我不太擅长。
无论如何,我使用springboot oaut2 client进行google oaut2授权
它的工作方式如下:

  1. /o中止2/授权/google(springboot oaut2客户端的基本google身份验证地址)
  2. 谷歌登录
  3. /login/oaut2/code/google(springboot oaut2客户端的基本谷歌重定向地址)
  4. 授权完成

我知道授权URL /oauth2/authorization/google,因为它是springboot oauth 2客户端的基本google auth地址。


共1个答案

匿名用户

试试这个。

https://accounts.google.com/o/oauth2/token

你也可以在这里做一些练习。

https://developers.google.com/oauthplayground/