-
Notifications
You must be signed in to change notification settings - Fork 1
As a researcher, I want to authenticate with ORCID id, so that I don't have to create a new account for dataverse. #11
Comments
Use ORCID APIs to use dataverse instance |
I managed to add the Orcid auth option by doing the next steps:
Blocking issue!!After performing above steps, I faced this error which is an open issue in the IQSS repo 5279. |
Have you compared with this tutorial? According to it, it should be possible to log in with the public API. Maybe the authorisation from your side is missing (blocked pop-up in which you allow dataverse to get access to your account)? Worst case, please configure Dataverse to authenticate with GitHub or google accounts. |
I kept getting the same error about ORCID, so I decided to start with the mentioned worst case scenario. Based on that, I managed to add github auth integration successfully 👍
Step 1: OAuth with github pageStep 2: Complete dataverse profile after getting response from github |
It's a little buried in the Dataverse guides but let me emphasize in bold how ORCID is different than GitHub and Google: "In the case of GitHub and Google, this is as simple as clicking a few buttons and there is no cost associated with using their authentication service. ORCID, on the other hand, does not have an automated system for requesting these credentials, and it is not free to use the ORCID authentication service." http://guides.dataverse.org/en/4.14/installation/oauth2.html To get in touch with ORCID I would suggest using this form: https://orcid.org/content/register-client-application-production-trusted-party |
No description provided.
The text was updated successfully, but these errors were encountered: