在 PhoneGap 平台上使用 OpenID

发布于 2024-10-23 21:03:03 字数 235 浏览 2 评论 0原文

我目前正在使用 PhoneGap 开发一个应用程序。我的应用程序使用 OpenID 来验证用户身份。成功验证用户身份后,它应该返回到我的应用程序。我使用 location.href 将页面重定向到本地地址(例如 iOS 应用程序的 file:///var/applications/.../index.html )。但是,PhoneGap 似乎无法从远程站点重定向本地页面。只显示出白屏。身份验证后有什么办法可以返回到我的应用程序吗?

谢谢

I am currently developing an application using PhoneGap. My application used OpenID to authenticate a user. After successfully authenticate a user, it should be return back to my application. I have used location.href to redirect the page to a local address (something like file:///var/applications/.../index.html for iOS app). However, it seems that PhoneGap cannot redirect a local page from remote site. Only a white screen was displayed. Is there any way for me to return back to my application after authentication?

Thanks

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

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

发布评论

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

评论(1

终难愈 2024-10-30 21:03:03

我认为你可以使用 childbrowser 插件来实现这一点。
您还可以使用您自己服务器上的网页来ajax调用openid登录内容吗?

I think you can use the childbrowser plugin for that.
Also you may be able to ajax call the openid login stuff using a webpage on your own server?

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