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,

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
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 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

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