Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORCID Identity Providers Mappers Problems #136

Open
cgeorgilakis opened this issue Nov 17, 2021 · 1 comment
Open

ORCID Identity Providers Mappers Problems #136

cgeorgilakis opened this issue Nov 17, 2021 · 1 comment
Assignees

Comments

@cgeorgilakis
Copy link

cgeorgilakis commented Nov 17, 2021

  • We have problem for large user attributes like publications. See bullet three of related issue 128
  • Current Keycloak implementation for User info parsing can not support ORCID verified attribute even if they accept our PR 8018. person.emails.email consists list of emails. If I find attribute primary in any element of the list, I put this email as User email. We need to check if this email has attribute verified equals to true. With current Keycloak Social User Attribute parsing we can only check attribute verified of first email in the list.
    I propose to add a specific field 'email verified check' or mapper for check emailVeriifed without any other configuration. Field solution is better if it is possible to be implemented in the extension.
@cgeorgilakis
Copy link
Author

Issue close. The only problem that we will have generic fix is the first bullet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant