We have our Selenium automation script running in Azure pipeline. In Azure, predicting VM IP from which script will be executed is difficult.
So how can we skip "Verify Your Identity" without adding IP in Network Access or adding it in Profile.
As per link https://help.salesforce.com/s/articleView?id=000386254&type=1 we tried frontdoor.jsp but it didnot worked. It was always redirecting to login page.
Can anyone suggest what is the best option to handle this?
Hi @Amit Kumar
I encountered this same issue while testing in my org. To solve it, I created a Permission Set with the system permission "Waive Multi-Factor Authentication for Exempt Users" and assigned it to the automation user.
You can find the documentation for it here:
https://help.salesforce.com/s/articleView?id=xcloud.security_mfa_exclude_exempt_users.htm&type=5