Reputation: 5662
In contrast to all the other questions I've found here on SO, I DON'T want a popup window. The trouble is that it seems by default that with Windows Live/Microsoft Account DotNetOpenAuth seems to set popupui=1
on the query string from RequestAuthentication
by default.
There's a UIMode
enum but that only seems to have the single value popup
.
Does anyone know how to prevent it doing this?
According to the docs Windows Live has a display
parameter which accepts touch
, page
, popup
or none
. Unfortunately, "page" results in popupui=1
in exactly the same way as "popup" does.
Upvotes: 0
Views: 293