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
Vijay NagarathinamVijay Nagarathinam 

Authorization request

Hi,

What are the authorization techniques used in the API.

Thanks,
Vijay
Vivian Charlie 1208Vivian Charlie 1208

Hi Vijay,

 

Salesforce users 3 techniques for REST authentication. SOAP authentication happens using the inbuilt login method.

1. Web server flow

2. User-agent flow

3. Username-password flow

You can find all additional details at the following help page

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_authentication.htm

 

Thanks

Vivian