An open API service indexing awesome lists of open source software.

https://github.com/jlumbroso/orcid-login-demo

This is a minimal project to test/demo ORCID OAuth login and identification.
https://github.com/jlumbroso/orcid-login-demo

oauth orcid orcid-api

Last synced: 4 months ago
JSON representation

This is a minimal project to test/demo ORCID OAuth login and identification.

Awesome Lists containing this project

README

          

# ORCiD Login Demo

This is a minimal project to test/demo ORCID OAuth login and identification.

# Information access

- Using only the client ID, we can do implicit OAuth on a purely client-side basis.
- Once the ORCID has been identified, information about the user can be obtained by querying: `https://pub.orcid.org/v3.0//record`
- Information that is only available to **Trusted Parties** can only be obtained after 3-legged OAuth (which requires server-side code).