-
Notifications
You must be signed in to change notification settings - Fork 1
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
KeyError after OAuth login #283
Comments
I think this maybe cause by hitting the rate limit on the https://humancellatlas.auth0.com/.well-known/jwks.json endpoint. I'm gong to add some logging to try and confirm this. |
Bento007
added a commit
that referenced
this issue
Oct 26, 2019
This will help catch errors where public keys are not retrievable. This is a partial solution to #283.
Bento007
added a commit
that referenced
this issue
Oct 29, 2019
* Checking for missing keys earlier This will help catch errors where public keys are not retrievable. This is a partial solution to #283. * Verify request to jwks endpoint Log the positive or negative response * linter * Move get_public_keys into its own function to improve caching
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Software version
seems to be happening in all env (dev, integration, staging, prod)
Expected behavior
User is redirected to the callback url specified by the app requesting authentication
Actual behavior
User sees the following error:
Steps to reproduce the behavior
(the UI does a GET request to
https://auth.integration.data.humancellatlas.org/oauth/authorize?redirect_uri=https://ui.ingest.integration.data.humancellatlas.org/callback)
The text was updated successfully, but these errors were encountered: