On an Automation suite instance(without integration services), I’d like to use the connected app/integrated system user features to test our enterprise applications i.e. Workday, Salesforce, ServiceNow. If I connect via that route, would I be able to be able to bypass MFA/login and use the UI activities to test the UI of an application?
Hey @Cox_Cameron_M_TS_CI3129_I
Short answer - no ![]()
Connected App only helps you with API access, it doesn’t replace an interactive user login in the browser with MFA. From the platform’s point of view these are two different flows - the robot can obtain a token to call the API, but when you run UI tests, your normal sign-in and MFA policies still apply.
1 Like