diff --git a/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs b/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs index 4260ec9d47..f5c90ddcd6 100644 --- a/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs +++ b/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs @@ -34,7 +34,7 @@ public class JsonWebTokenHandler : TokenHandler /// /// Default claim type mapping for inbound claims. /// - public static readonly Dictionary DefaultInboundClaimTypeMap = new Dictionary(ClaimTypeMapping.InboundClaimTypeMap); + public static IDictionary DefaultInboundClaimTypeMap = new Dictionary(ClaimTypeMapping.InboundClaimTypeMap); /// /// Default value for the flag that determines whether or not the InboundClaimTypeMap is used.