Openid with Android app

Can I implement Openid in an Android app? I am currently developing an application in which the user needs to log in, and people working in the background decided to use Openid as an easy way to allow users to register and log in to their account. I looked around, but I did not find a clear answer. Thanks for the help in advance.

+4
source share
1 answer

There is a question here: OpenId on Android

And the answer was:

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.

+3
source

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


All Articles