Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
dbanik opened this issue Jan 10, 2025 · 1 comment
Open

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

dbanik opened this issue Jan 10, 2025 · 1 comment
Assignees

Comments

@dbanik
Copy link

dbanik commented Jan 10, 2025

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?

@Veena11
Copy link
Contributor

Veena11 commented Jan 16, 2025

@dbanik , I found this article about troubleshooting this issue : https://learn.microsoft.com/en-us/microsoft-365/troubleshoot/o365-security/cannot-access-application-from-ios-device

Please check if this helps to resolve the issue. If not, please open a support ticket with Microsoft, so we can help you further

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants