Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 OpenID 登录 Web 服务。现在我将其更改为 OAuth!
使用 OAuth,我还可以收到一个标识:
0101201...(谷歌ID)
但我需要数据库的 OpenID 标识 - 例如:
https://www.google.com/accounts/o8/id?id=Hf5S ...
我如何通过请求接收此值?
非常感谢!