同时使用 Windows 和 Forms 身份验证的 silverlight 应用程序

发布于 2024-11-18 21:25:56 字数 238 浏览 2 评论 0原文

我有一个使用表单身份验证的 Silverlight RIA 应用程序。我们希望通过 Windows 身份验证传递某个域的用户,如果失败或用户不属于该域,则会回退到 Forms 身份验证。

我发现的大部分内容都是针对 aspx 站点,使用的方法在 Silverlight 中不可用。许多人说这是不可能的。有人设法做到这一点而没有太多麻烦吗?

该应用程序基于 VS2010 (SL4) 中的 Silverlight 业务应用程序模板。

I have a Silverlight RIA application that uses Forms authentication. We want to pass users of a certain domain through Windows authentication and if that fails or user is not part of that domain it falls back to Forms authentication.

Most of the stuff I've found was for aspx sites using methods not available in Silverlight. Many others say it isn't possible. Has anybody managed to do this without to much trouble?

The app is based on the Silverlight Business Application template in VS2010 (SL4).

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

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

发布评论

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

评论(1

心凉怎暖 2024-11-25 21:25:56

我认为这是不可能的。遇到同样的问题并决定关闭 Windows 身份验证。

请参阅:

  • http://forums.silverlight.net/forums/t/228703.aspx
  • <一个href="http://connect.microsoft.com/VisualStudio/feedback/details/566410/enable-wcf-ria-services-with-forms-authentication-and-integrated-windows-authentication" rel="nofollow">http://connect.microsoft.com/VisualStudio/feedback/details/566410/enable-wcf-ria-services-with-forms-authentication-and-integrated-windows-authentication

第二个链接似乎表明这是一个错误,可能会在未来版本中解决

I don't think this is possible. Ran into the same issue and decided to turn off windows authentication.

See:

The second link seems to indicate this is a bug that may be resolved in a future release

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