[Azure Mobile App Service]How to login without password on Facebook sign-in? -


i activated facebook sign-in azure's mobile app service, service asked enter id , password.

instagram or other famous application can login without entering password "continue name" if logged in facebook.

i authenticate facebook on azure without entering id or password, how can it?

for server-managed authentication, app authenticate user through web view. checked server-flow in xamarin.forms app, , found need enter facebook account info logging. while browsing mobile app via browser, login page show "continue name" if have logged in facebook (www.facebook.com).

note: when using sever-flow, page asking facebook account under facebook domain, azure not peek or save facebook account info.

i authenticate facebook on azure without entering id or password, how can it?

based on scenario, need leverage client-managed authentication in mobile app, , need install facebook app on device test. additionally, cannot install other apps on ios simulator , there may restrictions on android emulator. so, need test client flow social providers on actual device.

if integrate facebook sdk, app automatically switch facebook app , ask approve authentication request there. how integrate facebook sdk, refer facebook login ios , facebook login android.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -