How to backup and restore MSAL Angular configuration with factory providers?
When using factory providers to supply MSAL_INSTANCE , MSAL_GUARD_CONFIG , and MSAL_INTERCEPTOR_CONFIG for dynamic MSAL Angular setup, what is a reliable strategy to persist (backup) the current configuration values and later restore them (e.g., after a user logout or environment change) without causing authentication errors?