My question is to understand the behavior.
The authorization report says that authorization failed. But in the html report I see that authorization passed because the received token is substituted into all other requests. For example, whoami returned
{
"user": {
"id": 22,
"email": "test",
"lastLoginIp": "undefined",
"profileImage": "***"
}
}
This structure in owasp juice shop is output in case of successful authorization.
Why is it incorrectly determined in the authorization report that authorization failed? Maybe I set the wrong settings?