Jason Nutter

Results 43 comments of Jason Nutter

@sickpuppysoftware To clarify, this is what you are referring to? https://developer.chrome.com/docs/extensions/mv3/intro/mv3-overview/ Unfortunately, this isn't something we have tested, but we'll add it to our backlog to investigate. We also welcome...

@0xdbe Thanks for the information. Did you try debugging MSAL Angular or MSAL Browser to see what is happening? Are the events being emitted from MSAL Browser but dropped by...

@0xdbe Interesting, thanks for the update. I wonder if this is timing-related (i.e. the required event listener isn't registered in time to capture certain events from MSAL)?

You can try debugging the `emitEvent` function and seeing if event listeners are registered when teh events you are missing are emitted: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/310c2b33484650689e949e72d56e778af76265d9/lib/msal-browser/src/event/EventHandler.ts#L104

@0xdbe Thank you for the details. We'll add this to our backlog as a potential enhancement.

@0xdbe Curious if the changes made in #4998 help here?

@marshall86 Sorry, our bot autoclosed this because it didnt have the correct template once I marked it as a feature request. Unfortunately, we have been busy with other higher priority...

@avbhardwaj Thanks, we'll investigate and take this under consideration.

@sameerag This would require custom storage, we have not been able to prioritize.