mauriciovigolo / keycloak-angular

Easy Keycloak setup for Angular applications.
MIT License
714 stars 271 forks source link

Keycloak setup for Single SPA angular Project #555

Open Bouchnak-Maher opened 2 months ago

Bouchnak-Maher commented 2 months ago

Greetings, everyone!

I'm in the process of developing an application using Single SPA. I've reached the point where I need to integrate Keycloak authentication into my micro frontend architecture.

My question is: Should I integrate Keycloak directly into the Single SPA root configuration or into all the other parcels, and what configurations should I add?

Thank you!