Microsoft-authentication-library-for-dotnet: [Documentation][Update] Remove wiki docs referencing MSAL v2...leads to confusion.

Created on 25 Feb 2020  路  7Comments  路  Source: AzureAD/microsoft-authentication-library-for-dotnet

Documentation Related To Component:

AAD B2C Specifics

Please check those that apply

  • [ ] typo
  • [ ] documentation doesn't exist
  • [ ] documentation needs clarification
  • [ ] error(s) in example
  • [ ] needs example
  • [x] out of date

Description Of The Issue

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

B2C documentation

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.

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings