Versions Compared

Key

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

Table

cm_orcid_sources

Description

ORCID Organizational Identity Sources

Plugin

ORCID Source

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

description

varchar(256)

Description of this Source

 

Use to describe hostname, port, and SSL (use ldaps scheme for SSL)


org_identity_source_id

integer, foreign key

Organizational Identity Source ID

cm_org_identity_sources:id

 


server_idinteger, foreign keyServer IDcm_servers:idAdded v3.2.0

clientid

varchar(80)

Client ID used to authenticate to ORCID API

ORCID API

 

Removed v3.2.0

client_secret

varchar(80)

Client Secret used to authenticate to ORCID API

ORCID API 

This column should be encrypted

Removed v3.2.0

access_token

varchar(80)

Access token obtained from ORCID API

ORCID API 

This column should be encrypted

Removed v3.2.0