hallowed-postman-21092
08/29/2025, 5:54 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."
}
As I understand, Hydra found the subject was sent to accept login/consent challenge not same as previous. But How does it know? and How to fix this issue such as API call to revoke or clear session allow user to login etc
For additional information, Client mobile application run our login UI via webview and allow users to keep app in background open and use the same broweser not reload or create a new request to our OAuth server
Please help us for any suggestion to fix an issue.