From f4f359e8469bbf00a9113ddccb61a9fe5be6ea3e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 10 Dec 2022 13:40:15 +0100 Subject: [PATCH] add more default linkedin scopes --- backend/oauth_connect.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/oauth_connect.json b/backend/oauth_connect.json index 72962c19ee..bc05e78472 100644 --- a/backend/oauth_connect.json +++ b/backend/oauth_connect.json @@ -75,7 +75,7 @@ "linkedin": { "auth_url": "https://www.linkedin.com/oauth/v2/authorization", "token_url": "https://www.linkedin.com/oauth/v2/accessToken", - "scopes": ["w_member_social"], + "scopes": ["w_member_social", "r_liteprofile", "r_emailaddress"], "req_body_auth": true } }