thankful-kangaroo-7634
10/01/2022, 4:31 AM{'error': 'invalid_request', 'error_description': "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Field 'subject' does not match subject from previous authentication."}
Any steps to resolve this issue ?
Hydra version - v1.11.10best-room-11609
10/03/2022, 11:04 AMlogin_challenge
as a query param?thankful-kangaroo-7634
10/03/2022, 12:44 PM{'subject': 'yash', 'remember': True, 'remember_for': 1200}
And now i've changed this subject value to 'user.yash'
{'subject': 'user.yash', 'remember': True, 'remember_for': 1200}
When I changed this subject , I got the mentioned error in response from hydra.thankful-kangaroo-7634
10/06/2022, 5:30 AMlate-balloon-3804
10/06/2022, 3:06 PMsubject
of a previous authorization request, that would be a giant security holelate-balloon-3804
10/06/2022, 3:07 PMprompt=login
(ignoring the active session) during the /oauth2/auth
requestthankful-kangaroo-7634
10/07/2022, 7:59 AMsubject change
?late-balloon-3804
10/07/2022, 1:41 PM