8000 Support profile projection parameter for LinkedIn IDP (#13384) by lexcao · Pull Request #1654 · keycloak/keycloak-documentation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Support profile projection parameter for LinkedIn IDP (#13384) #1654

Merged
merged 2 commits into from
Oct 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions server_admin/topics/identity-broker/social/linked-in.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ image:images/linked-in-add-identity-provider.png[Add Identity Provider]
. In {project_name}, paste the value of the *Client Secret* into the *Client Secret* field.
. Click *Add*.

.Configuration
* With `Profile Projection` you can configure the `projection` parameter for profile requests.
* For example, `(id,firstName,lastName,profilePicture(displayImage~:playableStreams))` produces the following profile request URL:
[source,txt]
----
https://api.linkedin.com/v2/me?projection=(id,firstName,lastName,profilePicture(displayImage~:playableStreams))
----
0