Salesforce OAuth with REST API using Javascript

后端 未结 4 391
抹茶落季
抹茶落季 2021-01-18 02:14

I have an app in my salesforce developer account that I want to allow my users to access from a remote app that I am building. I see that I must use OAuth2.0 to first author

4条回答
  •  孤城傲影
    2021-01-18 03:18

    I think you need to add the origin URL/IP in CORS setting as well in salesforce if you are making a request from Javascript app so it can get access to salesforce data.

提交回复
热议问题