Azure-Samples / active-directory-b2c-dotnet-desktop

Sample showing how a Windows desktop .NET (WPF) application can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API.
http://aka.ms/aadb2c
MIT License
76 stars 38 forks source link

Update to MSAL 4 #28

Closed scharwood closed 5 years ago

scharwood commented 5 years ago

Please update the whole sample to use the new version of MSAL (4).

There are breaking changes from MSAL 3 to 4.

TiagoBrenck commented 5 years ago

@scharwood the sample is already using MSAL 4: <package id="Microsoft.Identity.Client" version="4.0.0" targetFramework="net452" />. The branch name could be misleading you, but the sample was updated few days ago.

scharwood commented 5 years ago

My bad. I had downloaded just prior to the update. I viewed the new code briefly online and didn't notice the changes before I wrote the request. Thank you.

jennyf19 commented 5 years ago

@scharwood thanks for the update.