brash-librarian-74886
11/20/2024, 3:36 PMparse: true
and sending a 400 response with a body like:
{
"messages": [
{
"instance_ptr": "#/traits/foo/bar",
"messages": [
{
"id": 1234,
"text": "trying to block login request due to a reason",
"type": "error"
}
]
}
]
}
but kratos is redirecting to the login callback (not even to error callback). On kratos I only see the following log:
"audience":"application","duration":42455542,"error":{"message":"1 validation errors occurred:\n(0) I[#/traits/foo/bar] S[] a webhook target returned an error"
but the login request is not aborted and considered successful apparently.
any help would be much appreciated. Thanks!steep-lamp-91158
brash-librarian-74886
11/20/2024, 4:12 PMlogin/callback?flow=ba40fc5d-d776-4aaf-96da-e403335b5a3c
how can I fetch the flow details?brash-librarian-74886
11/20/2024, 4:14 PMsteep-lamp-91158
brash-librarian-74886
11/21/2024, 8:53 AM