Force.com-Toolkit-for-NET icon indicating copy to clipboard operation
Force.com-Toolkit-for-NET copied to clipboard

Authentication Impact of MFA Requirement

Open dwainbunker opened this issue 3 years ago • 1 comments
trafficstars

Referring to this announcement: https://help.salesforce.com/s/articleView?id=000356005&type=1

We are using the authentication method

AuthenticationClient.UsernamePasswordAsync(string clientId, string clientSecret, string username, string password)

Will the aforementioned announcement impact this function? If so, what would be the best way to handle the change? We have a background job (no user interaction) that must be able to authenticate itself.

dwainbunker avatar Jan 27 '22 00:01 dwainbunker

@dwainbunker , I know this is late, but we had the same issue resolved by setting the integration API user to not require MFA. https://help.salesforce.com/s/articleView?id=sf.security_mfa_exclude_exempt_users.htm&type=5

kvansaders avatar Sep 26 '24 14:09 kvansaders