Troubleshooting browser crashes or performance issues on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using adal-angular.min-1.0.17.js for the authentication flow in my application. While acquiring a token using AuthenticationContext, I am encountering an issue specifically in the Microsoft Edge browser. The browser shows "Provisional headers are shown" during the token acquisition request.
The behavior is different in Google Chrome, where the entire authentication process completes successfully without any errors.
In Edge, the token is acquired successfully, but after redirection back to my web application, the page becomes stuck and does not load further. This issue started occurring after the Microsoft Edge update on 04-Dec-2025.
Could you please provide guidance, or let me know if this is a known issue with the recent Edge update or with ADAL compatibility?
Any help or suggestions would be greatly appreciated.
Troubleshooting browser crashes or performance issues on Windows 11
Hello. After signing in, does the app return to the exact same URL and route it started from, or does it navigate to a different route and depend on Angular to rebuild the session?
AI answer
The issue you are experiencing with the "Provisional headers are shown" message in Microsoft Edge during the token acquisition process using adal-angular.min-1.0.17.js may be related to the way Edge handles requests and responses, especially after updates. This message typically indicates that the browser is not able to display the full headers of the request, which can happen due to various reasons including security settings or compatibility issues with the library being used.
Since you mentioned that the issue started occurring after the Microsoft Edge update on 04-Dec-2025, it is possible that this update introduced changes that affect how authentication flows work in Edge. Here are a few suggestions to troubleshoot and potentially resolve the issue:
If these steps do not resolve the issue, you may want to report the problem through the appropriate channels to Microsoft, as it could be a bug introduced in the latest update.
References: