Silverlight 4 中基于声明的安全性

发布于 2024-11-30 06:05:50 字数 238 浏览 0 评论 0原文

我们正在为我们的企业应用程序实施基于声明的安全方法。我一直在研究内置支持(使用 System.IdentityModel)以及 Windows Identity Foundation (WIF),但看起来都不支持 Silverlight 应用程序。我意识到 SL4 不支持 IPrincipal 等,但这并不意味着我们仍然不能进行基于声明的身份验证。

我是否缺少展示如何在 SL4 中执行此操作的示例或文档,或者我是否只能使用自行开发的解决方案?

We are implementing a claims-based approach to security for our enterprise applications. I've been looking at the built-in support (with System.IdentityModel) as well as Windows Identity Foundation (WIF) but it doesn't look like either support Silverlight applications. I realize that SL4 doesn't support IPrincipal et al, but that shouldn't mean we can't still do claims-based auth.

Am I missing samples or documentation showing how to do so in SL4 or am I left to a home-grown solution?

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

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

发布评论

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

评论(2

浅沫记忆 2024-12-07 06:05:50

我最近发现最新版本的 WIF 培训套件包含一个示例应用程序,展示如何将 WIF 集成到 Silverlight 客户端中。它包括针对 Silverlight 运行时编译的 WIF IdentityModel 代码版本。虽然这不是一个理想的、甚至不是长期的解决方案,但它让我继续前进。

I recently discovered that the latest version of the WIF Training Kit contains a sample application showing how to integrate WIF into a Silverlight client. It includes a version of the WIF IdentityModel code compiled against the Silverlight runtime. While not an ideal or even long-term solution, it gets me going.

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