feat(oauth2): add support for trino (#30081)

This commit is contained in:
João Ferrão
2024-11-04 17:54:47 +01:00
committed by GitHub
parent 64f8140731
commit 305b6df6e3
7 changed files with 156 additions and 57 deletions

View File

@@ -559,6 +559,7 @@ def oauth2_config() -> OAuth2ClientConfig:
"redirect_uri": "http://localhost:8088/api/v1/oauth2/",
"authorization_request_uri": "https://accounts.google.com/o/oauth2/v2/auth",
"token_request_uri": "https://oauth2.googleapis.com/token",
"request_content_type": "json",
}