Hi Ralf, I confirm in /etc/egroupware-guacamole/docker-compose.override.ymlin this fields OPENID_AUTHORIZATION_ENDPOINT:
OPENID_JWKS_ENDPOINT:
OPENID_ISSUER:
OPENID_CLIENT_ID: guacamole
OPENID_REDIRECT_URI:
is present my correct domain, I have installed guacamole with correct command HTTP_HOST=xxxxxxxx.it apt install egroupware-guacamole, but I have the same error:{“error”:“invalid_client”,“error_description”:“Client authentication failed”,“message”:“Client authentication failed”}
this is openid logs
[2022-05-16 08:12:21] openid.DEBUG: HTTP/1.1 401 Unauthorized
Content-Type: application/json
{“error”:“invalid_client”,“error_description”:“Client authentication failed”,“message”:“Client authentication failed”}
[2022-05-16 08:12:26] openid.DEBUG: GET /egroupware/openid/endpoint.php/authorize?scope=openid+profile+email&response_type=id_token&client_id=guacamole&redirect_uri=https://ecm.atsrl.net/guacamole/&nonce=9qkvvo71qfc6hasrjh0e90qv6b HTTP/1.1
Sec-Fetch-Site: same-origin
Sec-Fetch-Mode: navigate
Sec-Fetch-Dest: iframe
Upgrade-Insecure-Requests: 1
Cookie: eGW_cookie_test=enabled; sessionid=p49c1jvc85eu45i2og5h9mih8r; kp3=KMHeKmX55mazPqB5o0jAsx3N; domain=default; last_loginid=myuser; last_domain=default
Referer: https://xxxxxx/guacamole/
Dnt: 1
Accept-Encoding: gzip, deflate, br
Accept-Language: it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,/;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0
Connection: Upgrade
X-Forwarded-Proto: https
X-Forwarded-For: 31.191.239.118
X-Real-Ip: 31.191.239.118
Host: egroupware.mydomain.it
Content-Length:
Content-Type:
Tks