wcf数据服务安全配置

发布于 2024-08-30 00:31:14 字数 400 浏览 7 评论 0原文

我正在设置 WCF 数据服务 Web 服务,并尝试整理安全配置。尽管有很多用于配置 WCF 安全性的文档,但其中很多似乎已经过时或不适用于我的场景。

最终,我计划通过 更改拦截器来管理操作授权。因此,我真正需要的是最简单的方法来允许客户端将凭据与请求一起传递,并能够针对 AD 或 ASP.NET 成员资格提供程序对这些凭据进行身份验证(我更喜欢后者,除非它使事情要复杂得多)。

我打算在传输级别(即 HTTPS)管理加密。

我希望最终的解决方案不涉及庞大的 web.config。同样,我更愿意避免出于身份验证的目的编写自定义代码。

I'm in the process of setting up a WCF Data Services web service and I'm trying to sort out the security configuration. Although there's quite a lot of documentation out there for configuring WCF security, a lot of it seems to be outmoded or does not apply to my scenario.

Ultimately, I am planning on managing authorization of operations via change interceptors. Thus, all I really need is the simplest way to permit a client to pass credentials along with a request and to be able to authenticate those credentials against either AD or an ASP.NET membership provider (I'd much prefer the latter unless it makes things much more complicated).

I'm intending to manage encryption at the transport level (i.e. HTTPS).

I'm hoping that the eventual solution does not involve a huge web.config. Likewise, I'd much prefer to avoid writing custom code for the purpose of authentication.

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

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

发布评论

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

评论(1

笑脸一如从前 2024-09-06 00:31:14

在以下链接中,您可以看到一系列 OData 身份验证选项。如果您不确切知道自己想要什么,那么这是一个很好的起点,看看您有什么选择。

第 1 部分

第 2 部分...

In the following links you have a series of OData authentication options. If you don't know exactly what you want then that is a really good place to start and see what options you have.

Part1

Part2...

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