I'm working on a system with a few Angular 4 SPAs each talking to a separate Asp.NET Core 2.0 WebAPI.
Azure AD B2C is being used as the identity service for each SPA/API, and MSAL.js as part of our Angular SPAs.
We want to support Single Sign-on to prevent the user needing to re-enter credentials when switching from one SPA to another.
Is it possible to get single sign-on behavior using msal.js v0.1.7?