ORCID Social Identity Provider community extension #8620
Replies: 2 comments 2 replies
-
|
I don't think this is something we want in Keycloak directly, see my comment on the PR for more details |
Beta Was this translation helpful? Give feedback.
-
|
In the repository https://github.com/eosc-kc/keycloak-orcid I have created the Social ORCID Identity Provider as @stianst wants in the PR discussion. It is working well with current Keycloak version 15.0.2. Documentation is provided in readme.md file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Keycloak does not support ORCID as a Social Identity Provider. ORCID is commonly used by researchers as a sign-in method. Obtaining an authenticated ORCID identifier also allows requesting permission to use the ORCID API for reading or updating the user’s ORCID record which contains professional activities, publications and affiliations.
Although ORCID can be configured as an OpenID Connect Identity Provider, the current ORCID OP implementation does not support the release of email and other information (see ORCID OpenID Connect documentation).
We believe that it will be usefull Keycloak supporting ORCID as Social Identity Provider. That's why we made a PR for this. Details can be found in the jira issue.
I have made implementation for SocialLoginTest with an appropriate comment in code ( ORCID registry supports only https, fields visibility).
Beta Was this translation helpful? Give feedback.
All reactions