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

Is this sample app available to test app protection policy? #29

Closed niechaoqun9456 closed 2 years ago

niechaoqun9456 commented 2 years ago

I config the sample with my own auth_config and able to log in with MSAL. Then I create a app protection policy for this app in admin console, but the policy is not applied. My question: Is this sample app available to test app protection policy? Or I need to set up other code to test app protection policy with this sample app. Thanks in advance.

codylund commented 2 years ago

@niechaoqun9456 Yes, it should be possible to test app protection policy (APP) against this app. You will need to complete all the changes as discussed here. Assuming you complete all of those steps correctly, the app should be compatible with APP in your Intune tenant with no additional code changes.

Apart from the required configuration to support the sample, there are many reasons why policy is not being applied. If you continue to encounter issues, please share specific repro steps and logs to help us investigate.

niechaoqun9456 commented 2 years ago

Finally got my policy applied, thanks for your reply.