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

Commits on Mar 5, 2021

  1. Support using ORCID as authentication

    - 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 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7d3f470 View commit details
    Browse the repository at this point in the history
  2. Set project name as annotation for cloud resources

    Other option is to label the namespace, but
    this is easier https://cloud.google.com/config-connector/docs/how-to/getting-started
    yuvipanda committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4a47273 View commit details
    Browse the repository at this point in the history