winXP 上可以使用 wcf 进行基于声明的授权吗?
我目前正在读一本关于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以。您不需要在客户端上使用 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...)