I am a bit confused about what I've implemented so far should or should not work. (I've also read the official docs but I am not sure how up to date is, things are changing week by week)
Context
I am implementing a web site where I utilize AD B2C for authentication. (using out of the box ASP.NET Core 3 template) All works except KMSI.
I've created the User flows (policies) as the pictures show (see below) The KMSI checkbox is there, but no effect.
Question
What am I missing? Should this work out of the box, or should I upload a custom policy XML, if yes then why is the KMSI checkbox in this built in template, using the configured userflow?
What I've done so far