Jason Nutter

Results 43 comments of Jason Nutter

This appears to still be an issue in 2.5.5. I believe this is because the library is using a helper function to check whether or not something is undefined, instead...

I'm not sure about via `react-aad-msal` APIs, but MSAL supports passing the `redirectStartPage` parameter, which tells MSAL where to navigate after coming back from the redirect. Note, this requires `auth.navigateToLoginRequestUrl`...

Excited to announce that the first alpha of MSAL React is now available! https://github.com/AzureAD/microsoft-authentication-library-for-js/releases/tag/msal-react-v1.0.0-alpha.0 Please try it out and let us know if you have feedback. We will be putting...

@Mathieu-DA You can find a migration guide here: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-react/docs/migration-guide.md#upgrading-from-react-aad-msal We are planning to GA soon (within the next month or so), we'll have our roadmap updated this week to reflect...

Right now, no, there isn't, but I'll definitely look into adding proper support for both lerna and yarn.

@HardikModha That's a potential approach, however, I prefer that the extension is able to support vscode/lerna/yarn workspaces without any need for manual configuration. I am starting work now to make...

`[email protected]` uses `[email protected]`, so I think this is resolved by regenerating your lock file.

https://github.com/andrewrk/node-mv/issues/33#issuecomment-1097305613

@janandreschweiger @joshpitkin @nils-tahler Any specific reasons you are validating the id token, instead of an access token (e.g. using a custom scope)?