Skip to content
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
jennyf19 opened this issue Dec 10, 2019 · 1 comment
Closed
1 task done

Comments

@jennyf19
Copy link
Contributor

Platform
Xamarin Android

What authentication flow has the issue?

  • Desktop / Mobile
    • Interactive

Repro

Sign-in with a user who will trigger the correct registration prompt
The security question dropdown boxes are unresponsive
image
image

Expected behavior
The dropdown should show the items for the security question
image

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:

WebView webView = new WebView(this);
var relativeLayout = new RelativeLayout(this);
@jennyf19
Copy link
Contributor Author

Fixed in 5.2.5 release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant