You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug The ORCID documentation notes the following about unauthenticated ORCID iDs:
Whenever unauthenticated ORCID IDs are shared with other systems, for example via data exports, data dumps, or API integrations, it must be made clear that the ORCID iDs are unauthenticated within the provided metadata.
A quick scan and check-in with @ewhanson indicates that most metadata exports that include ORCID iDs are not checking and indicating when unauthenticated. We'll need to review all export plugins which include ORCID iDs and ensure that they check for authentication and indicate when the ORCID iD is unauthenticated (e.g exported as https://orcid.org/.... (unauthenticated)) .
Additionally, we will need to confirm how to metadata schema for downstream receivers (e.g. Crossref) expects unauthenticated ORCID iDs to be formatted. If there is no way to indicated an ORCID iD is not authenticated, then we should consider only exporting the ORCID when it has been authenticated.
What application are you using?
OJS, OMP or OPS all versions (checking for authentication and inclusion of ORCID iDs may be different between versions).
List of plugins exporting ORCID iDs (not finalized)
@ewhanson and @bozana, in cases where the downstream schema doesn't support indicating if an ORCID has been authenticated, do you think it makes sense to exclude the ORCID from the export?
bozana
added a commit
to pkp/crossref-ojs
that referenced
this issue
Jan 17, 2025
I think we could always only consider the authenticated ORCID IDs if the third party does not support the differentiation, also because in 3.5 we will not allow the ORCID IDs to be edited or manually entered any more, so to move even more towards it...
Describe the bug
The ORCID documentation notes the following about unauthenticated ORCID iDs:
A quick scan and check-in with @ewhanson indicates that most metadata exports that include ORCID iDs are not checking and indicating when unauthenticated. We'll need to review all export plugins which include ORCID iDs and ensure that they check for authentication and indicate when the ORCID iD is unauthenticated (e.g exported as
https://orcid.org/.... (unauthenticated)
) .Additionally, we will need to confirm how to metadata schema for downstream receivers (e.g. Crossref) expects unauthenticated ORCID iDs to be formatted. If there is no way to indicated an ORCID iD is not authenticated, then we should consider only exporting the ORCID when it has been authenticated.
What application are you using?
OJS, OMP or OPS all versions (checking for authentication and inclusion of ORCID iDs may be different between versions).
List of plugins exporting ORCID iDs (not finalized)
The text was updated successfully, but these errors were encountered: