From 0212fa4b92a93e5a7ef0620cea39d2ee141b6bc0 Mon Sep 17 00:00:00 2001 From: theo Date: Thu, 5 Mar 2020 15:17:14 -0500 Subject: [PATCH] update per issue#161 update per issue#161 https://github.com/dgrubelic/vue-authenticate/issues/161 --- src/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.js b/src/options.js index edc408c..2826a08 100644 --- a/src/options.js +++ b/src/options.js @@ -140,7 +140,7 @@ export default { url: '/auth/linkedin', authorizationEndpoint: 'https://www.linkedin.com/oauth/v2/authorization', redirectUri: getRedirectUri(), - requiredUrlParams: ['state'], + requiredUrlParams: ['state', 'scope'], scope: ['r_emailaddress'], scopeDelimiter: ' ', state: 'STATE',