[pgadmin-org/pgadmin4] 6bc580: Add the possibility to configure the OAuth2 claim ...

From: Leon Maraite <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 6bc580: Add the possibility to configure the OAuth2 claim ...
Date: 2022-11-07 08:28:36
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/c38fac-6bc580@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 6bc5808c53b820fa0f2684941e67dc3ee250909a
https://github.com/pgadmin-org/pgadmin4/commit/6bc5808c53b820fa0f2684941e67dc3ee250909a
Author: Leon Maraite <42477021+lmaraite(at)users(dot)noreply(dot)github(dot)com>
Date: 2022-11-07 (Mon, 07 Nov 2022)

Changed paths:
M docs/en_US/oauth2.rst
M docs/en_US/release_notes_6_16.rst
M web/config.py
M web/pgadmin/authenticate/oauth2.py

Log Message:
-----------
Add the possibility to configure the OAuth2 claim which is used for the pgAdmin username. #5468

This feature provides the possibility to configure the Oauth2 claim
which should be used as a username. The key in the config.py is called
'OAUTH2_USERNAME_CLAIM'. If you don't provide a custom key, the email
is used as the username, like before. So it is completely backward
compatible.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-11-07 08:29:37 [pgadmin-org/pgadmin4] 398675: Fixed an issue where AutoComplete was not working ...
Previous Message Nikhil Mohite 2022-11-07 05:25:10 [pgadmin-org/pgadmin4] c38fac: Ensure that the browser tree should auto scroll to...