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

@@ -521,6 +521,7 @@ def test_get_oauth2_config(app_context: None) -> None:
"token_request_uri": "https://abcd1234.snowflakecomputing.com/oauth/token-request",
"scope": "refresh_token session:role:USERADMIN",
"redirect_uri": "http://example.com/api/v1/database/oauth2/",
"request_content_type": "json",
}