如何在 .net WS 上实现安全层?
我正在运行最新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过在 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).