OpenIdConnectOptions.MapInboundClaims 属性

定义

获取或设置 MapInboundClaims SecurityTokenValidator 中的默认实例 JwtSecurityTokenHandler 和 TokenHandler 中 的默认实例 JsonWebTokenHandler 上的 属性,在确定是否映射验证 JwtSecurityToken时提取的声明类型。

如果此值设置为 true,则使用此映射转换后,声明类型将设置为 JSON 声明“name”。 否则,不会发生映射。

默认值为 true。

public:
 property bool MapInboundClaims { bool get(); void set(bool value); };
public bool MapInboundClaims { get; set; }
member this.MapInboundClaims : bool with get, set
Public Property MapInboundClaims As Boolean

属性值

适用于