Hi,
I'm trying to found how i can make the ZAP to log my user in based on Cognito login (it have MFA) so i thought about extracting the cookie session from another browser login page but i don't found how to achieve that.
Basically my app login flow is :
/login -> cognito redirection (Username+password +MFA) -> redirect back on my app with nextauth and set session/cookie.
Currently i'm stuck finding a way to achieve that authentication with the ZAP tools.
If anyone done that and can assist.
Thanks