The configuration of the social login for Linkedin.
Name | Type | Default | Description |
---|---|---|---|
authFilterRef |
A reference to top level authFilter element (string). |
Specifies the authentication filter reference. |
|
authorizationEndpoint |
string |
https://www.linkedin.com/oauth/v2/authorization |
Specifies an Authorization end point URL. |
clientId |
string |
The application or client ID. |
|
clientSecret |
Reversably encoded password (string) |
The secret of the application or client. |
|
displayName |
string |
The name of the social login configuration for display. |
|
isClientSideRedirectSupported |
boolean |
true |
Specifies whether client side redirection is supported. Examples of a client include a browser or a standalone JavaScript application. If set to true, the client must support JavaScript. |
mapToUserRegistry |
boolean |
false |
Specifies whether to map userIdentifier to registry user. |
redirectToRPHostAndPort |
string |
Specifies a callback protocol, host, and port number. For example, https://myhost:8020. |
|
responseType |
|
code |
Specifies the OAuth response type. |
scope |
string |
r_emailaddress r_liteprofile |
Specifies required scope. |
sslRef |
A reference to top level ssl element (string). |
Specifies an ID of the SSL configuration that is used to connect to the social media. |
|
tokenEndpoint |
string |
https://www.linkedin.com/oauth/v2/accessToken |
Specifies a token end point URL. |
tokenEndpointAuthMethod |
|
client_secret_post |
Specifies required authentication method. |
useSystemPropertiesForHttpClientConnections |
boolean |
false |
Specifies whether to use Java system properties when the OpenID Connect or OAuth client creates HTTP client connections. Set this property to true if you want the connections to use the http* or javax* system properties. |
userApi |
string |
https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~)) |
The URL of retrieving the user information. |
userNameAttribute |
string |
emailAddress |
The value of the claim is authenticated user principal. |
website |
string (with whitespace trimmed off) |
https://www.linkednin.com |
The website address. |
Specifies the authentication filter reference.
A unique configuration ID.
Name | Type | Default | Description |
---|---|---|---|
id |
string |
A unique configuration ID. |
|
matchType |
|
contains |
Specifies the match type. |
name |
string |
Specifies the name. |
A unique configuration ID.
Name | Type | Default | Description |
---|---|---|---|
id |
string |
A unique configuration ID. |
|
matchType |
|
contains |
Specifies the match type. |
name |
string |
Specifies the name. |
A unique configuration ID.
Name | Type | Default | Description |
---|---|---|---|
id |
string |
A unique configuration ID. |
|
ip |
string |
Specifies the remote host TCP/IP address. |
|
matchType |
|
contains |
Specifies the match type. |
A unique configuration ID.
Name | Type | Default | Description |
---|---|---|---|
id |
string |
A unique configuration ID. |
|
matchType |
|
contains |
Specifies the match type. |
name |
string |
Specifies the name. |
|
value |
string |
The value attribute specifies the value of the request header. If the value is not specified, then the name attribute is used for matching, for example, requestHeader id="sample" name="email" matchType="contains". |
A unique configuration ID.
Name | Type | Default | Description |
---|---|---|---|
id |
string |
A unique configuration ID. |
|
matchType |
|
contains |
Specifies the match type. |
urlPattern |
string |
Specifies the URL pattern. The * character is not supported to be used as a wildcard. |
A unique configuration ID.
Name | Type | Default | Description |
---|---|---|---|
agent |
string |
Specifies the browser's user agent to help identify which browser is being used. |
|
id |
string |
A unique configuration ID. |
|
matchType |
|
contains |
Specifies the match type. |
A unique configuration ID.
Name | Type | Default | Description |
---|---|---|---|
id |
string |
A unique configuration ID. |
|
matchType |
|
contains |
Specifies the match type. |
name |
string |
Specifies the name. |
Specifies the information that is used to build the JWT tokens. This information includes the JWT builder reference and the claims from the id token.
Name | Type | Default | Description |
---|---|---|---|
builder |
string (with whitespace trimmed off) |
The referenced JWT builder creates a JWT token, and the token is added to the authenticated subject. |
|
claims |
string |
Specifies a comma-separated list of claims to copy from the user information or the id token. |