Old Release

This documentation relates to an old version of VIVO, version 1.9.x. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

If your site is a member of ORCID, you can activate the ORCID Integration code in VIVO.

Overview

users can confirm IDs, users can put VIVO page in ORCID id.

Obtaining credentials

 

# orcid.clientId = 0000-0000-0000-000X
# orcid.clientPassword = 00000000-0000-0000-0000-000000000000
# orcid.webappBaseUrl = http://localhost:8080/vivo
# orcid.messageVersion = 1.0.23
# orcid.externalIdCommonName = VIVO Cornell Identifier

# ---- Setup for the sandbox ----

# orcid.publicApiBaseUrl     = http://pub.sandbox-1.orcid.org/v1.1
# orcid.authorizedApiBaseUrl = http://api.sandbox-1.orcid.org/v1.1
# orcid.oauthAuthorizeUrl    = http://sandbox-1.orcid.org/oauth/authorize
# orcid.oauthTokenUrl        = http://api.sandbox-1.orcid.org/oauth/token

# ---- or for the mockorcid webapp ----

# orcid.publicApiBaseUrl     = http://localhost:8080/mockorcid/mock/
# orcid.authorizedApiBaseUrl = http://localhost:8080/mockorcid/mock/
# orcid.oauthAuthorizeUrl    = http://localhost:8080/mockorcid/mock/oauth/authorize
# orcid.oauthTokenUrl        = http://localhost:8080/mockorcid/mock/oauth/token

  • No labels