<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.19.2" />

Microsoft.IdentityModel.JsonWebTokens.ClaimTypeMapping

static class ClaimTypeMapping
public static ISet<string> InboundClaimFilter { get; }

public static IDictionary<string, string> InboundClaimTypeMap { get; }

Gets the InboundClaimTypeMap used by JwtSecurityTokenHandler when producing claims from jwt.

public static IDictionary<string, string> OutboundClaimTypeMap { get; }

Gets the OutboundClaimTypeMap is used by JwtSecurityTokenHandler to shorten claim types when creating a jwt.