同时使用 Windows 和 Forms 身份验证的 silverlight 应用程序
我有一个使用表单身份验证的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的。遇到同样的问题并决定关闭 Windows 身份验证。
请参阅:
第二个链接似乎表明这是一个错误,可能会在未来版本中解决
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