Anyway to Authenticate a user using Google Apps in an Android application?

空扰寡人 提交于 2020-01-01 05:41:17

问题


I was wondering if anyone knows of a way I can Authenticate a Google Apps User in a Android Application?

One approach I know of is to take could take their username and password in a android view, and use the clientLogin interface (http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html).

However I was wondering if there was a different approach, maybe pushing to a browser window where it would show the google login for that domain, but I would not know how to get the details back to the application, after the authentication is done.

Any ideas on how it would be done?


回答1:


You could also try using OAuth. It's supported by Google Apps, and has a Java client library.




回答2:


I wrote up how to get a google auth token from android (works fine in any java really) so you can call app engine hosted web services as an authenticated google user:

http://javagwt.blogspot.com/2009/12/authenticating-android-app-to-google.html

hope this helps



来源:https://stackoverflow.com/questions/2237707/anyway-to-authenticate-a-user-using-google-apps-in-an-android-application

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