12
Views
3
Comments
Solved
[Salesforce Connector] Using oauth to connect to salesforce
salesforce-connector
Web icon
Forge asset by Vera Tiago
Application Type
Traditional Web

Will this component be updated to use oauth since saleforce is removing soap api logins in June 2027?

2024-10-09 04-44-30
Bhanu Pratap
Solution

No need — use Integration Builder in OutSystems 11 for native OAuth 2.0 Salesforce connections (no Forge component needed).

Follow this steps:

  1. In Salesforce: Setup → Apps → App Manager → New Connected App → Enable OAuth → Set Callback URL (shown in OutSystems Integration Builder) → Scopes: api, refresh_token, etc. Note Client ID/Secret.
  2. In OutSystems: Service Studio → Integration Builder → Create Salesforce connection → Follow wizard (auto-creates Connected App if admin perms) or paste Client ID/Secret + URLs.

Official guide: https://success.outsystems.com/documentation/11/integration_with_external_systems/create_connectors_with_integration_builder/use_integration_builder/salesforce_integration

For older setups or manual REST: Consume Salesforce REST APIs with OAuth 2.0 (client credentials or auth code flow) — see https://success.outsystems.com/documentation/11/integration_with_external_systems/rest/consume_rest_apis/use_oauth_2_0_client_flow_authorization_in_consumed_rest_api_web_services

UserImage.jpg
Mark Jurkovich

Thanks Bhanu.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.