login_challenge
from the ConsentChallenge doesn't match the AEAD-encoded login_challenge
from the LoginRequest
#3887
Labels
bug
Something is not working.
Preflight checklist
Ory Network Project
No response
Describe the bug
Hello 👋
This is related to the Hydra server version
v2.2.0
usinggo-hydra-client
v2.2.1
From the API docs on the
login_challenge
field in the response:It seems not to be possible anymore to associate the a login request from the consent app using this value anymore.
The login challenge from the Ory Hydra
LoginRequest
differs from theLoginChallenge
value in theConsentRequest
retrieved from thehydra.GetConsentRequest
API call.I was comparing the login challenges: the
login_challenge
from theConsentRequest
is an UUID and not a AEAD-encoded login challenge.My consent app is doing a check based on the login challenge in the login request, which is failing due to the mismatch.
Thank you!
Reproducing the bug
Steps to reproduce this behavior:
GetConsentRequest
API endpoint.Relevant log output
No response
Relevant configuration
No response
Version
v2.2.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Docker Compose
Additional Context
No response
The text was updated successfully, but these errors were encountered: