PeterStaev / nativescript-azure-mobile-apps

:cloud: NativeScript plugin for working with Microsoft Azure Mobile Apps services
Apache License 2.0
30 stars 10 forks source link

Question #25

Closed Jeremywhiteley closed 6 years ago

Jeremywhiteley commented 6 years ago

Will this work with the new Azure B2C MSAL with Azure App Service? What about with Angular / Nativescript with a cross platform? Angular 5 for web, and Nativescript / Angular with Mobile?

PeterStaev commented 6 years ago

Hey @Jeremywhiteley , this plugin is specifically designed to the mobile platform and uses the android/ios binaries to do communication with Azure. If you want to have cross web/native you will have to wrap it together with whatever API azure has for the web platform and then either call the methods of this plugin if it runs on the mobile platform or call the web platform APIs.

As for MSAL - i'm not very familiar with it, but from what I see this is for web apps and not for mobile, so I think the plugin will not work.

PeterStaev commented 6 years ago

No further response so closing this one for now. In case you still have problems, please provide more details.