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
tanujatanuja 

SSL implementation for .NET Salesfore Chatter API

We have .NET .We want to securely access Salesfore Chatter API through application.

We want to enable SSL on .NET site.

Wanted to know the exact steps for it and Do we require any SSL Certificates at Client(.NET) or Server (Salesforce Side)

Please advise as soon as possible.

Thomas CookThomas Cook

If you are using an OAuth flow that requires a callback, such as the Web Server Authentication Flow, then you need your server to be running SSL. See the docs for your server for how to do that.  There is nothing you need to do on the Salesforce side as our servers are already running HTTPS/SSL by default.