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.
- Host: GitHub
- URL: https://github.com/jlumbroso/orcid-login-demo
- Owner: jlumbroso
- License: lgpl-3.0
- Created: 2023-12-24T22:42:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T03:06:41.000Z (about 2 years ago)
- Last Synced: 2025-01-29T22:33:13.003Z (over 1 year ago)
- Topics: oauth, orcid, orcid-api
- Language: HTML
- Homepage: https://jlumbroso.github.io/orcid-login-demo/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).