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 1r4xO8-00B63G-0a for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Nov 2023 06:04:04 +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 1r4xO5-0060nB-JL for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Nov 2023 06:04:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r4xO5-0060n3-9w for pgadmin-hackers@lists.postgresql.org; Mon, 20 Nov 2023 06:04:01 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r4xNy-007Mvv-FP for pgadmin-hackers@lists.postgresql.org; Mon, 20 Nov 2023 06:04:00 +0000 Received: from github.com (hubbernetes-node-a0c1f41.ac4-iad.github.net [10.52.132.23]) by smtp.github.com (Postfix) with ESMTPA id 882A61E086F for ; Sun, 19 Nov 2023 22:03:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700460232; bh=4pInZH0aW0CxlzhTI9KXo60xKWBcwuQR82iG2S0yq14=; h=Date:From:To:Subject:From; b=HpsKu46aS7fP17wauSlYM0pPSGJqSemT+glmFwdFc+tBWz68SUVhwEPH1BPGPHHMj TMCHmcxCopBh28pbmr/dtWk0c64F3wfepw/eI+fYxIdZdXoXb8pSS9bHbqPf6z8R5R TRsoYLs6b5n+5m5TPpEe6JCx2DvpprF1QlHlELaY= Date: Sun, 19 Nov 2023 22:03:52 -0800 From: Everton Seiei Arakaki To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 682d65: Fix an issue where OAUTH_ADDITIONAL_CLAIMS does no... 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: 682d6597e4c6d4eef8e0ed0781e91be21fa81e1c https://github.com/pgadmin-org/pgadmin4/commit/682d6597e4c6d4eef8e0ed0781e91be21fa81e1c Author: Everton Seiei Arakaki Date: 2023-11-20 (Mon, 20 Nov 2023) Changed paths: M docs/en_US/oauth2.rst M web/config.py M web/pgadmin/authenticate/oauth2.py Log Message: ----------- Fix an issue where OAUTH_ADDITIONAL_CLAIMS does not recognise AzureAD with > 150 groups. #6835