Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdP5B-003Etm-Mi for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 05:58:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qdP5A-00H7sd-Is for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 05:58:36 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdP59-00H7sL-GK for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 05:58:36 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdP56-002oS4-2e for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 05:58:34 +0000 Received: from github.com (hubbernetes-node-0b24f29.va3-iad.github.net [10.48.142.32]) by smtp.github.com (Postfix) with ESMTPA id 9D8A940816 for ; Mon, 4 Sep 2023 22:58:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693893510; bh=lQBqPAd2DRkS5zrflvp8VpJFOT/MsQ5tbf/5h4h9SBI=; h=Date:From:To:Subject:From; b=W95yu0/ul6Ska8fFV2a0+6M8AkioXt4P5jVC4T+/QOwkIKymlBngbLQsP3QEBIopk 6WUY0YZEHDkmM6nTlhvNR31yVTlDes44a/leDrgtSf2z0ys7x0JF24B0ti3qQrGX0z piDkfwUkbage8/WYUokj4SQCZz+0tHom0eC/KzI8= Date: Mon, 04 Sep 2023 22:58:30 -0700 From: Everton Seiei Arakaki To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 02eaf7: Add support for additional ID token claim checks f... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 02eaf787e96581657ea10cd040b4cf4f66f6a582 https://github.com/pgadmin-org/pgadmin4/commit/02eaf787e96581657ea10cd040b4cf4f66f6a582 Author: Everton Seiei Arakaki <30481051+EvertonSA@users.noreply.github.com> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M docs/en_US/oauth2.rst M web/config.py M web/pgadmin/authenticate/oauth2.py M web/pgadmin/browser/tests/test_oauth2_with_mocking.py Log Message: ----------- Add support for additional ID token claim checks for OAuth 2 authentication. #6736