Because of MSAL.js v1.x reliance on 3rd party cookies, I want to move my SPA to MSAL.js 2.0.
This migration document outlines how this can be achieved.
The problem is that it doesn't work when I use the same authority that I used with the Sign up and sign in User Flow. That authority worked for MSAL.js.
Is there any example or some guidelines on how to use MSAL.js 2.0 with the "Sign up and sign in" User flow?
This is the error that I get:
Basically I would like to achieve the same thing as in
https://github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp
but using Msal.js v2.0