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