Camunda-8 Identity login callback issue

Hi @jonathan.lukas ,

Based on your suggasions I am able to connect to keyclaok.

But while trying to login for Identity, facing below issue StatusCode - 500 -

Request URL: https://test-camunda-identity.net/auth/login-callback?state=&session_state=f1e69e9d-1ac6-4712-86fe-c4f5658902c6&code=f9c353a0-a354-489d-8af1-76459ff3cd4c.f1e69e9d-1ac6-4712-86fe-c4f5658902c6.d714f6ca-d4dc-49fa-8623-265ba07a0627
Request Method: GET
Status Code: 500
Remote Address: 10.X.X.X:443
Referrer Policy: no-referrer

Local it is working fine -

Request URL: http://localhost:8084/auth/login-callback?state=&session_state=edf7fd91-888a-46ce-b98a-75d2bafd3306&code=d08fbdb0-3beb-4fbb-9d53-1378f6c48cde.edf7fd91-888a-46ce-b98a-75d2bafd3306.d714f6ca-d4dc-49fa-8623-265ba07a0627
Request Method: GET
Status Code: 302
Remote Address: [::1]:8084
Referrer Policy: strict-origin-when-cross-origin

Hello @yogeshwer ,

what suggestions are you referring to here?

Jonathan

Hi @jonathan.lukas ,

We have deployed camunda-8 into openshift environment with keycloak.
we are facing some issue while trying to login into Identity.

I am able to see identity is redirecting to keycloak for credentials, then after success while getting callback from keycloak we are getting below issue(HTTPStatus-500) -

Request URL: https://test-camunda-identity.net/auth/login-callback?state=&session_state=f1e69e9d-1ac6-4712-86fe-c4f5658902c6&code=f9c353a0-a354-489d-8af1-76459ff3cd4c.f1e69e9d-1ac6-4712-86fe-c4f5658902c6.d714f6ca-d4dc-49fa-8623-265ba07a0627
Request Method: GET
Status Code: 500
Remote Address: 10.X.X.X:443
Referrer Policy: no-referrer

Hi, we are facing the same issue. Keycloak’s camunda-identity client doesn’t seem to have a proper callback url (set to localhost:8080)

I am facing same issue on local setup using docker image.
All URLs in client are set to http://localhost:8080.

Post login, it redirects to something like:
http://localhost:8080/auth/login-callback?state=&session_state=67484e93-a3bc-4d51-b441-2499fe557d82&code=ea7fbfef-1454-41dc-8fa0-eb5e29f375e5.67484e93-a3bc-4d51-b441-2499fe557d82.fde6598f-09bc-4201-8962-2701cdd66afb
and is changing “Valid redirect URIs” from http://localhost:8080/ to http://localhost:8080/auth/login-callback. (Refer screenshot below)

Has anybody got the solution?