paulvanbladel / aurelia-auth

:key: Authentication plugin for aurelia
200 stars 74 forks source link

Social login on IE on localhost doesn't work #117

Open Manuel-S opened 8 years ago

Manuel-S commented 8 years ago

The reason is that window.open(...) doesn't return a windowobject when you're on localhostand Protected Mode is on (default). Don't think that can be fixed, but it should at least be mentioned. Cost me more than an hour to find what's wrong.

andreasohlund commented 8 years ago

Got hit by this as well, thanks for the heads up