You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: