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

Support using ORCID as authentication #290

Merged
merged 2 commits into from
Mar 5, 2021
Merged

Support using ORCID as authentication #290

merged 2 commits into from
Mar 5, 2021

Conversation

yuvipanda
Copy link
Member

@yuvipanda yuvipanda commented Mar 5, 2021

  • Add ORCID as a supported OAuth2 provider in
    Auth0. This is done in the Auth0 UI for now.
  • ORCID returns 'sub' with useful info. Auth0 gives
    that to us in the form of oauth2|orcid|<orcid-id>.
    We want this to be just orcid, so we split all
    subs on | and pick the last ID.

- Add ORCID as a supported OAuth2 provider in
  Auth0. This is done in the Auth0 UI for now.
- ORCID returns 'sub' with useful info. Auth0 gives
  that to us in the form of `oauth2|orcid|<orcid-id>`.
  We want this to be *just* orcid, so we split all
  subs on | and pick the last ID.
@yuvipanda yuvipanda changed the title Increase health check timeout to 10min Support using ORCID as authentication Mar 5, 2021
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

Successfully merging this pull request may close these issues.

1 participant