Azure-Samples / active-directory-dotnet-webapp-openidconnect

A .NET MVC web application that uses OpenID Connect to sign-in users from a single Azure Active Directory tenant.
159 stars 109 forks source link

First login always fail #21

Closed felipepessoto closed 9 years ago

felipepessoto commented 9 years ago

When I login, the browser stops at https://login.microsoftonline.com/login.srf showing just a #

So when I try again, it doesn't asks for credentials, just posts back and works

dstrockis commented 9 years ago

That's weird. Can you provide a Fiddler trace or other trace? What browser?

felipepessoto commented 9 years ago

I just realized that it also happens when login in to Azure Portal. It should be a Microsoft sign on issue

felipepessoto commented 9 years ago

Doesn't happen with chrome

dstrockis commented 9 years ago

If you could post the failing request/response I would be interested in seeing it.

felipepessoto commented 9 years ago

Ok, I'll install fiddler. I just found a erro on console: Potential cross-site scripting detected in 'https://login.microsoftonline.com/login.srf'. The content has been modified by the XSS Filter.