MFA isssue
See original GitHub issueWe have the text verification code enabled (when logging in off corporate network).
I think this code is not capturing the verification box correctly: const tfaResult = content(“#tfa_results_container>div”).filter(function () { return content(this).css(‘display’) === ‘block’; });
This is how the text box html is rendered (in IE):
<div class="login_textfield tfa_textfield no_display" id="tfa_code_container" style="display: block;">
<span class="tfa_input_field tfa_textfield">
<label class="no_display" aria-hidden="true" for="tfa_code_inputtext">
Verification code</label>
<div class="input_border high_contrast_border">
<span class="placeholder normaltext" id="tfa_code_inputtext_placeholder_span" style="display: block; visibility: visible; position: absolute;">Enter verification code</span><span class="placeholder normaltext" id="tfa_code_inputtext_placeholder_span" style="display: block; visibility: visible; position: absolute;"> </span>
<input name="code" class="login_textfield textfield required tfa_field normaltext" id="tfa_code_inputtext" style="background: none;" spellcheck="false" aria-label="Verification code" type="text" placeholder=" " value="" autocomplete="off">
</div>
</span>
</div>
Any ideas?
Note the Azure login page is showing a prompt for a “new” interface… Assuming the nodejs script is staying with the default option.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
MFA causing multiple issues - Microsoft Community Hub
'An issue has been identified with Hybrid Azure AD joined devices that have enabled multi-factor authentication (MFA). If a user signs into a...
Read more >Troubleshoot Multi-Factor Authentication Issues - Auth0
Describes basic troubleshooting of MFA issues for your users.
Read more >Multi-factor authentication (MFA) troubleshooting
Use this article to troubleshoot multi-factor authentication (MFA) issues with your account, your device, or your software.
Read more >Fix issues with lost or broken MFA devices - AWS
I'm using a multi-factor authentication (MFA) device, but now I can't find the device, the device is broken, or the device is out-of-sync....
Read more >How to Resolve Multi-factor Authentication (MFA) Issues With ...
This article outlines steps you can take to resolve common issues you may encounter regarding Udemy's multi-factor authentication (MFA)...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It seems that there is some delay between when the page loads and when the appropriate message is made visible. I’ll put some fix in to check on a time interval. Hopefully I’ll get to this tonight.
I confirm that v0.6.2. works for me.