Обсуждение: Support for basic Auth?

Поиск
Список
Период
Сортировка

Support for basic Auth?

От
Paul Lockaby
Дата:
Hello, I'm wondering if this is possible. I have a web server that reverse proxies applications and also implements our
organization'sSSO system. After logging the user in the web server sets X-Forwarded-User to the user's username. Is it
possibleto use this system with pgadmin4 to automatically log people in? I imagine sort of a cross between server mode
anddesktop mode where the user can't change their password and doesn't have to go through the log in screen but also
usersexist and their data is stored distinctly from one another. If this doesn't exist would you be willing to accept
patchesto add it?
 

Thanks!
-Paul



Re: Support for basic Auth?

От
Ashesh Vashi
Дата:
On Thu, Jun 18, 2020 at 5:56 AM Paul Lockaby <paul@paullockaby.com> wrote:
Hello, I'm wondering if this is possible. I have a web server that reverse proxies applications and also implements our organization's SSO system. After logging the user in the web server sets X-Forwarded-User to the user's username. Is it possible to use this system with pgadmin4 to automatically log people in? I imagine sort of a cross between server mode and desktop mode where the user can't change their password and doesn't have to go through the log in screen but also users exist and their data is stored distinctly from one another. If this doesn't exist would you be willing to accept patches to add it?
There is no direct way to support it at the moment.
Patches are welcome.

-- Thanks, Ashesh 

Thanks!
-Paul