I'm trying to make a micro frontend platform based on angular + dotnet
https://www.angulararchitects.io/blog/dynamic-module-federation-with-angular/
https://volosoft.com/blog/how-to-configure-angular-modules-loaded-by-the-router
- Install .NET 8.0 SDK https://dotnet.microsoft.com/en-us/download/dotnet/8.0
- Install latest LTS node.js https://nodejs.org/en
- Install Docker Desktop https://www.docker.com/get-started
git clone https://github.com/g10101k/Oip.git
cd .devcontainer
docker compose up
Now you can start up Oip.csproj
Use keycloak or other openid security
- Using a token in SPA. This may result in token leakage when using iframe;
- Access to resources is checked on the resource server;
- Store token in localstorage