Toni
Results
1
comments of
Toni
I was seeing the same behavior when running `salesforcer::sf_auth(login_url="https://example.my.salesforce.com")` locally. The error in the URL implied that this is PKCE-related: `http://localhost:1410/?error=invalid_request&error_description=missing+required+code+challenge`. Turning off PKCE at the organization level resolved the...