Peter

Results 86 comments of Peter
trafficstars

Do you mean [Net Core 2.1](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/4e96195af87c624b450e65fefc29d3a5fd1877f9/src/client/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj#L7)?

@TaviTruman For Net 7, your app needs to target at least net7.0-windows10.0.17763.0 and **not** reference Microsoft.Identity.Client.Desktop. It needs to be referenced only when targeting Net Framework or Net Core.

Based on the discussions, looks like there are 3 options: 1. Make the currently internal `ValidateIssuerAsync` API in IdentityModel public and use it in Identity Web instead of the sync...

@Mayank-Soni-89 Can you provide more information on what the issue is with the code you mentioned?

> this needs an update > > https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam#enabling-wam > > remove this `If your application targets UWP or net-windows (version-dependent Target Framework Moniker for Windows), WAM is included in the...

VS 2022 Preview 6 is released. Maybe it has better support for this .NET version.

@harshith717 Does this repro with the latest Microsoft.Identity.Web version 3.9.2?

@henrikwidlund Sorry about the delay. I'm on holiday next week. I'll bring this up with the team, if there's available bandwidth; otherwise, I'll follow up on this after I'm back.