[VIVO-1670] ORCID - Disable Step 2 and Internationalization (#130)
* Internationalize ORCiD add an iD * ORCID Internationalization, allow Step 2 to be disabled if only a public API key Resolves: https://jira.duraspace.org/browse/VIVO-1670
This commit is contained in:
parent
06d266ea94
commit
d3b377b3a7
6 changed files with 108 additions and 56 deletions
|
@ -230,6 +230,13 @@ VitroConnection.DataSource.validationQuery = SELECT 1
|
|||
# release, sandbox
|
||||
# orcid.api = sandbox
|
||||
|
||||
# Specify the type of API access that you have - public or member
|
||||
# public - only allows you to confirm ORCID IDs
|
||||
# member - allows VIVO to write a link to the VIVO profile in the ORCID record
|
||||
# If you only have a public API key, ensure that you have entered public here
|
||||
#orcid.apiLevel = public
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# OTHER OPTIONS
|
||||
# -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue