ThingWorx Platform - Connection to Saleforce Endpoint with OAuth 2.0
Hello PTC Developer Community,
I am looking for Best Practices / Examples how to connect my thing to external platforms like Salesforce where I need to use OAuth 2.0 Client in my Service.
Steps I like to perform:
1) OAuth 2.0 with the platform (Here I am looking for examples and best practices)
2) Post JSON with current Sensor Values from my Thing (e.g. could be AnyDataChange or via Timer) (This is straight foward with Contentloader Function and the Guide)
see also here: https://community.ptc.com/t5/ThingWorx-Developers/OAuth-2-0-using-Thingworx-Content-Loader-Services/m-p/681073#M47082
I started with the Contentloader Function Guide: https://developer.thingworx.com/resources/guides/xml-json-in-thingworx
Where I am not sure how I can setup my OAuth 2.0 parameter described here: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/quickstart_oauth.htm
Any hints how to setup OAuth 2.0 ?
Anyone got some hints how to connect your thing to external services like Salesforce in Thingworx Foundation 8.5?
Please consider that in my case Thingworx Flow is currently not an option.
Thank you!

