-
Notifications
You must be signed in to change notification settings - Fork 146
Description
We use Intune SDK for iOS application and use MSAL cocoa pod. We use the following code to initiate login - IntuneMAMEnrollmentManager.instance().loginAndEnrollAccount(nil)
. This works for all our clients who uses app protection policy. But this is failing for a client using Conditional Access Policy grant control - Require device to be marked compliant
.
The error we receive after login:
You can't get there from here - You cannot access the resource from this browser on your device. You need to use Microsoft Edge
.
Since this is from using the Intune login screen which is owned by Intune SDK & MSAL, we cannot really control which web browser kit to use here. Looks like WKWebView is not sharing the device identifier required to meet the compliance set by the Conditional Access Policy.
Is there any way to get this to work?