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
EmguEmgu 

Grant_type=client credentials

Hi!

Im working on a project where i want to integrate SalesForce in to a app. But im getting problems.. 
The thing is that for me, i don not want to use the username&password-flow. But the users on my application are not supposed to get authorized them self. 
When a user logs on my app the are supposed to see all their opportunitys. But i dont like the fact that i have to save my personal login-information inside my application. I have search around and Oauth2 have a flow called 'client_credentials', but SalesForce dosnt support this?(or do they). So here is my problem. I want to access data from my SalesForce connected app without my personal credentials. I would like to use the client_id and client_secret so i can access a refresh_token(example). Have anyone had the same problem? If so, how did u solve it?

Kind regards!