Will this component be updated to use oauth since saleforce is removing soap api logins in June 2027?
No need — use Integration Builder in OutSystems 11 for native OAuth 2.0 Salesforce connections (no Forge component needed).
Follow this steps:
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
Thanks Bhanu.
No problem, Happy to help