betodealmeida commented on code in PR #37067:
URL: https://github.com/apache/superset/pull/37067#discussion_r2743535470
##########
superset/commands/database/oauth2.py:
##########
@@ -50,9 +53,28 @@ def run(self) -> DatabaseUserOAuth2Tokens:
if oauth2_config is None:
raise OAuth2Error("No configuration found for OAuth2")
+ # Look up PKCE code_verifier from KV store (RFC 7636)
+ code_verifier = None
+ tab_id = self._state["tab_id"]
Review Comment:
That's very unlikely. We only use `total=False` because of the PKCE payload
being optional, everything else will be there.
--
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]