sureshchahal / angular2-adal

Angular 2 wrapper for adal.js
MIT License
41 stars 50 forks source link

Call to acquireTokenPopup from adalservice #87

Open HarshitJn opened 6 years ago

HarshitJn commented 6 years ago

Hi @sureshchahal, I see in the latest build, the call to acquireTokenPopup is added only in ng2-adal.js and not in adal.service.js. Is there any specific reason this hasnt been added? I need the MFA to be done while login which is possible only through acquireTokenPopup call. I am using adalservice to make other calls like login and acquiretoken. Is there any way I can call ng2-adal function from adal.service?