vue-msal icon indicating copy to clipboard operation
vue-msal copied to clipboard

requireAuthOnInitialize: false doesn't work

Open gunhaxxor opened this issue 4 years ago • 3 comments

requireAuthOnInitialize: false Doesn't seem to work. A redirect get's retriggered even though i have set the setting to false.

gunhaxxor avatar Nov 23 '20 21:11 gunhaxxor

Hmm. Seems to not be related to requireAuthOnInitialize, but rather main.ts identifying isAuthenticated() as true (and thus triggers acquireToken which fails to do it silently and then triggers redirect token acquire). Even though I've cleared all the site data. Where does it get that data? It doesn't happen when I run it in an incognito window 🤔

gunhaxxor avatar Nov 24 '20 11:11 gunhaxxor