JwtSecurityTokenHandler.InboundClaimTypeMap Property

Definition

Gets or sets the InboundClaimTypeMap which is used when setting the Type for claims in the ClaimsPrincipal extracted when validating a JwtSecurityToken.

The Type is set to the JSON claim 'name' after translating using this mapping.

The default value is ClaimTypeMapping.InboundClaimTypeMap.

public System.Collections.Generic.IDictionary<string,string> InboundClaimTypeMap { get; set; }
member this.InboundClaimTypeMap : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property InboundClaimTypeMap As IDictionary(Of String, String)

Property Value

Exceptions

'value' is null.

Applies to