AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 372 forks source link

unable to login in IE using adal 5 #745

Closed NiranjanAbb closed 6 years ago

NiranjanAbb commented 6 years ago

I am using Adal 5 for Azure authentication. It works fine in localhost. When I host my website in azure and try to login in IE, it just reloads the page. Popup will not come to enter email id. It works fine in other browsers.

Below is my code snippet.

this.adalSvc.login();

rohitnarula7176 commented 6 years ago

@NiranjanAbb This seems to be out of scope for the library and more of a browser issue. We have existing issues with the IE/Edge browser which are listed in the wiki.