mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
feat(oauth2): add support for trino (#30081)
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user