Vantage Point
Integration & APIs

OAuth

An open standard for secure authorization that allows apps to access user data without exposing passwords.

Complete Definition

OAuth (Open Authorization) is an open standard for access delegation, commonly used to grant applications limited access to user accounts without exposing passwords. Salesforce uses OAuth 2.0 for API authentication, allowing third-party applications to connect securely. OAuth is essential for integrations that require user-specific access to Salesforce data.

Key Points

  • 1Industry standard for API authorization
  • 2Does not expose user passwords
  • 3Uses access tokens with limited lifetime
  • 4Required for most Salesforce integrations