Questions tagged [intunemam]

5 questions
0
votes
0 answers

My USB Policy for Intune is not working for all devices

I am trying to block USB devices using Intune. It is getting blocked for some devices and for others, it's not getting blocked even when I have enrolled for all the devices. What can be the reasons that policy is not working? I was trying to block…
0
votes
1 answer

Intune android sdk(with MSAL),Getting NPE at com.microsoft.identity.common.internal.ui.browser.BrowserSelector.isFullBrowser(BrowserSelector.java:236)

I am integrating Intune SDK(with MSAL) on my android application. I am able to login via MSAL and am also seeing the Microsoft Intune's consent screen where i have to specify the pin. After both these steps application crashes with the exception…
Xeshan J
  • 372
  • 5
  • 18
0
votes
0 answers

MSIntue SDK iOS app not redirecting after login and enrollment

I have updated Intune SDK to 17.4.2. Building with Xcode 14.3. MAC OS Ventura 13.3.1 (a) Xamarin.Forms 5.0.0.2578 Xamarin.Essentials 1.7.5 We use the default Intune Authentication. When the Intune login button is pressed, the authentication is not…
0
votes
1 answer

Android studio produces a release apk which is not MAM-handled but my debug-apk is MAM-handled

I am trying to implement Intune SDK to an existing LOB-app and Azure seems to accept my debug-apk as MAM-handled but not my release-apk. I am not super familiar with Android studio but from what I can tell my build.gradle looks correct. I also…
0
votes
0 answers

Which location does IntuneMAMOpenLocation.accountDocument refer to in Intune MAM policy?

Microsoft Intune provides a MAM policy checking method named isOpenFromAllowed: policy.isOpenFromAllowed(location: <#T##IntuneMAMOpenLocation#>) My question is where does .accountDocument refer to in this policy…
jcpennypincher
  • 3,970
  • 5
  • 31
  • 44