Adal.js : Token Renewal operation failed due to timeout

Quick Tip While using adal.js with knockout.js or plain javascript, we need to write code to get the token and handle callback unlike using it with angular.js where angular-adal updates every call made with http provider ($http) with the acquired token in the header. Here is a sample code: Code given above is the final … Continue reading Adal.js : Token Renewal operation failed due to timeout