How to migrate claim validation For .NET to MSAL?

Xin Zhao 1 Reputation point
2022-08-10T19:47:59.163+00:00

In our server side, we use namespaces as below to fetch certification from AAD and validate JWT tokens from clients, not sure is this also part of the migration to MSAL? If so, are there any guides to do this?

using Microsoft.IdentityModel.Tokens;
using System.IdentityModel.Tokens;
using System.IdentityModel.Tokens.Jwt;
using System.IdentityModel.Metadata;
using System.ServiceModel.Security;
using System.Xml;

Or this migration only limits to namespace Microsoft.IdentityModel.Clients.ActiveDirectory?

Community Center Not monitored
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.