msintuneappsdk/intune-app-sdk-xamarin

Enrollment in Android not accepting tokens for https://graph.windows.net

alexrainman opened this issue · 1 comments

Enrollment in Android is not accepting tokens acquired by ADAL with https://graph.windows.net as audience.

It is asking me for https://msmamservice.api.application instead but, when I try to get a token for that resource I get:

AADSTS65001: The user or administrator has not consented to use the application with ID 'MYAPPID' named 'MYAPPNAME'.

Is there any permissions I am missing?

Got it working.