Nexith

Results 3 comments of Nexith

> Took me a while, but through process of elimination worked out that you need `auth.html` in the public folder. I tried this and updated to `msal 1.2.1` and `react-aad-msal...

> > and now I get the following error instead: `Unsafe JavaScript attempt to initiate navigation for frame with origin 'https://localhost:3000' from frame with URL 'https://*'. The frame attempting navigation...

@KonstantinDinev, I've added both `https://localhost:3000` and `https://localhost:3000/auth.html` to the Azure Auth config for allowed callback urls. Currently my application config looks like this for authProvider.js: ```javascript import { MsalAuthProvider, LoginType...