JZ6 opened a new issue #19255: URL: https://github.com/apache/superset/issues/19255
The latest AuthLib breaks Oauth, returns the "Error returning OAuth user info: missing_token". Downgrading back to authlib==0.15.5 fixes this error and allows SSO to work again. #### How to reproduce the bug 1. Setup Google Oauth 2. Install Authlib 1.0.0 3. Try to login 4. See Error returning OAuth user info: missing_token ### Expected results Login via google SSO keeps working. ### Actual results Latest AuthLib releases throws a missing_token error. #### Screenshots If applicable, add screenshots to help explain your problem.  ### Environment (please complete the following information): - browser type and version: Chrome - superset version: `1.4.0` - python version: `3.9.7` - node.js version: `16.9.0` - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
