pgadmin4/web/pgadmin/authenticate
Leon Maraite 6bc5808c53
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.
2022-11-07 13:58:23 +05:30
..
mfa Added support for storing configurations of pgAdmin in an external database. #1832 2022-10-20 16:18:41 +05:30
static/js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
__init__.py Use SocketIO instead of REST for fetching database tables data in ERD. #5065 2022-10-17 15:24:22 +05:30
internal.py 1) Remove Python's 'Six' package completely. #5357 2022-09-26 12:47:31 +05:30
kerberos.py Conditionally pin Flask version based on Python version. 2022-08-17 12:21:05 +05:30
ldap.py Add support for multiple ways to bind to the LDAP server. #3541 2022-09-28 10:47:56 +05:30
oauth2.py Add the possibility to configure the OAuth2 claim which is used for the pgAdmin username. #5468 2022-11-07 13:58:23 +05:30
registry.py Removing dynamic module loading and replacing it with static loading. Fixes #7492 2022-06-30 11:06:50 +05:30
webserver.py Fixed Securtiy Hotspot reported by SonarQube. 2022-08-12 17:10:26 +05:30