The reason behind header does not appear in the outgoing request is that msal factory functions were loading before APP_INITIALIZER. There are many solutions available for this issue. The following one helped me
Angular (v15) providers for Azure AD are executed before the APP_INITIALIZER promise is resolved