question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

We 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:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
dtjohnsoncommented, Oct 5, 2017

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.

1reaction
Fodojcommented, Oct 6, 2017

I confirm that v0.6.2. works for me.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found