Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] AAD Security question registration page unresponsive in Android embedded webview #1532

Closed
1 task done
jennyf19 opened this issue Dec 3, 2019 · 1 comment
Closed
1 task done

Comments

@jennyf19
Copy link
Collaborator

jennyf19 commented Dec 3, 2019

Which Version of MSAL are you using ?
4.7.1

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
MSAL 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
Collaborator Author

released in 4.8.1

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

No branches or pull requests

1 participant