sureshchahal / angular2-adal

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

Using in a hybrid mobile app #42

Closed MikeLallemont closed 7 years ago

MikeLallemont commented 7 years ago

Suresh,

Long time no talk. :)

Hey sir, I saw that there is a fork of your ng2-adal repo that implements a popup. The only problem is it does not say exactly what that means. Since I am trying to develop a hybrid mobile app using the Ionic framework, I really cannot open up a browser instance to authenticate and have it return me to my app. So a popup would facilitate this. That is, as long as it uses a Cordova plugin called InAppBrowser. Do you know of anyone who is trying to use that or do you know how I could do it?

Thanks and I hope you are doing well.

Thanks, Mike

MikeLallemont commented 7 years ago

Ok I see that there are differences between auth on web and auth using Cordova. I am trying to use the Cordova ADAL auth plugin by Microsoft. So closing this issue. Thanks.