如何在 wp7 中进行基于声明的身份验证?

发布于 2024-11-02 15:20:29 字数 598 浏览 1 评论 0原文

我正在开发 Windows Phone 7 应用程序。我是基于声明的身份验证的新手。我使用以下链接在 wp7 中针对基于声明的网站进行基于声明的身份验证。

http://blogs.msdn.com/b/pstubbs/archive/2010/10/04/developing-windows-phone-7-applications-for-sharepoint-2010.aspx

在上面的链接我使用 authServiceUri 的 uri 作为 http://login.live.com/ 并传递适当的用户名和密码。我收到错误“登录需要 JavaScript。您的浏览器不支持 JavaScript 或脚本被阻止”。你能告诉我我需要做什么才能消除这个错误吗?如果我做错了什么,请指导我。如果您对基于声明的身份验证有任何新想法,请分享这些想法。

I am developing window phone 7 application. I am new to the claim based authentication. I am using the following link to do claim based authentication in wp7 against claim based sites.

http://blogs.msdn.com/b/pstubbs/archive/2010/10/04/developing-windows-phone-7-applications-for-sharepoint-2010.aspx

In the above link I am using the uri for the authServiceUri as http://login.live.com/ and passing the appropriate username and password. I am getting the error as "javascript required to sign in. your browser does not support javascript or scripts are blocked". Can you please tell me what should I need to do to remove this error ? If I am doing anything wrong then please guide me. If you have any new ideas about claim based authentication then please share the ideas.

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

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

发布评论

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

评论(1

何以畏孤独 2024-11-09 15:20:29

尝试将其放入您的 XAML 中:

<phone:WebBrowser IsScriptEnabled="True" Name="webBrowser1"/>

Try putting this in your XAML:

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