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
alidedalided 

Remote Application and security review

Hi,

I have configured remote application in my dev org. I have my own server which makes REST calls to SF after user registered his account with my web app through SF OAuth. I do not have app exchange application. I want my customers to be able to use my application on any SF org proffeccional/enterprise/etc... Do i need to do security review even though i do not have app exchange app?

 

Thanks

Albert

 

max_overloadmax_overload

Based on what I can gleen from your post:

To use the application with Professional Edition, you will need to have a security review and ISV profile built out on file with Salesforce. This will provide you with a "PartnerId". With your unique PartnerId, you can gain access through Professional Edition webservices API for inbound calls when your customer does not have the Salesforce.com Webservice API.

 

alidedalided

Thanks for your answer. I think you got my question right. It cleares out couple of things.

I do have ISV account. What i still don't get is how to initiate security review if i don't have any package for app exchange?

Thanks