From 404d0a84a7ce8673af44d99d00431c04bb0eb696 Mon Sep 17 00:00:00 2001 From: Foucauld Bellanger <63885990+Foukki@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:07:00 +0100 Subject: [PATCH] Update Postman provider --- app/utils/auth/providers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/auth/providers.py b/app/utils/auth/providers.py index e2c105ef2..ffbd896b1 100644 --- a/app/utils/auth/providers.py +++ b/app/utils/auth/providers.py @@ -125,6 +125,7 @@ class APIToolAuthClient(BaseAuthClient): """ allowed_scopes: set[ScopeType | str] = {ScopeType.API} + allow_pkce_with_client_secret: bool = True class NextcloudAuthClient(BaseAuthClient):