WCF Web 服务、JSON 和成员资格/角色问题

发布于 2024-11-30 05:51:20 字数 355 浏览 0 评论 0原文

我们编写一个 WCF Web 服务。 我们如何以 JSON 格式调用它的方法? 另一个问题是我们如何保护我们的网络服务。 我想使用 Microsoft 会员资格和角色提供程序进行用户身份验证和授权。问题是如何做到这一点。是否可以在后台(在 WCF 上下文中)进行身份验证和授权,或者我必须在每个用户调用的每个 Web 方法中调用 ValidateUser() 和 IsUserInRole() ? 我是否限制使用 webHttpBinding(通过 wsHttpBinding),因为我们的客户端程序员熟悉 AJAX/JSON? webHttpBinding 与 wsHttpBinding 相比,在使用成员身份/角色方面是否有任何限制?

预先非常感谢!

宜兰.

We write a WCF web service.
How can we call it's methods in JSON format?
An additional issue is how can we secure our web services.
I'd like to use Microsoft Membership and Roles providers for users authentication and authorization. The question is how to do this. Is it possible to do authentication and authorization behind-the-scenes (in context of WCF), or I must call ValidateUser() and IsUserInRole() in every web method for every user call?
Whether I restricted to use webHttpBinding (over wsHttpBinding) because our client-side programmer familiar with AJAX/JSON? Whether there are any restrictions of webHttpBinding concerning using Membership/Roles comparably comparably to wsHttpBinding?

Thanks a lot in advance!

Ilan.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文