microsoft / aad_b2c_webview

Azure AD B2C Embedded Webview is a very simple Flutter package that demonstrates how to use the embedded web view to sign in users with Azure AD B2C.
MIT License
33 stars 24 forks source link

WebView does not handle email and password autocomplete during re-login #44

Open munhozfontana opened 1 month ago

munhozfontana commented 1 month ago

Hello,

I’m currently using version aad_b2c_webview: ^0.0.57 of the SDK.

When prompting the user to log in again, the WebView does not manage the email and password autocomplete that the browser usually handles. This behavior works as expected when the login is performed directly through the policy in the browser, but not within the WebView context.

Is there a way for this package to recognize the last-used credentials and automatically trigger the autocomplete for the user's email and password during re-login? If not, are there any recommendations or configurations to enable such behavior?

@Leonardo-Ferreira image

Leonardo-Ferreira commented 1 month ago

hey @mohanajuhi166, can you check this out?