Does MSAL.js support session sharing across SPA micro apps?

ScottM 331 Reputation points
2020-06-15T19:36:33.307+00:00

Looking at using MSAL.js across SPA micro apps registered with this library. Does MSAL.js support session sharing across SPA micro apps?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,664 questions
0 comments No comments
{count} votes

Accepted answer
  1. 2020-06-17T19:21:34.443+00:00

    MSAL.js will not support it by design. MSAL.js is a JavaScript library which will work on client side of applications and it will not have any direct interaction to the session stored in server. Also, MSAL is designed for authenticating users using Azure AD and not to handle sessions.

    You need to use any server side languages such as C#,java..etc to handle session sharing across SPA micro app.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful