Activity › Forums › Salesforce® Discussions › What is OAuth in Salesforce?
Tagged: Apex SOAP API, API, Chatter REST API, Delegation, OAuth In Salesforce, Open Authorization, Salesforce Resources, Salesforce REST API
-
What is OAuth in Salesforce?
Posted by Aman on September 22, 2018 at 4:35 PMWhat is OAuth in Salesforce?
Parul replied 7 years, 7 months ago 3 Members · 2 Replies -
2 Replies
-
OAuth is an open standard for access delegation, commonly used as a way to grant websites or applications access to their information on other websites, but without giving them the passwords.
- [adinserter block='9']
-
OAuth (Open Authorization) is an open protocol that provides secure API authorization from applications in a simple and standardized way. OAuth can authorize access to resources without revealing user credentials to apps. Apps that use OAuth can also directly authenticate and access Salesforce resources without a user’s presence.
The OAuth 2.0 authorization framework. APIs, such as the Salesforce REST and SOAP web service APIs or the Chatter REST API, can use OAuth 2.0 to authorize access to Salesforce resources.
Thanks
Log In to reply.