OpenID 身份验证流程

发布于 2024-11-25 18:05:56 字数 308 浏览 1 评论 0原文

我正在研究OpenID身份验证过程,我以Google为例。

根据Google的文档,该过程有9个步骤 http://code.google.com/intl /zh-TW/apis/accounts/docs/OpenID.html#AuthProcess

我想知道步骤 3 和步骤 4 的目的。如果直接知道登录页面地址可以跳过吗?谁能给我解释一下吗,谢谢。

I am studying the OpenID authentication process and I use Google as an example.

From the documentation by Google, there are 9 steps in the process
http://code.google.com/intl/zh-TW/apis/accounts/docs/OpenID.html#AuthProcess

I am wondering the purpose of Step 3 and Step4. Can it be skipped if I know the login-page address directly? Could anyone explain it to me, thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮凉 2024-12-02 18:05:56

你完全可以做到这一点。只要您知道端点,就无需进行此发现。问题是如果他们改变了它,你将不得不重写你的代码。这取决于你,你想长期编码,还是不介意在需要时更改它。

当然,我所说的只有在不改变获取端点的方式的情况下才有效。

You could totally do that. As long as you know the endpoint, there's no need to do this discovery. Problem is if they change it, you'll have to rewrite your code in consequence. It's up to you, do you want to code for a long term period, or don't mind to change it if it's needed.

And naturally, what I'm saying only work if they don't change the way you get the endpoint.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文