You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are not logged in and in the logs you get the error:
WARNING h.i.i.InstallUncaughtExceptionHandler#handleException: Caught unhandled exception with ID ...
com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request
POST https://KEYCLOAK_URL/realms/REALM/protocol/openid-connect/token
{
"error": "invalid_grant",
"error_description": "PKCE verification failed"
}
Anything else?
We use Keycloak as OIDC backend, version 24.0.2.
We had pkceEnabled=true until now and it worked so far.
It also doesn't work in the newest version. With pkceEnabled=false everything works as usual with the newest version.
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
official jenkins container
Reproduction steps
pkceEnabled=true
Expected Results
You are logged in as usual.
Actual Results
You are not logged in and in the logs you get the error:
Anything else?
We use Keycloak as OIDC backend, version 24.0.2.
We had
pkceEnabled=true
until now and it worked so far.It also doesn't work in the newest version. With
pkceEnabled=false
everything works as usual with the newest version.Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: