microsoftconnect / intune-app-wrapping-tool-android

Use the Intune App Wrapping Tool for Android to enable Android apps to be managed by Microsoft Intune
28 stars 11 forks source link

Wrapping with ADAL Library in App #18

Closed karlbarek closed 5 years ago

karlbarek commented 5 years ago

We are currently running into the issue: After wrapping and we have deployed into our Intune store. Then we installed app from the Comp Portal App. After launching the app, it asks Microsoft login and after successfully logging in the app begins to launch and then shows a pop up with This Application not set up for you and contact your IT Administrator error. The app does use the android ADAL library and is a dependency within the gradle file. Are apps that use ADAL allowed to be wrapped? I haven't come across any documentation discussing this.

Thanks,

Karl

aanavath commented 5 years ago

You need to target policy to the app through the Azure console blade for Intune app protection or you will see the ‘This app has not been set up for you to use. Contact your IT administrator for help.’

Let us know if this works. https://docs.microsoft.com/en-us/intune/app-protection-policies

aanavath commented 5 years ago

@karlbarek Let us know if you are still experiencing this issue, if not, we can close this item.

karlbarek commented 5 years ago

@aanavath Your suggestion solved our issue. Thanks again.