I am trying to authenticate my MAUI android app using Webauthenticator.AuthenticateAsync
after sending a authentication request webauthenticator throws exception stating ‘No activity found to handle the intent {act=android.intent.action.VIEW dat=https://myurl.com/login
This issue is happening only when I install my application via MDM, when executing from my development environment or through release mode APK this is not happening. The webauthenticator fails after the app installation via MDM intune. What could be the possible reasons ?how to resolve this issue.