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+lmara...@users.noreply.github.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.