boundless-state-65031
02/16/2024, 3:19 PM/admin/oauth2/auth/requests/consent
specifies that this field:
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 ?