OpenIdConnectOptions.GetClaimsFromUserInfoEndpoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
布林值,設定中介軟體是否應該移至使用者資訊端點,以擷取從權杖端點接收id_token身分識別之後擷取其他宣告。 預設值為 'false'。
public:
property bool GetClaimsFromUserInfoEndpoint { bool get(); void set(bool value); };
public bool GetClaimsFromUserInfoEndpoint { get; set; }
member this.GetClaimsFromUserInfoEndpoint : bool with get, set
Public Property GetClaimsFromUserInfoEndpoint As Boolean