Salesforce Mobile SDK Community Registration - salesforce

I am developing a mobile application for one of our client using Salesforce SDk. I haven't found any documentation regarding the community registration vai Salsforce SDK. Is this possible? Because when i complete the registration from "Not a member" link the page is still loading in the webview , not getting redirected to the application ( to mobile). Is there any way to accomplish registration via SDK?

Related

Google Sign In within embedded browsers (Messenger, Instagram) not working.. Googles webview policy?

I have a Nextjs web app with Firebase Auth. I only allow my users to login with Google.
All my traffic is coming from social media apps which have an embedded browser. So on launch day I learned that signing in only works directly from a browser like chrome or safari but not within a webview within an application. This is a nightmare.
I tried switching from signInWithPopUp() to signInWithRedirect(), but still same issue.
error 403: disallowed_useragent
This app doesn't comply with Googles webview policy.
Has anyone encountered this problem?

sharing session between Chrome plugin and web app keycloak

I am trying to create a web application and a chrome plugin. (chrome plugin is going to be a subset of my application). I am trying to give the SSO using Keycloak. The problem is, When i do the login in Webapplication and open the chrome plugin, chrome plugin again asks me to login.
I am using the following code in my plugin (both web application and Chrome plugin written in Angular js)
ref article i used for doing SSO in Plugin : https://medium.com/tech-buddy/oauth-2-0-single-sign-on-authentication-in-chrome-extension-8f3f3ffd89c7
Question i have is, Both my plugin and web app uses the same clientid for authentication,
Is it possible to do SSO between web app and chrome plugin ?
If a user login to the Webapp and click the Chrome plugin it should not again ask the user to login for accessing the plugin ? meaning if a user login to any one of the application and opens a other one it should not ask for the login.

google and facebook login with ionic platform browser

I'm Developing Hybrid app using ionic-3 framework. Now i want to add Google and Facebook login in ionic-3 platform browser. Ionic native plugin is not working on platform browser.
You can integrate social login link Facebook by generating API key.Please refer this link will give you brief about facebook login in ionic application.
for more details please refer ionic forum link here

iOS native Salesforce login

I wonder if there is any sample code for an iOS native login screen using Salesforce mobile sdk. The sample apps from Salesforce all use Salesforce standard web login page. I wanted to customise it and add more Sso buttons.
You can auth users to SFDC without using their login page. It is just REST.

On iOS6, could my App share the account with integration Facebook account in settings?

As we know iOS 6 integrate Facebook, just as twitter. And we can login Facebook in settings and then post photo directly.
I follow by https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-sdk/ to create my app for testing with Facebook SDK 3.0.8.
After I login in Facebook on iOS6 settings, when I open my test app and login to Facebook, it still ask me to input my account/password.
So my question is: Could my App share the account with iOS6 integration Facebook account?
I mean: After I login Facebook in settings, could I don't need to input name/password again when I open my app and login facebook?
Support for the Facebook integration in iOS 6 is now available in the FacebookSDK (version 3.1).
In https://developers.facebook.com/ios/ say "We will be adding support for the much anticipated iOS 6 integration to the SDK in the coming weeks.". So the integration with the ACAccountStore is not implement yet. That's why your app ask the info again.
If you want to connect with the info stored in the iPhone setting, you have to use the Accounts.framework and Social.framework in the iOS 6 instead Facebook SDK

Resources