tmielke commented on PR #25876:
URL: https://github.com/apache/camel/pull/25876#issuecomment-5454070980
Thanks for the review Federico.
About P1:
The full check is
```
if (authenticationType == null && clientSecret != null && userName
!= null && password == null
&& keystoreResource == null) {
```
and checks for ambiguous user configuration. If true, it returns a
meaningful message back to the user.
This check was added to prevent users that may forget to supply the password
(and like to use username-password authentication) to automatically switch the
client credential auth type, which may not work either, if not configured /
enabled for the user in Salesforce.
P2: Good catch, I forgot to remove it from `AbstractSalesforceMojo.java`.
Let me do that and resubmit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]