Recently MFA was enabled for our organization. There’s a CI user which also got MFA enabled. Up until now the automated scripts would login that user with user/pass using python + selenium, now that doesn’t work ofc. After entering user/pass, the authenticator screen is displayed with Auth0 Guardian/Google Authenticator. Can I automate that part with python?
For more context, we have a device authorization flow, so python scripts go to that URL to authenticate where up until now user/pass was sufficient but now MFA is enabled.
It’s not clearly stated whether the whole flow can be automated but when it comes to OTP authenticators it seems like most of the process could be automated without the initial part of enrolling someone into MFA. Rest of the process sounds like it can be automated judging by that doc.