This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
AAD Security question registration page unresponsive in Android embedded webview #1684
Closed
1 task done
Labels
Milestone
Platform
Xamarin Android
What authentication flow has the issue?
Repro
Sign-in with a user who will trigger the correct registration prompt
The security question dropdown boxes are unresponsive
Expected behavior
The dropdown should show the items for the security question
Possible Solution
ADAL is using the
ApplicationContext
to create the webview, see here, but in the logs, when rendering the security page, we're getting this message:WebView autofill is disabled because WebView isn't created with activity context.
, so we need to pass in the activity directly:The text was updated successfully, but these errors were encountered: