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
Naresh Kovuri 11Naresh Kovuri 11 

Authentication types for integration

We are integrating Salesforce and Service now in which middle will be Mulesfot. As of now we are using Oauth2.0 for integrating Salesforce with Mule. As of client requirement they need more secure authentication. Is Oauth2.0 the best compared to others as of now?

Are there any other authentication methods which are more secure for integrating salesforce and mule?

Thanks in Advance.
Best Answer chosen by Naresh Kovuri 11
ShirishaShirisha (Salesforce Developers) 
Hi Naresh,

Greetings!

As far as I know,the OAuth2 authentication is the secured one.Please refer the same in the below trailhead for more information.

https://trailhead.salesforce.com/en/content/learn/modules/mobile_sdk_introduction/mobilesdk_intro_security

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri

All Answers

ShirishaShirisha (Salesforce Developers) 
Hi Naresh,

Greetings!

As far as I know,the OAuth2 authentication is the secured one.Please refer the same in the below trailhead for more information.

https://trailhead.salesforce.com/en/content/learn/modules/mobile_sdk_introduction/mobilesdk_intro_security

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
This was selected as the best answer
AmitSoniAmitSoni
Please refer below link for understanding the REST API Security essentials:
https://restfulapi.net/security-essentials/ 

OAUTH 2.0 is one of them.

 
Naresh Kovuri 11Naresh Kovuri 11
Thank you Shirisha Pathuri and Amit Soni for your repsonses.