Our Angular app is using MSAL 2 library for Azure AD token generation. And the back end is .Net. Typically token is valid for 1 hr and it gets refresh token in the background silently. We were able to configure idle timeout as well. But how can we configure Session timeout (for ex: 45min) explicitly in Angular Application ? In traditional .net applications we used to configure session timeout in web.config file. Can we configure similarly in Angular application as well ?