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
This commit is contained in:
Khushboo Vashi
2021-10-12 14:52:30 +05:30
committed by Akshay Joshi
parent ca40add29b
commit a726635290
14 changed files with 282 additions and 9 deletions

View File

@@ -81,4 +81,5 @@ class LDAPLoginMockTestCase(BaseTestGenerator):
"""
cls.tester.logout()
app_config.AUTHENTICATION_SOURCES = [INTERNAL]
app_config.PGADMIN_EXTERNAL_AUTH_SOURCE = INTERNAL
utils.login_tester_account(cls.tester)