function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deepak Anand 17Deepak Anand 17 

Any pointers on building a mobile sdk that abstracts the complexity of authentication with salesforce IDMS?

I am planning to build an SDK that abstracts all the complexity of authenticating a user against salesforce IDMS. I am using salesforce for my IDMS system and want to build multiple custom apps and authenticate users against salesforce. I just want to be able to provide the SDK to my developers so that they can build apps and use my SDK to authenticate users against salesforce IDMS
Steve ThistleSteve Thistle
Hi Deepak,

Have you looked at the Salesforce Mobile SDK. This may be suitable for your needs. If not you may be able to look at some of the patterns surrounding the oauth to build what works for you.

https://github.com/forcedotcom/SalesforceMobileSDK-iOS
https://github.com/forcedotcom/SalesforceMobileSDK-Android