AAD B2C Specifics
The current documentation in the WIKI for the AAD B2C Specifics currently documents the older way to configure the PublicClientApplication. This should be updated to show the newer builder pattern.
https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/AAD-B2C-Specifics-MSAL-2.x#instantiating-the-application
Thanks @dansiegel
Actually this is a MSAL 2x specific page
the MSAL 3.X and above is https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/AAD-B2C-specifics
@jmprieur yes, but we should remove v2. i don't think we need those anymore. what do you think?
you are right... didn't even notice that it was a v2 specific page... I do think @jennyf19's idea is probably the right way to go... having documentation laying around for v2 and v3+ gets too confusing and will lead people to the wrong docs.
@jennyf19 : yes. the question is what page pointed to v2.0 ?
@dansiegel how did you find the v2.0 page? was it linked from somewhere else?
that's a great question... I'm not quite sure exactly what brought me there... I have a lot of open tabs... it was probably a combination of Google + whatever the Wiki naturally shows
Most helpful comment
you are right... didn't even notice that it was a v2 specific page... I do think @jennyf19's idea is probably the right way to go... having documentation laying around for v2 and v3+ gets too confusing and will lead people to the wrong docs.