It seems like the 2.2.0 release of hydra has a bre...
# talk-hydra
b
It seems like the 2.2.0 release of hydra has a breaking change, regarding correlation of login and consent requests. The docs for
/admin/oauth2/auth/requests/consent
specifies that this field:
Copy code
login_challenge	
LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate a login and consent request in the login & consent app.
Which is true for 2.1.0 But for 2.2.0, the
login_challenge
field still contains the short (32 character) id, while the actual login requests contains the new, and very long, encoded id. The short id not shown anywhere else, making it quite hard to correlate the 2 requests. Is this intended and/or is there a workaround ?