User-820736053 posted
I have the following form where users log in by authenticating oauth2.0 google so they can enter without problems to our system, everything worked normal but a few days ago when entering under the same credentials this same form did not stop loading.

When doing the tests of why we can not log in via google and enter the next page, it was ruled out that it was for the value of the authorization token, since the hidden input capture the value, in the image below it is can show that the access token shows
all the parameters without errors

Therefore, the question arises here, what would be the reason why the users do not finish logging through the form. I ask you all to help me determine in what part of the code I'm failing, perhaps in the javascript functions on the client side where I define
the scope or maybe the error is in the codebehind when using a JSON object to extract the e-mail of the logged-in user.
code client side

codebehind vb.net

Thank you very much for your attention, I will greatly appreciate your help in this terrible problem