OpenIdConnectOptions.GetClaimsFromUserInfoEndpoint Property

Definition

Boolean to set whether the middleware should go to user info endpoint to retrieve additional claims or not after creating an identity from id_token received from token endpoint. The default is '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

Property Value

Applies to