pgAdmin 4 commit: Fixed an issue where the user unable to login with OA - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the user unable to login with OA
Date
Msg-id E1m1tI7-0005Re-Jh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the user unable to login with OAuth2 when LDAP & OAuth2 configured as login sources. Fixes #6594

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3590c9172c679319932aa26ea755ba19c76656fe
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/authenticate/__init__.py | 11 ++++++++---
web/pgadmin/authenticate/oauth2.py   |  6 ++++--
2 files changed, 12 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Rahul Shirsat
Date:
Subject: [pgAdmin][RM6587] [React] Port FTS Template, FTS Parsers nodes to react
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM #6594 - Unable to login with OAuth2 when LDAP & OAuth2 configured as login sources