IIS 作为反向代理

发布于 2024-07-16 08:42:14 字数 204 浏览 10 评论 0原文

我正在考虑让 IIS 在 J2EE 服务器 (JBoss) 上执行的应用程序中进行身份验证。 有没有什么方法可以让 IIS 作为反向代理并将用户的用户名和/或角色传播到代理应用程序 (JBoss)。 如果可能的话,我需要什么版本的 IIS? 我有 IIS 的许可证,所以我想在 IIS 中执行此操作,但除此之外我更喜欢开源。

谢谢!

托马斯

I'm looking into to having IIS doing authentication in an application being executed on a J2EE server (JBoss). Is there any ways to have IIS work as reverse proxy and propagating the username and/or roles of the user the proxied application (JBoss). And also what IIS version would I need, if it's possible?
I have license for IIS, so I'd like to do it in IIS, but otherwise I'd prefer open source.

Thanks!

Tomas

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

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

发布评论

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

评论(4

岁月打碎记忆 2024-07-23 08:42:15

它不是开源的,但 IIS 7.0 的 ApplicationRequestRouting 可以充当反向代理。

更多信息:
http ://blogs.iis.net/wonyoo/archive/2008/07/09/application-request-routing-arr-as-a-reverse-proxy.aspx

下载:
http://www.iis.net/extensions/ApplicationRequestRouting

It's not open source, but ApplicationRequestRouting for IIS 7.0 can act as a reverse proxy.

More Info:
http://blogs.iis.net/wonyoo/archive/2008/07/09/application-request-routing-arr-as-a-reverse-proxy.aspx

Download:
http://www.iis.net/extensions/ApplicationRequestRouting

红墙和绿瓦 2024-07-23 08:42:15

Microsoft ISA 服务器就是这样做的——您可能想先看看它。

Microsoft ISA server does that - you may want to look at that first.

往昔成烟 2024-07-23 08:42:15

IIRF 为 IIS5/6/7 进行反向代理和 URL 重写。

它是开源的,其规则使用类似于 mod_proxy / .htaccess 的语法。

您需要 v2.0 才能获得反向代理功能。

IIRF does reverse proxy and URL rewriting for IIS5/6/7.

It's open source, and uses a syntax evry similar to mod_proxy / .htaccess for its rules.

You need v2.0 to get the reverse proxy capability.

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