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

Authentication Impact of MFA Requirement #410

Open
dwainbunker opened this issue Jan 27, 2022 · 1 comment
Open

Authentication Impact of MFA Requirement #410

dwainbunker opened this issue Jan 27, 2022 · 1 comment

Comments

@dwainbunker
Copy link

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.

@kvansaders
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants