bruno
bruno copied to clipboard
BUG: OAuth2: code verifier too short
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