带有 Flex 的 OPENID

发布于 2024-11-17 22:31:29 字数 299 浏览 0 评论 0原文

可以在flex中实现OPENID吗?我在GOOGLE上搜索过这方面的内容。这是迄今为止我得到的最好的例子 flex openid 组件。但它无法正常工作。它永远不会将客户端重定向到登录页面。你能让我知道该怎么做吗? 我是 flex 和 openID 的新开发人员。我真的需要在 Flex 中实现这个。这与我的最后一年项目有关。

这真的很有帮助。谢谢

(我正在使用 flash builder)

Is it possible to implement OPENID in flex? I have search in GOOGLE regarding this. This is the best example i got so far flex openid component. But it is not working properly. it never redirect client to the login page. Can you please let me know how to do it.
Im a new developer to flex and openID. I really need to implement this in flex. It related to my Final Year project.

It will be really helpful. Thank you

(i'm using flash builder)

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

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

发布评论

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

评论(1

又爬满兰若 2024-11-24 22:31:29

如果有人正在寻找在 Flex 中添加 OpenId 的方法,我就是这么做的。(这可能不是最好的方法,但在互联网上找不到任何关于如何执行此操作的帮助。)

我们需要在 openId 的网页中包含登录页面。首先创建带有 openid 支持的登录页面。
然后在 Flex 端使用以下命令调用此登录页面

验证登录后,使用调用 Flex 端的 javascript 函数重定向到 Flex。

这些链接在执行此操作时对我有帮助
http://blog.everythingflex.com/2008/02/ 25/air-actionscript-javascript-bridge/
http://www.rogue-development.com/blog/category/air/

If anyone looking for a way to add OpenId in flex, this is how I did it.(It might not be the best way to do it, but couldn't find any help in the internet on how to do this.)

We need to have the login page in a web page for openId. First create your login page with openid support.
Then in the flex side call this login page using

After validating the login, redirects to flex using a javascript function calling the flex side.

These links helped me when doing this
http://blog.everythingflex.com/2008/02/25/air-actionscript-javascript-bridge/
http://www.rogue-development.com/blog/category/air/

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