OpenId on Android

I would like to give my users the ability to log into the Android application using OpenId (have a text box like StackOverflow, and ask the user to enter its OpenId). I looked around a lot, but could not find libraries that allow me to implement authentication on the client side of OpenId on Android. Should I better use server side authentication, i.e. authenticate through my own site and transfer control to the application after authentication?

Thanks,

Abhinav

+6
source share
1 answer

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

Check out this link, it is a library that allows you to verify OpenID using Java programs. I have never tried it with Android, but I would suggest that it should work.

+1
source

Source: https://habr.com/ru/post/895598/


All Articles