OpenID/OAuth 反向代理
我有一堆现有的 Web 应用程序,它们使用 Windows 身份验证或用户名/密码身份验证。
我不想要求用户跟踪用户名/密码和 Windows 凭据(因为这些应用程序可以通过网络访问),我只想使用 OpenID。但我不想重写所有应用程序来使用 OpenID。
我想知道是否有反向代理允许他们通过 OpenID 登录,然后将 OpenID 映射到 Windows/用户名凭据,并将反向代理映射到目标 Web 应用程序?
I have a bunch of existing web applications that use either Windows authentication, or username/password authentication.
Instead of asking users to keep track of usernames/passwords and Windows credentails (since these applications will be web accessible), I'd like to just use an OpenID. But I'd rather not re-write all of the applications to use OpenID.
I'm wondering if there is a reverse proxy that will allow them to log in via OpenID, and then map the OpenID to Windows/username credentials, and reverse proxy to the target web application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议你使用CAS,apache有一个cas模块可以为你工作
I suggest you use CAS, and apache has a cas module which can work for you