mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
ca40add29b
commit
a726635290
@@ -145,4 +145,5 @@ class Oauth2LoginMockTestCase(BaseTestGenerator):
|
||||
"""
|
||||
cls.tester.logout()
|
||||
app_config.AUTHENTICATION_SOURCES = [INTERNAL]
|
||||
app_config.PGADMIN_EXTERNAL_AUTH_SOURCE = INTERNAL
|
||||
utils.login_tester_account(cls.tester)
|
||||
|
||||
Reference in New Issue
Block a user