Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default to login url to keep backwards compatibility for OAuth JWT #343

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extra instanceURL
  • Loading branch information
omniphx committed Mar 22, 2024
commit f1d220b4d76a57f573c0904044633ef61bdff2e0
2 changes: 0 additions & 2 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 30,6 @@
'privateKey' => '',
],

'instanceURL' => 'https://<YOUR_ORG>.my.salesforce.com',

/*
* These are optional authentication parameters that can be specified for the WebServer flow.
* https://help.salesforce.com/apex/HTViewHelpDoc?id=remoteaccess_oauth_web_server_flow.htm&language=en_US
Expand Down
Loading