Re: pgadmin and keycloak

2024-01-01 Thread Yogesh Mahajan
Hi Jose, pgAdmin 4 supports keycloak for authentication. Is there any error/difficulty while configuration? Here is typical configuration for keycloak provider - AUTHENTICATION_SOURCES = ['internal','oauth2'] OAUTH2_CONFIG = [ { 'OAUTH2_NAME': 'keycloak', 'OAUTH2_DISPLAY_NAME': 'Login with

Re: Advocate For Support

2024-01-01 Thread Yogesh Mahajan
Hi, Can you please check your pg_hba.conf settings? Error is from postgreSQL. You can try changing localhost to 127.0.0.1 in server configuration. Can you please check.share postgresql logs? Thanks, Yogesh Mahajan EnterpriseDB On Mon, Jan 1, 2024 at 10:06 PM Els Magnate wrote: > Dear Correspo

Re: Error while opening pgadmin

2024-01-01 Thread Yogesh Mahajan
Hi, Can you please download and install the latest version 8.1 from this link? Thanks, Yogesh Mahajan EnterpriseDB On Mon, Jan 1, 2024 at 10:10 PM Jithin Varghese wrote: > Hi Team, > > This is to inform you that I am encountering an issue w

Error while opening pgadmin

2024-01-01 Thread Jithin Varghese
Hi Team, This is to inform you that I am encountering an issue while opening the PostgreSQL application. I installed the application on my Mac as per the instructions but whenever I am trying to open the application, it is stating that pgadmin4 quit unexpectedly. Could you please support me with t

Advocate For Support

2024-01-01 Thread Els Magnate
Dear Correspondent, I hope my mail finds you well? I have been having challenges to open pgAdmin for some days now after installation, it is NOT accepting my password. I have postgreSQL 16 installed at first, when it was not accepting my password I have to uninstall it and download postgrelSQL

pgadmin and keycloak

2024-01-01 Thread Jose M Barreiro
Hi, First of all, Happy New Year I have a problem with pgadmin and keycloak. We need to change our IDP, actually we are using okta and pgadmin is working fine with it. We need to configure pgadmin to use keycloak but it's not possible to configure pgadmin to work with keycloak. Can you help

Re: Python access to macOS keychain

2024-01-01 Thread Nikhil Mohite
Hi Neil, pgAdmin uses a Keychain to store the pgAdmin server passwords if users opt for save password functionality. Keychain access is Python process-specific. Hence allowing keychain access to the python process requested by pgAdmin will be specific to this python pid. We are trying to add a pgA