Skip to content

Commit

Permalink
Revert to 6x behavior where users can clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Schmaltz authored and brentschmaltz committed Sep 10, 2023
1 parent 650e55d commit d02e451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class JsonWebTokenHandler : TokenHandler
/// <summary>
/// Default claim type mapping for inbound claims.
/// </summary>
public static readonly Dictionary<string, string> DefaultInboundClaimTypeMap = new Dictionary<string, string>(ClaimTypeMapping.InboundClaimTypeMap);
public static IDictionary<string, string> DefaultInboundClaimTypeMap = new Dictionary<string, string>(ClaimTypeMapping.InboundClaimTypeMap);

/// <summary>
/// Default value for the flag that determines whether or not the InboundClaimTypeMap is used.
Expand Down

0 comments on commit d02e451

Please sign in to comment.