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
Arnaud CombesArnaud Combes 

OAuth Authentification for Community User

Hello,

I try to verify the login and password of a community user throw a Webservice, and I have some issues.

So first, I manage to check the login/password of a Salesforce user by using :
  1. the enterprise wsdl. I use the Login function to get a Session ID
  2. then I have created a SOAP webservice, and use OAuth authentification. I use the endpoint : https://login.salesforce.com/services/oauth2/token?grant_type=...

But when I enter a community user, it doesn't find the user. Is there anything to change ? I have tried the different link found on google but nothing worked. 

I hope my question is clear enough :)

Thank you !

Regards,