OpenIdConnectOptions.MapInboundClaims 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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