I have developed some Power Automate flow with following connectors.
- SharePoint
- SQL Server
- Office 365 Connector
The Flows are triggered from Power Apps.
Everything was working fine before we configured the MFA for the accounts.
After turning on the MFA we're getting the below error!
|
Error from token exchange: Runtime call was blocked because connection has error status: Enabled| Error, and sharepointonline is in the block list. Connection errors: [ParameterName: token, Error: Code: Unauthorized, Message: 'Failed to refresh access token for service: sharepointonlinecertificatev2.
|
Now, I checked some Microsoft Document and these are all known issue with flows when we turn on MFA.
https://learn.microsoft.com/en-us/troubleshoot/power-platform/power-automate/conditional-access-and-multi-factor-authentication-in-flow
Question is:
- how to resolve the connection issue after MFA enabled?
- Is it something we need to tell every users who're using app to go to connections and reconfigure this?
- Also some flows are running from User Context. So, do we need to configure Run Only User as Service account to avoid this issue?
Please help me! Really don't understand what to do to resolve this Production Issue!