Skip to main content
Alex Karshin 님이 #Integration에 질문했습니다
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일 오후 2: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