Re: pgadmin and keycloak

2024-01-02 Thread Jose M Barreiro
Hi, We are using pgadmin in Openshift, I modified the configuration and the whole logs are postfix/postlog: starting the Postfix mail system [2024-01-02 12:48:41 +] [1] [INFO] Starting gunicorn 20.1.0 [2024-01-02 12:48:41 +] [1] [INFO] Listening at: http://[::]:80 (1) [2024-01-02 12:48:41

Re: pgadmin and keycloak

2024-01-02 Thread Yogesh Mahajan
Hi, I am not able to reproduce the issue. I have tried with SSL and Non-SSL enabled Keycloak. Can you please add lines below in config_local.py - import logging FILE_LOG_LEVEL = logging.DEBUG CONSOLE_LOG_LEVEL = logging.DEBUG And get the pgadmin logs? Also can you please share OS details and th

Re: pgadmin and keycloak

2024-01-02 Thread Jose M Barreiro
Hi Yogesh, Thank you for your support. I have several problems with pgadmin and keycloak. For example, if I use OAUTH2_SERVER_METADATA_URL, I received this error ""403 Client Error: Forbidden for url: http://keycloak.xxx.:8080/realms/iam/.well-known/openid-configuration""; I I used your exam

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