I'm trying to find the best way to connect a Salesforce account with a third party application. The idea is to import all SF account user's data to the application so all these user's will have an automatically created accounts into this app. So SF clients can give access on their users to our app with ... hopefully one/two clicks. For now I know about these two options:
- Export user's data and import
- Providing some permitted user account (user/pass/token - permissions to only read user's list) to our third party app and it will take the data via SF API
- ... Something more easy for the SF account holder, because first two options are really not the expected workarounds and I'll be glad if someone can help here. :)
Thanks.