pgAdmin 4 commit: Fixed an issue where the user unable to login with OA

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the user unable to login with OA
Date: 2021-07-09 16:23:51
Message-ID: E1m1tI7-0005Re-Jh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

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