Micro Frontends with Angular, Module Federation, and Auth0

Thank you for the post. In my remote micro frontend, there is a HttpInterceptor which adds HTTP header for REST API call. When this micro frontend runs independently, the interceptor is working fine. However, when it’s loaded into shell app, the interceptor stops working. Do you know how to handle the interceptor in the micro frontend?