bruno icon indicating copy to clipboard operation
bruno copied to clipboard

BUG: OAuth2: code verifier too short

Open pietrygamat opened this issue 1 year ago • 0 comments

Oauth2 flow fails with Keycloak. Bruno gets 400 - Bad Request, and the Keycloak server logs:

INFO  [org.keycloak.protocol.oidc.utils.PkceUtils] (executor-thread-10)  Error: PKCE codeVerifier length under lower limit , codeVerifier = 94cf98ce033bfbf2c321a705f9e7b485
[org.keycloak.protocol.oidc.utils.PkceUtils] (executor-thread-10) PKCE invalid code verifier

Bruno 1.11.0.

#1003

pietrygamat avatar Mar 13 '24 22:03 pietrygamat