Andrew Craswell
Andrew Craswell
Thanks for the detailed issue! Can you share you configuration being used with the library? Interested in what sort of caching methods you're using. At a minimum, there is at...
I just realized this bug filed on MSAL repo: https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/1205 Seems this may be a known issue for Safari browsers until the next release includes the new Auth Code Flow...
Yes, there are discussions but it will require more or less a rewrite. At the moment I'm pretty swamped with a product release upcoming, but my goal would be to...
My understanding is that MSAL hasn't fully addressed the forgot password workflows at the moment. My knowledge could be outdated, but last I read the most reasonable approach seemed to...
Thanks for submitting this. This may be a MSAL issue, but I will try to do some testing to identify root cause. My suspicion is that the iframe which MSAL...
@NextStar31, are you able to repro this with the sample app? I've tested and don't see additional entries added after calling the `getAccessToken()` method. Are you able to provide a...
I just saw this issue filed on MSAL, could it be related to what you're seeing? https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/1310
Is this in reference to the samples? MSAL is a listed as a peer dependency, so the version can be controlled separately from react-aad-msal. I haven't had a chance to...
Can you see what error is being raised? And which version of the library are you using? Please also share what your configuration options look like. Thanks!
Can you try using the latest version? There's a few breaking changes that you will likely need to update, but there were fix. You should also use the latest version...