I think this should be an easy fix but I've been looking at it for hours. I downloaded this sample on using ADAL with Xamarin and I'm just trying to get it to work as expected in the UWP project.
I am pretty sure my issue is in my Azure Portal configuration as I've changed the values in the sample correctly. Here is what I have done in Azure Portal though
- Made an Active Directory
- Made an application in that directory for a native app
- Configured these permissions and granted all permissions on each for now - Windows Azure Active Directory, Microsoft Graph, Windows Azure Service Management, Office 365 Management APIs
- In the app, after signing in, the app posts a AADSTSTS65001 the user or administrator has not consented to the use the application with id {id} -but I never actually get a consent prompt, and I am already a user in the active directory.
Any ideas?