File tree Expand file tree Collapse file tree
dspace-api/src/test/data/dspaceFolder/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ management.health.solrOai.enabled = false
171171researcher-profile.entity-type = Person
172172orcid.synchronization-enabled = true
173173
174+ # Use ORCID sandbox for tests
175+ orcid.domain-url = https://sandbox.orcid.org
176+
174177# Configuration settings required for Researcher Profiles
175178# These settings ensure "dspace.object.owner" field are indexed by Authority Control
176179choices.plugin.dspace.object.owner = EPersonAuthority
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ orcid.disconnection.allowed-users = admin_and_owner
1212# ------------------------------------------------------------------#
1313
1414# ORCID API (https://github.com/ORCID/ORCID-Source/tree/master/orcid-api-web#endpoints)
15- orcid.domain-url = https://sandbox. orcid.org
15+ orcid.domain-url = https://orcid.org
1616orcid.authorize-url = ${orcid.domain-url}/oauth/authorize
1717orcid.token-url = ${orcid.domain-url}/oauth/token
1818orcid.api-url = https://api.sandbox.orcid.org/v3.0
You can’t perform that action at this time.
0 commit comments