Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to verify account and complete login #2212

Closed
rispoli opened this issue Sep 1, 2020 · 2 comments · Fixed by #2216
Closed

Impossible to verify account and complete login #2212

rispoli opened this issue Sep 1, 2020 · 2 comments · Fixed by #2216
Milestone

Comments

@rispoli
Copy link

rispoli commented Sep 1, 2020

More information is required to verify the account:
image
but in the next screen of "Additional security verification", even after filling in all fields, I can't click "Next" and proceed with any of the options:
image
image

This goes on even after uninstalling and reinstalling the application, also when deleting the C:\Users\darispol\AppData\Roaming\BatchExplorer folder.

Thanks for the help,
Daniele

@dpwatrous
Copy link
Member

Hi Daniele,

Thanks for such a thorough bug report. I'm able to see the issue as well, but at first glance it looks like the error is happening on the Azure Active Directory authentication page rather than inside Batch Explorer's codebase.

Here's the stack trace I got from the dev tools (from the URL https://account.activedirectory.windowsazure.com/proofup.aspx?culture=en-US)

Uncaught ReferenceError: Page_ClientValidate is not defined
    at ValidateStep1 (proofup.aspx?culture=en-US:1255)
    at PerformCurrentStep (proofup.aspx?culture=en-US:1184)
    at HTMLAnchorElement.onclick (proofup.aspx?culture=en-US:4186)
ValidateStep1 @ proofup.aspx?culture=en-US:1255
PerformCurrentStep @ proofup.aspx?culture=en-US:1184
onclick @ proofup.aspx?culture=en-US:4186
VM504:1 Uncaught ReferenceError: WebForm_DoPostBackWithOptions is not defined
    at <anonymous>:1:1
(anonymous) @ VM504:1

We'll investigate further and post any updates here.

Regards,
Dave

@dpwatrous
Copy link
Member

Update: This still looks to me like a bug in AAD authentication, but I figured out a workaround by changing Batch Explorer's User-Agent string to a more standard looking value.

dpwatrous added a commit that referenced this issue Sep 10, 2020
@cRui861 cRui861 added this to the 2.8.0 milestone Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants