A developer has created a solution using the SOAP API for authenticating Communities users. What is needed when issuing the login() Call? (Choose two.)
Answer is AC.
Reference link same as others posted and it clearly states:
"To authenticate an active Experience Cloud site user who has the API Enabled permission, use LoginScopeHeader to specify the Organization ID of the org with Experience Cloud sites."
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_login.htm
Communities users don't have security token either.
C D is the correct answer.
LoginResult = connection.login(string username, string password);
To log in, the user must add the security token at the end of the user’s password.
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_login.htm
CD, can also be used in the REST API: https://developer.salesforce.com/docs/atlas.en-us.202.0.api_rest.meta/api_rest/intro_understanding_username_password_oauth_flow.htm
A developer has created a solution using the SOAP API for authenticating Communities users.
What is needed when issuing the login() Call?
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
amerbearat
Highly Voted 3 years, 3 months agoMarkusT
Most Recent 5 months, 2 weeks agoRegNav
1 year, 5 months agosanto_aj
1 year, 6 months agosanto_aj
1 year, 6 months agolorenac2
1 year, 10 months agosf2022
1 year, 11 months agoRp194
2 years, 4 months agoamerbearat
3 years, 3 months ago