You need to sign in to do that
Don't have an account?
EagerToLearn
SOAP API Login Authentication?
Hi, i see mixed answers all over the web regarding what is required for a SOAP Login authentication. Some answers are Username and password and Security Token while others are saying Username and Password and Organization Id.
I think I am getting it as username and password are the only thing required and security token is optional depending on network ip settings
For communities it would be username and password and Organization id.
Can someon help me understand what is exactly required?
I think I am getting it as username and password are the only thing required and security token is optional depending on network ip settings
For communities it would be username and password and Organization id.
Can someon help me understand what is exactly required?
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_login.htm
Based on this (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_login.htm) article, you need to specify the Organization ID. So in this case (Community login auth), the answer is Username and Password and Organization Id
Thanks