
But there is a problem, my client's link to log into Salesforce looks like this:https://login.salesforce.com/services/oauth2/authorize?response_type=code&client_id=<your_client_id>&redirect_uri=<your_redirect_uri>
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?https://theCompany.force.com/partner
3 个回答

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>