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 1qXygU-000TRN-23 for pgadmin-hackers@arkaria.postgresql.org; Mon, 21 Aug 2023 06:46:42 +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 1qXygS-0031Jf-P2 for pgadmin-hackers@arkaria.postgresql.org; Mon, 21 Aug 2023 06:46:40 +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 1qXygS-0031JX-FK for pgadmin-hackers@lists.postgresql.org; Mon, 21 Aug 2023 06:46:40 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qXygK-0006Tg-Qc for pgadmin-hackers@lists.postgresql.org; Mon, 21 Aug 2023 06:46:38 +0000 Received: from github.com (hubbernetes-node-d8d992d.ash1-iad.github.net [10.56.159.43]) by smtp.github.com (Postfix) with ESMTPA id 79E42101066 for ; Sun, 20 Aug 2023 23:46:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692600391; bh=qrEoA4/KmimKCgP9qGFy936qcExxjAQcfNzk4QX5ctQ=; h=Date:From:To:Subject:From; b=lO/XdOds56gB/sSq4qKr2ajNpFKSfh6r2o62fYfP0G63Jfov6kBKMk2FXDQHEcESM ABBiqCX0DgRltk4gGD6/PryZLssqbNPhSjQkl7/vM4aqY1hh/6dH6bxKSaLMNV5LXL O8Nn4yWPNCU8Sr22DKjGb1+pFtK2w8fSXagc0iq4= Date: Sun, 20 Aug 2023 23:46:31 -0700 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 7f5433: Update documentation for OAuth2 authentication red... 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: 7f5433b307571065280f5bece33d278a10dd37f3 https://github.com/pgadmin-org/pgadmin4/commit/7f5433b307571065280f5bece33d278a10dd37f3 Author: Yogesh Mahajan Date: 2023-08-21 (Mon, 21 Aug 2023) Changed paths: M docs/en_US/oauth2.rst Log Message: ----------- Update documentation for OAuth2 authentication redirect url.#6644