Using Microsoft Azure Database for PostgreSQL flexible server. It is possible to use pgAdmin to connect to the databases providing either an user name or group name in Entra ID and the token of the user. It is explained here:
https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/security-entra-configure
This only works with pgAdmin running in desktop mode. It is still possible to connect to the databases using pgAdmin in server mode but the problem is the token expires frequently and makes this almost unusable.
The feature requested is to make pgAdmin have one more authentication method (Entra ID) and then it takes care of the tokens and keep the connection to PosgreSQL flexible server opened.