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
WellSky Integration UserWellSky Integration User 

oAuth2 From SalesForce

I did post this in Trailhead/Trailblazer as well - not sure which was the appropriate group.

We are using SF with our software by updating objects on SF from us.  Currently we have the inbound to SF working, our app authenticates with SF then updates/adds to the appropriate object.  We now are trying to have SF authenticate to our server using oAuth2 and update the record(s) on our system.  We have the endpoints ready and this has been internally tested.  We created an Outbound Message for the update.  Our server requires oAuth2 authentication, so our issue is how to get SF to authenticate to us?  We have created an app that is shown in App Manager with oAuth settings enabled and the callback url pointing to our authentication server along with oAuth scopes, yet we constantly fail to get SF to authenticate to our server.  To me this setup looks like in handles inbound to SF rather than outbound.  Is that correct?  What should be setup to have SF authenticate outbound for outbound messages?