Skip to content

Error 530001: You can't get there from here #2477

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions