VIVO-769 Merge branch 'feature/orcid' into develop

This commit is contained in:
j2blake 2014-05-07 17:32:38 -04:00
parent 73fbe66534
commit 939950dcd4
25 changed files with 1551 additions and 1 deletions

View file

@ -198,6 +198,31 @@ VitroConnection.DataSource.validationQuery = SELECT 1
# languages.selectableLocales = en_US, es_GO
# -----------------------------------------------------------------------------
# ORCID INTEGRATION
# -----------------------------------------------------------------------------
# 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
# -----------------------------------------------------------------------------
# OTHER OPTIONS
# -----------------------------------------------------------------------------