microsoftconnect / Taskr-Sample-Intune-Android-App

Taskr is a simple, open source, Android app designed to let you test out the capabilities of the Microsoft Intune APP SDK.
MIT License
21 stars 18 forks source link

MSAL integration #5

Closed ukanth closed 4 years ago

ukanth commented 4 years ago

Hello,

Currently this example uses ADAL for intune MAM sdk. Are there any plans to use MSAL ?

ukanth commented 4 years ago

I see 6.3 with MSAL support. But this sample still used ADAL.

viveknegi51288 commented 4 years ago

Hello @meghandaly , Could you please help me to integrate MSAL library.?

As I have develped Xamarin forms application using MSAL library and able to get access token for ios, but I need to registered the user in intune using MSAL library. Please help

Innova133 commented 4 years ago

Yes, as all the documentation recommends us using MSAL, can we get a sample application that integrates the Intune SDK using MSAL for authentication?

meghandaly commented 4 years ago

The app has been updated to feature MSAL integration 👍