I'm currently trying to match a consent request to...
# talk-hydra
r
I'm currently trying to match a consent request to a login request using the consent request's
.login_challenge
field. However, from what I observe, the login challenge in the query parameter of the login endpoint is a very long (1129 Bytes) base64-encoded value. This also matches the value of the login request's
.challenge
field. However, the consent request's
.login_challenge
field contains a much shorter (16 Bytes) hex-encoded value. How am I supposed to match these?
b
Seems to be a regression in 2.2