Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

ORCID provides a persistent digital identifier that uniquely identifies researchers. The ORCID iD is researcher-centric, meaning in general the researcher is responsible for creating, maintaining, and asserting their own ORCID iD. ORCID provides an API for integrating ORCID services with research systems.

Goals

Leverage COmanage to allow the researcher to authenticate their ORCID iD to the collaboration, and to write the ORCID to LDAP for use in collaboration services.

This will be achieved by using a COmanage Organizational Identity Source to sync an ORCID record to a COmanage Organizational Identity, and then using a COmanage Pipeline to copy the ORCID to the CO Person record. Finally, the ORCID will be provisioned using the LDAP Provisioner.

Architecture and Components

Gliffy Diagram
namecomanage-orcid-demo-arch

...

  • COmanage Registry, used to manage participant registration in the collaboration
    • SQL database backend, used by COmanage
  • LDAP Server, provisioned by COmanage and used by collaboration services as a source of account information
  • ORCID, a researcher digital identity registry.

Configuration

This section assumes that each component is already installed and configured for basic connectivity.

ORCID

An ORCID iD is required. For non-members, it will be necessary to use credentials established from a personal ORCID iD, ORCID does not currently support "institutional" or "service" accounts except for paid members.

LDAP Server

The LDAP server must be configured with the eduPerson schema (201602 or later).

COmanage

It is assumed that COmanage is already set up with an enrollment process, such as the one used for the COmanage SSH pilot, and that an LDAP provisioning target has already been created.

...

Finally, update the LDAP Provisioner configuration to export the eduPersonOrcid attribute.

Usage

To link an ORCID iD, the researcher simply logs into COmanage, selects PeopleEnroll, and clicks Begin next to ORCID Linking. The researcher will be redirected to ORCID to authenticate, and then returned to COmanage which will link the ORCID iD into the Registry record. 

Resources

...