winXP 上可以使用 wcf 进行基于声明的授权吗?

发布于 2024-11-19 07:19:37 字数 191 浏览 3 评论 0原文

我目前正在读一本关于 WIF 的书。这项技术听起来非常好并且适合我们的项目,但不幸的是我们必须支持 win xp...

所以我的问题很明显,我可以在不使用 WIF 的情况下使用 WCF 的基于声明的授权吗?使用安全标头发送声明应该不是问题,但如何制作自己的声明安全令牌并验证它是否有效且来自有效的发行者?

感谢您的一些提示和帮助, 埃尼

I'm currently reading a book about WIF. This technology sounds very good and fitting to our project, but unfortunately we have to support win xp...

So my question is obvious, can I use the claim based authorization with WCF without using WIF? To send the claims with the security header should not be a problem, but how can I make my own claim security token and verify that it is valid and from a valid issuer?

Thanks fro some hints and helps,
Eny

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

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

发布评论

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

评论(1

2024-11-26 07:19:37

是的,你可以。您不需要在客户端上使用 WIF(尽管它很方便)。您只需要使用正确的绑定(例如 WSHTTPFederationBinding...)

Yes you can. You don't need WIF on the client (event though it is convenient). You just need to use right bindings (e.g. WSHTTPFederationBinding...)

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