This was requested at https://dataverse.zulipchat.com/#narrow/stream/378866-troubleshooting/topic/set.20PID.20from.20web.20UI/near/454157645
I was just struggling with this myself. Here's a working config for me:
dataverse.pid.providers=dc1
dataverse.pid.default-provider=dc1
dataverse.pid.dc1.type=datacite
dataverse.pid.dc1.label=DataCite
dataverse.pid.dc1.authority=10.70122
dataverse.pid.dc1.shoulder=FK2/
dataverse.pid.dc1.datacite.mds-api-url=https://mds.test.datacite.org
dataverse.pid.dc1.datacite.rest-api-url=https://mds.test.datacite.org
dataverse.pid.dc1.datacite.username=REDACTED
dataverse.pid.dc1.datacite.password=REDACTED
Now, I'm not using domain.xml. I'm using a Docker compose file, but it's similar.
Please note that this is a test account with DataCite.
Last updated: Nov 01 2025 at 14:11 UTC