Re: Adding new server in pgadmin from command line

2022-05-06 Thread Asmita Thapliyal
tps://www.pgadmin.org/docs/pgadmin4/6.8/import_export_servers.html#importing-servers> > are the steps to add servers using command line. Inserting data entries > directly may lead to unexpected behaviour. > > > Thanks, > Yogesh Mahajan > EnterpriseDB > >

Re: OAUTH2 Problem with AzureAD

2022-05-03 Thread Asmita Thapliyal
ish > it on the pgadmin website. > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Fri, Apr 22, 2022 at 1:09 PM Asmita Thapliyal < > asmita.thapli...@gmail.com> wrote: > >> Hello Yogesh, >> >> Thanks! I would like to write blog/documentation fo

Adding new server in pgadmin from command line

2022-05-03 Thread Asmita Thapliyal
Hello Team, I would like to perform server addition activity in pgadmin from the command line. I tried to add newserver in pgadmin following below procedure. Create a migration file with the following command: (venv) $ FLASK_APP=pgAdmin4.py flask db revision This will create a file in: $PGADMIN

Re: OAUTH2 Problem with AzureAD

2022-04-22 Thread Asmita Thapliyal
o authenticate with >> Azure OATH2. >> >> >> Regards, >> >> Asmita >> >> On Thu, Apr 21, 2022 at 11:09 AM Yogesh Mahajan < >> yogesh.maha...@enterprisedb.com> wrote: >> >>> Hi Asmita, >>> >>> Here is a p

Re: OAUTH2 Problem with AzureAD

2022-04-21 Thread Asmita Thapliyal
> <https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/> to test once > patch is committed. > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Wed, Apr 20, 2022 at 6:17 PM Asmita Thapliyal < > asmita.thapli...@gmail.com> wrote: > >> Hello Y

Re: OAUTH2 Problem with AzureAD

2022-04-20 Thread Asmita Thapliyal
please raise a feature request to support Azure AD > authentication here <https://redmine.postgresql.org/projects/pgadmin4>? > This will be fixed in the next release. > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Wed, Apr 20, 2022 at 2:58 PM Khushboo Vashi &l

Re: OAUTH2 Problem with AzureAD

2022-04-20 Thread Asmita Thapliyal
id': 'b17334ef-4593-4948-b91c-b4a79fc58ef7', 'client-request-id': 'b17334ef-4593-4948-b91c-b4a79fc58ef7'}}} 2022-04-20 09:40:53,124: ERROR pgadmin:400 Client Error: Bad Request for url: https://graph.microsoft.com/profile Traceback (most recent call last): OAUTH2_API_

OAUTH2 Problem with AzureAD

2022-04-19 Thread Asmita Thapliyal
Hello! I have configured OAUTH2 with azure ad with below config 'OAUTH2_NAME': "azure", # The display name, ex: Google 'OAUTH2_DISPLAY_NAME': 'MS Azure', # Oauth client id 'OAUTH2_CLIENT_ID': '', # Oauth secret 'OAUTH2_CLIENT_SECRET':