带有 Flex 的 OPENID
可以在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有人正在寻找在 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/