[Cherrypick] [PLUGIN-1953] Support for client credentials Grant type and bump up to 1.7.4-SNAPSHOT#356
[Cherrypick] [PLUGIN-1953] Support for client credentials Grant type and bump up to 1.7.4-SNAPSHOT#356vikasrathee-cs wants to merge 3 commits into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request adds support for the 'client_credentials' OAuth grant type to Salesforce plugins, including updates to documentation, UI widgets, and validation logic. Key feedback involves refining the field description for clarity, making the security token optional for the password grant type to support IP whitelisting, and re-adding null checks for authentication fields in the format providers to avoid potential NullPointerExceptions.
[Cherrypick] PLUGIN-1953 Support for client credentials Grant type and bump up to 1.7.4-SNAPSHOT
Cherrypick CL #353
2nd Cherrypick : #357