Skip to main content
I am integrating Salesforce OAuth 2.0 as written here. The link to log is generated in the following format as expected:

https://login.salesforce.com/services/oauth2/authorize?response_type=code&client_id=<your_client_id>&redirect_uri=<your_redirect_uri>

But there is a problem, my client's link to log into Salesforce looks like this:

 

https://theCompany.force.com/partner

So, when I get the login link described above, it does not let me log in. I tried this solution, but it doesn't work. What do I do and how do I integrate?
3 个回答
  1. 2016年7月29日 14:23
    Thanks, I found this solution myself right before you posted. This works

     

    https://theCompany.force.com/partner/services/oauth2/authorize?response_type=code&client_id=<your_client_id>&redirect_uri=<your_redirect_uri>

0/9000