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
32 stars 22 forks source link

Add Support For Enable Keep Me Signed In Flow - Flutter Username Password autofill from next session if already added remember me option #21

Open jaym-xa opened 1 year ago

jaym-xa commented 1 year ago

Hey @mohanajuhi166 @microsoftopensource @Baxi19 @Sleeknoah

I was recently wanted to add the feature option to enable keep me signed in feature using microsoft b2c login, But I don't find any support using this package. I've added changes to B2C policy as guided in the following official blog, https://github.com/azure-ad-b2c/unit-tests/tree/main/session#enable-keep-me-signed-in-kmsi

So can you please help adding support from flutter side keep me signed in feature using this package?

Thanks

mohanajuhi166 commented 1 year ago

@jaym-xa , looking into this.