I have 3 React Application #
All three have separate domain name and separate infrastructure. and User will Login Grand app and then will go in child level app from Grand app Only. I m using Active directory app configuration and using same tenant id app id for all 3 application.
how I can use Grand app token to all child apps and make application like SSO and not ask user to login system only once for all three application with reacts JS I m using AUTH 2.0 code flow ?
To support Azure AD in your react application add @azure/msal-react package to each of them, configure cacheLocation as localStorage to enable same app between tabs SSO and use the ssoSilent method to enable SSO for different apps.