OpenIdConnectOptions.GetClaimsFromUserInfoEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Boolean to set whether the handler 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