-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
Error returning OAuth user info: missing_token #448
Comments
It is very hard to review the code in a super big project. Can you provide a minimal reproducible example? |
This may be fixed by the given commit. Can you verify it with the master code? I'll make a new release in 2 days. |
v1.0.1 was released. |
Thank you for the quick work! This solves our issue in Airflow. 🙇 |
@troyharvey how did you get around this? (happens after upgrading authlib) |
@cloneluke We made two changes.
|
ah thanks @troyharvey , that makes sense now. |
This may fix lepture/authlib#448
Describe the bug
After upgrading to
airflow=2.2.5
andauthlib=1.0.0
we are seeing amissing_token
error inflask_appbuilder.security.views
. As a workaround, we downgradedauthlib
and it's working again, but Airflow constraints are pegged at 1.0.0 so the downgrade is a temporary hack.Error Stacks
To Reproduce
Reproducing this requires Airflow 2.2.5, authlib 1.0.0, and an oauth setup (we are using Okta)
Expected behavior
Airflow authentication using Okta oauth.
Environment:
Additional context
This problem was also reported in superset issues here: apache/superset#19255
The text was updated successfully, but these errors were encountered: