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 374 forks source link

fixed callback issue with acquireTokenRedirect api #812

Closed rohitnarula7176 closed 5 years ago

rohitnarula7176 commented 5 years ago

*Check if callback function exists before calling it.

794