Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Active directory authentication with PCL Xamarin forms

Iam trying to create a cress platform mobile app using Xamarin forms. I am using an azure mobile service and have to authenticate to the Azure active directory. I have previously done this with Xamarin.Android. But I am not sure how to do this with PCL. I ahve already created a Mobile service and Active directory on Azure portal.

If anyone can guide me on how to go forward with this or provide me with any example it would be very helpful.Thanks.

like image 755
user3034944 Avatar asked Dec 01 '25 16:12

user3034944


1 Answers

ADAL v3.x preview does not yet support Xamarin.Forms. We are looking into it, but for the time being the preview available today needs iOS/Android/Win specific projects.

like image 89
vibronet Avatar answered Dec 03 '25 09:12

vibronet