Accepts any additional properties
Optionalnon_Optionalclient_Optionalclient_Optionalfreeform_OptionalscopeOptionalset_Optionalstrategy_The strategy_version property determines which LinkedIn API version and OAuth scopes are used for authentication. Version 1 uses legacy scopes (r_basicprofile, r_fullprofile, r_network), Version 2 uses updated scopes (r_liteprofile, r_basicprofile), and Version 3 uses OpenID Connect scopes (profile, email, openid). If not specified, the connection defaults to Version 3.
Optionalupstream_Optionalbasic_Request the LinkedIn lite profile scope (r_liteprofile) to retrieve member id, localized first/last name, and profile picture. Off by default.
OptionalemailRequest the email address scope (r_emailaddress) to return the member's primary email. Off by default.
Optionalfull_Request the legacy full profile scope (r_fullprofile) for extended attributes. Deprecated by LinkedIn; use only if enabled for your app. Off by default.
OptionalnetworkRequest legacy network access (first-degree connections). Deprecated by LinkedIn and typically unavailable to new apps. Off by default.
OptionalopenidRequest OpenID Connect authentication support (openid scope). When enabled, the connection will request the 'openid' scope from LinkedIn, allowing the use of OpenID Connect flows for authentication and enabling the issuance of ID tokens. This is off by default and should only be enabled if your LinkedIn application is configured for OpenID Connect.
OptionalprofileAlways-true flag that ensures the LinkedIn profile scope (r_basicprofile/r_liteprofile/profile) is requested.
Options for the 'linkedin' connection