I have Angular 6 project and using adal-angular4(which is upgraded to Angular6) for authentication. After 1 hour, the authentication token gets expired. So i want to refresh the token internally. For the same reason, i have used 'adalService.acquireToken()' method to get the refreshed token every time. The below code is working fine normaly. But after 1 hour, when i trigger any API, we get the => '401 Unauthorized User'. So, its not working as expected.