You need to sign in to do that
Don't have an account?
Username-Password OAuth Authentication is working with the community users?
I need to configure Username-Password OAuth Authentication to get salesforce data with the REST API through a community users. Is is possible to do that?
All Answers
1. https://developer.salesforce.com/blogs/developer-relations/2013/02/oauth-for-portal-users.html
2. https://developer.salesforce.com/blogs/developer-relations/2014/06/how-to-provision-salesforce-communities-users.html
I have not managed to get this working.
A Customer Community User does not have an access token. You need an access token for authentication.
We have Customer Community users accessing our org via SOAP api. With SOAP api you need to send an extra param in the authenticate for Organisation ID. I can not figure out how to do this via REST api.