A portal containing multiple applications, with a single sign on

53 Views Asked by At

I have been assigned the task of making a portal, that will "wrap" all of the web applications my firm uses. Right now, we are developing in Angular and React, when it comes to frontend, and .NET Core and Spring Boot, when it comes to backend.

We already have this kind of a portal, but it's old. It only support ASP.NET applications. But I would like to replicate the functionality. When a user tries to access it, a login form opens. After the user is done with the login form, he is redirected to the main page of the portal, which has a navbar, with other applications, which the user can or can not see based on his rights.

If anyone knows what is the best solution, or at least give me a direction in which I could continue my research, I would be very welcome. I'm sure this has already been done before, but I need some help.

I have tried using the Single SPA framework, but I'm not sure if that is the right way.

0

There are 0 best solutions below