OpenID 提供商可以使用 Kerberos 或其他“替代”协议吗?认证机制?

发布于 2025-01-07 12:52:00 字数 454 浏览 1 评论 0原文

我们处于一个复杂的身份验证环境中,需要支持对我们正在开发的应用程序中的许多不同来源进行身份验证。由于我们不想到处重复身份验证代码,因此我们正在考虑使用单个 OpenID 提供程序包装各种身份验证源,然后让所有应用程序都依赖于该服务。

我们必须允许进行身份验证的来源包括 Active Directory 用户名/密码、Kerberos、通用 LDAP、外部 OpenID 提供程序等。

例如,在 Kerberos 情况下,当用户点击 OpenID 提供程序的身份验证页面时,如果 (s)他可以使用 Kerberos 进行身份验证,并且已经向请求应用程序授予了权限,用户将被透明地进行身份验证,就像输入了密码并传回请求应用程序一样。

因此,问题是,我们能否创建一个 OpenID 提供程序来通过所有这些不同的方法处理身份验证?提供商是否必须实现如何以特定方式对用户进行身份验证?

We are in a complex authentication environment and need to support authenticating against a number of disparate sources in applications we are developing. Since we don't want to be duplicating authentication code all over the place, we are looking at wrapping the various authentication sources with a single OpenID provider, and then having the applications all depend on that service.

The sources we have to allow authenticating against are things like Active Directory Username/Password, Kerberos, generic LDAP, external OpenID providers, etc.

For example, in the Kerberos case, when the user hits the OpenID provider's authentication page, if (s)he can be authenticated with Kerberos, and has already given permission to the requesting app, the user would be transparently authenticated as if a password was entered and passed back to the requesting app.

So, the question is, can we have create an OpenID provider that handles authenticating through all of these various methods? Does the provider have to implement how it authenticates the users in a specific way?

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

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

发布评论

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

评论(1

美人骨 2025-01-14 12:52:00

OpenID 2.0 规范没有指定如何在 OpenID 提供商处对用户进行身份验证,因为它是特定于供应商的。所以我的答案是肯定的,您可以拥有一个通过所有这些方法处理身份验证的 OpenID 提供程序,但您必须弄清楚如何操作,例如如何向 OpenID 提供程序提供 Kerberos 票证由您决定。

OpenID 2.0 specification do not specify how to authenticate users at the OpenID Provider there for it is vendor specific. So my answer is Yes, you can have an OpenID Provider that handles authentication through all those methods but you have to figure out how to, for example how to present the Kerberos tickets to the OpenID Provider is up to you to decide.

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