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