mvertopoulos / vue-msal

Vue plugin for using Microsoft Authentication Library (MSAL)
MIT License
123 stars 66 forks source link

Fails when popup blocker enabled. #14

Open mihaiserban opened 4 years ago

mihaiserban commented 4 years ago

Hi.

We have users in our organisations who use Windows with chrome and a popup blocker extension.

It seems that for those users the authorise endpoint is not called at all. I don't understand why acquireTokenRedirect would be blocked by a popup blocker.

Have you encountered this issue before?

https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/FAQs

mihaiserban commented 4 years ago

I'm not even sure if it's due to the popup blocker. I'm testing in chrome, on a macbook pro. Loading on a screen, everything is fine. Move the window to another screen and reload, it doesn't work. /authorize endpoint is not called, and i get a token renewal error. ClientAuthError.createTokenRenewalTimeoutError

Screenshot 2019-12-13 at 16 35 03