Embed multiple dash applications into a single dash application on kubernetes

Hi,

I’m running Dash application A, B, C, and using html.Embed to show in a centralized Dash application D.

All four applications are running on kubernetes.
I would like to implemented a login for application D only, and not exposed applications A, B, C URLs.

Is there an optimal way to do this through Dash/Flask?