Web Server Authentication Integration (REMOTE_USER)

2020-08-13 Thread Richard Laager
This is probably essentially a feature request. I'd like to see pgAdmin 4 support an authentication mechanism where the username is retrieved from the REMOTE_USER envivonment variable set by the web server. If the user does not already exist, once should be created. At no point should the user be

External (REMOTE_USER) Authentication

2021-08-30 Thread Richard Laager
Is there a way to have pgAdmin 4 (the web version) use external, e.g. Apache-provided, authentication? We have the authentication already under control in Apache using mod_auth_tkt (so importantly, we are NOT using LDAP or Kerberos). I simply want pgAdmin 4 to look at the REMOTE_USER environmen

Re: External (REMOTE_USER) Authentication

2021-08-30 Thread Richard Laager
On 8/31/21 12:38 AM, Khushboo Vashi wrote: The web server authentication feature has already been logged and the work is in progress. Ref: https://redmine.postgresql.org/issues/6657 Once it has been implemented, pgAdmin will consider REMOTE_USER and