Versions Compared

Key

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

...

  1. If you have not already done so, register for an ORCID iD.
  2. Add a new Server, via Servers > Add a New Server
    1. Set the Server Type to OAuth2.
    2. After the configuration has been saved, a Redirect URI will be available via the server configuration page. Keep this handy for the next step.
  3. If you haven't already, enable developer tools.
  4. Register your applicationRegister your application (be sure to enable developer tools if not already done). Note that ORCID appears to only allow one registration per personal ORCID account, though multiple redirect URIs can be specified. Add the redirect URI as provided by the COmanage plugin configuration, above.
  5. Return to the COmanage OAuth2 Server configuration page.
    1. Server URLhttps://orcid.org/oauth
    2. Client ID: The Client ID provided by ORCID
    3. Client Secret: The Client Secret provided by ORCID
    4. Access Token Grant Type: Client Credentials
    5. Scope: /read-public
    6. Click Save.
  6. Click Obtain New Token, and authenticate if necessary.
  7. Add a new Organizational Identity Source, via Configuration >> Organizational Identity Sources >> Add Organizational Identity Source.
    1. Set the plugin type to OrcidSource.
  8. After clicking Save, you will be taken to the configuration page.
    1. An Additional ORCID Redirect URI will be presented. Return to the ORCID developer tools and add this second Redirect URI.
      1. (info) Both Redirect URIs are required for the ORCID Source Plugin to fully function.
    2. Set the Server to the one created in step 2, and click Save.

...