public inbox for [email protected]  
help / color / mirror / Atom feed
From: Akshay Joshi <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: 1) Added support for authentication via the web serve
Date: Tue, 12 Oct 2021 09:33:49 +0000
Message-ID: <[email protected]> (raw)

1) Added support for authentication via the web server (REMOTE_USER). Fixes #6657
2) Fixed OAuth2 integration redirect issue. Fixes #6719

Initial patch for 6657 sent by: Tom Schreiber

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a726635290a91d26226a0b912806c7767a7d...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
docs/en_US/getting_started.rst                     |   1 +
docs/en_US/release_notes_6_1.rst                   |   2 +
docs/en_US/webserver.rst                           |  44 ++++++++
web/config.py                                      |   9 +-
web/pgAdmin4.wsgi                                  |   2 +
web/pgadmin/__init__.py                            |  17 +--
web/pgadmin/authenticate/webserver.py              | 119 +++++++++++++++++++++
.../browser/tests/test_kerberos_with_mocking.py    |   1 +
web/pgadmin/browser/tests/test_ldap_login.py       |   1 +
.../browser/tests/test_ldap_with_mocking.py        |   1 +
web/pgadmin/browser/tests/test_login.py            |   1 +
.../browser/tests/test_oauth2_with_mocking.py      |   1 +
.../browser/tests/test_webserver_with_mocking.py   |  86 +++++++++++++++
web/pgadmin/utils/constants.py                     |   6 +-
14 files changed, 282 insertions(+), 9 deletions(-)



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: pgAdmin 4 commit: 1) Added support for authentication via the web serve
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox