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 auth provider does not work #24

Open
rkalyanapurdue opened this issue May 24, 2024 · 2 comments
Open

orcID auth provider does not work #24

rkalyanapurdue opened this issue May 24, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rkalyanapurdue
Copy link
Collaborator

  1. 500 error when using the orcID provider in CILogon since it does not provide the necessary username info for JupyterHub.
  2. Need to either remove this auth provider from the list or else figure out how to integrate JupyterHub with it.
@rkalyanapurdue rkalyanapurdue added the bug Something isn't working label May 24, 2024
@rkalyanapurdue rkalyanapurdue added this to the August 2024 release milestone May 24, 2024
@rkalyanapurdue
Copy link
Collaborator Author

Possible fix in jupyterhub/oauthenticator#712

@rkalyanapurdue
Copy link
Collaborator Author

Possible way forward:

  1. Only allow orcID and Google
  2. Utilize allowed_idps to have a custom configuration for each: https://oauthenticator.readthedocs.io/en/latest/reference/api/gen/oauthenticator.cilogon.html#oauthenticator.cilogon.CILogonOAuthenticator.allowed_idps
  3. Have a callable for orcID to parse out the userID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants