如何在 .net WS 上实现安全层?

发布于 2024-08-03 14:06:41 字数 90 浏览 7 评论 0原文

我正在运行最新的 WSO2 ESB,我想知道如何在现有的 .NET Web 服务上实现安全层?

也许通过代理服务?有点迷失所有大量的文档。 提前致谢!

I'm running the latest WSO2 ESB and I was wondering how can I implement a security layer over the existing .NET web services?

Through a proxy service maybe? Kinda lost with all the extensive documentation.
Thanks in advance!

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

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

发布评论

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

评论(1

ゃ懵逼小萝莉 2024-08-10 14:06:41

您可以通过在 ESB 中包含服务托管 OSGi 组件,在 WSO2 Carbon ESB 上托管现有的 .Net Web 服务。然后,您可以在 ESB 中创建到 .net WS 的端点。现在为 ESB 内的端点创建一个代理。 ESB 现在是 .Net WS 的“前端”,因此您可以使用 ESB 的中介功能来实现您的安全层(有很多选择)。

You could host the existing .Net web service on the WSO2 Carbon ESB by including the Service Hosting OSGi component in the ESB. You then create an endpoint to the .net WS in the ESB. Now create a proxy for the endpoint within the ESB. The ESB is now "front ending" the .Net WS so you can use the mediation capabilities of the ESB to implement your security layer (there are many options for this).

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