OpenId on Android

梦想与她 提交于 2020-01-12 18:59:49

问题


I'd like to give my users the ability to log-in my Android app using their OpenId (have a text field like StackOverflow's and ask the user to enter his OpenId there). I've looked around a lot but could not find any libraries that allow me to implement Client-Side OpenId authentication on Android. Should I rather go for server side authentication - ie. authenticate through my own website and pass the control to the application once the authentication is done?

Thanks,

Abhinav


回答1:


http://code.google.com/p/openid4java/

Check this link out, it is a library that allows OpenID authentication with Java programs. I have never tried it with Android, but I would assume it should work.



来源:https://stackoverflow.com/questions/7149101/openid-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!