My mobile application (which made using a react native webview) this mobile application support multi tenant azure logins(This is work as expected).
Now I need to support Azure Intune (conditional access) for above application.But the problem is when user try login with credential their devices show in sign in logs as device information are missing so compliance policy not grant (not satisfied).
We got error for
(android 530003) Your device is required to be managed to access this resource.
and (IOS-530001) Browser not supported.
we noticed react native web view unable to pass the device information when the sign-in request are made from application.
please note:
I registered device with company portal and device also shown as complaint in Intune portal.
Is there any solution for pass device information through webview scenario **like conditional access policy **
I tried register devices and application in Intune and login from the company portal.I configured conditional access grant only complaint device. My expectation is to allow only complaint devices to grant access my application