Implement Single Sign on in for Android Applications -
Implement Single Sign on in for Android Applications -
i have 4-5 android applications , want implement single sign on these apps. if user has logged 1 of apps won't asked log in 1 time again other applications. how can accomplish in android??
i think mistaking concept of single sign on. sso letting users seamlessly login without having pull browser login when logged in default fb app. read sso here.
an excerpt sso page linked above:
easier login single sign-on 1 of challenges mobile developers wrestle login. after user logs in, can deliver beautiful, personalized experience. however, big number of consumers never bother logging in due hassle of typing in user name , password, or worse, dealing forgotten passwords. of these challenges exponentially worse on mobile phone.
single sign-on provides simple solution these problems. users logged facebook app can utilize “login facebook” button , in 1 click through simplified permissions dialog, log app. best part takes few lines of code implement.
also, login made via sso cannot shared other apps. each app must finish it's own authentication. if have 4-5 android apps require facebook login, must have own authentications done independent each other. includes, registering every application on facebook developer page.
however, if sole purpose of share info (not login information), might consider creating own content provider.
android
Comments
Post a Comment