In my Xamarin iOS application, I am showing a website using Xamarin web view. However, I am facing an issue with the SSO login functionality for that website, it showing a 530001 error code in sso login. The error logs indicate that the device identity is missing when sending a request from the Xamarin app. It is worth noting that the SSO login feature is working fine on Safari.
error logs
Error Code: 530001 Device identifier: Not available Device platform: Android Device state: Unregistered
AD team confirms From the logs, that DeviceID is null when called from the Xamarin web view but it shows a valid value when called from the device browser. I am unsure of where to begin troubleshooting this issue.
