[pgadmin-org/pgadmin4] a48373: Handle saved password binary text for PostgreSQL w...

2022-11-17 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: a483734190310ec4924a9a37c101649828400954 https://github.com/pgadmin-org/pgadmin4/commit/a483734190310ec4924a9a37c101649828400954 Author: Aditya Toshniwal Date: 2022-11-17 (Thu, 17 Nov 2022) Chan

[pgadmin-org/pgadmin4] 7db655: The container deployment document should include t...

2022-11-17 Thread Akshay Joshi
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 7db655c0c1b825953b610aaec7c80eeae8d3c2c2 https://github.com/pgadmin-org/pgadmin4/commit/7db655c0c1b825953b610aaec7c80eeae8d3c2c2 Author: Akshay Joshi Date: 2022-11-17 (Thu, 17 Nov 2022) Changed

Re: pgAdmin4 v6.16 candidate builds

2022-11-17 Thread Akshay Joshi
The latest candidate builds and source code are available at https://developer.pgadmin.org/builds/2022-11-17-1/ On Wed, Nov 16, 2022 at 4:37 PM Akshay Joshi wrote: > The latest candidate builds and source code are available at > https://developer.pgadmin.org/builds/2022-11-16-1/ > > On Tue, Nov

Making changes to PgAdmin for the OAuth flow PoC with Postgres

2022-11-17 Thread mahendrakar s
Hi PgAdmin Hackers, I am working on oauth poc with Postgres, here the flow is: Authentication Code with pkce In this flow, I need to configure or make changes to PgAdmin to 1. Pass additional parameters in the connection string like below for psql: ./psql -U mahendrak...@microsoft.com -d 'd

Re: Making changes to PgAdmin for the OAuth flow PoC with Postgres

2022-11-17 Thread Aditya Toshniwal
Hi Mahendrakar, pgAdmin is not an OAuth2 client/Middleware. It is a PostgreSQL management tool/client. pgAdmin is not suited for your requirement. On Fri, Nov 18, 2022 at 9:47 AM mahendrakar s wrote: > Hi PgAdmin Hackers, > > I am working on oauth poc with Postgres, here the flow is: > Authent

Re: Making changes to PgAdmin for the OAuth flow PoC with Postgres

2022-11-17 Thread Khushboo Vashi
Hi, On Fri, Nov 18, 2022 at 9:47 AM mahendrakar s wrote: > Hi PgAdmin Hackers, > > I am working on oauth poc with Postgres, here the flow is: > Authentication Code with pkce > > As per my knowledge, Postgres doesn't support Oauth2 authentication to connect a database server directly, of course

Re: Making changes to PgAdmin for the OAuth flow PoC with Postgres

2022-11-17 Thread mahendrakar s
On Fri, 18 Nov 2022 at 10:39, Khushboo Vashi wrote: > > Hi, > > On Fri, Nov 18, 2022 at 9:47 AM mahendrakar s > wrote: >> >> Hi PgAdmin Hackers, >> >> I am working on oauth poc with Postgres, here the flow is: >> Authentication Code with pkce >> > As per my knowledge, Postgres doesn't support O

Re: Making changes to PgAdmin for the OAuth flow PoC with Postgres

2022-11-17 Thread Khushboo Vashi
On Fri, Nov 18, 2022 at 11:06 AM mahendrakar s wrote: > On Fri, 18 Nov 2022 at 10:39, Khushboo Vashi > wrote: > > > > Hi, > > > > On Fri, Nov 18, 2022 at 9:47 AM mahendrakar s < > mahendrakarfo...@gmail.com> wrote: > >> > >> Hi PgAdmin Hackers, > >> > >> I am working on oauth poc with Postgres,