Sameera Gajjarapu
Sameera Gajjarapu
cc @Robbie-Microsoft @bgavrilMS
This is something the B2C team can answer, we do not yet custom brokering scenarios from MSAL JS. Please raise a ticket with B2C team [here](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/FAQ.md#what-should-i-do-if-i-believe-my-issue-is-with-the-b2c-service-itself-rather-than-with-the-library).
@akopplinufpi A SPA RT is only valid for 24 hrs by design in the default case. MSAL JS however does not control the browser cookies or the KMSI cookie presence...
@legusha You can use msal js libraries for regular browser auth in production. Only NAA features are right now in pre-prod. cc @mattgeim FYI
@copilot Why are tests not rebased?
@copilot tests are failing with this merge. Can you fix it?
@copilot Failed run for tests is here: https://identitydivision.visualstudio.com/IDDP/_build/results?buildId=1555465&view=logs&j=ff2afc57-81e7-572a-89e3-c051fa4abc70&t=90055492-178c-5a2e-92e8-baa659f1930f
We are working on reproducing on our end, we are not seeing it in our samples. If someone can share steps to repro this for msal-browser (msal-angular is shared in...
This is a feature by design, added for security. Why does `ssoSilent` not work as you should have a session in the background without prompting the user to explicitly use...