pgAdmin 4 commit: 1) Added support for authentication via the web serve

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added support for authentication via the web serve
Date: 2021-10-12 09:33:49
Message-ID: E1maEAP-0004jS-OO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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=a726635290a91d26226a0b912806c7767a7db56b
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-12 09:34:49 Re: [pgAdmin][RM6081] Advanced table fields in ERD
Previous Message Akshay Joshi 2021-10-12 09:11:33 Re: [pgAdmin][Patch] - Bug #6776 - Label 'Inherits Tables?' is misleading in properties panel.