asp.net mvc 5 - bug is creating multiple users with google auth -


I have an asp.net mvc 5 site currently hosted on Windows Azure (usually when I have started auction or deployed) then the certification looks out of the bug.

I try to log in with my google account and I get a strange redirect loop, where I sign in and let me get it back to the login page directly. This is normally done by Windows Azure But it is decided by restarting

Every now and then however, it will redirect from Google and ask me to enter my username to complete the registration process. This is on my Google account which is already registered, it is entering the same Google Account twice or sometimes three times.

It has happened to me and my users and I only listen to it when someone contacts me and tells me that they have lost all their stuff on their site, their profile.

Has anyone experienced this like this? I am using standard login / audio controller with an MVC 5 project.

Edit ::

My URL is www.dev-score.com, but it also responds simply dev-score.com It may be the fact that some people Register on www.dev-score.com and then just try to log in with dev-core.com or something like that?

Sorry, I'm feeling stupid now.

The reason for this is happening because of a different domain, not a different URL. The default auction also has ".zurewebsites.net" domain that some of my users were using when my .com The domain was promoting.

When I switched to my .COM domain, and disabled my .zurewebsites .net domain they all had to re-register, as Google (in the right way) thinks it Have a new website.

These are people who were experiencing the bug and let me manually return their content to their new accounts every time a user returns to the site and logs and this process To go through again, so it seemed like an intermittent bug, but it did not come back to the window and the site, only for a few bugs that were registered during that small number of users.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -