Skip to content

Commit

Permalink
Merge pull request #3123 from OpenNeuroOrg/orcid-scope-fix
Browse files Browse the repository at this point in the history
feat(server): Request access to update ORCID works
  • Loading branch information
nellh authored Aug 14, 2024
2 parents b990ddb + 28c7c02 commit f981181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const setupPassportAuth = () => {
config.auth.orcid.apiURI.includes("sandbox"),
clientID: config.auth.orcid.clientID,
clientSecret: config.auth.orcid.clientSecret,
scope: "/read-limited",
scope: "/activities/update",
callbackURL: `${config.url + config.apiPrefix}auth/orcid/callback`,
},
verifyORCIDUser,
Expand Down

0 comments on commit f981181

Please sign in to comment.