Hello,
My apologies if this is the wrong group to post this in. I am a bit new to some of ZAP's features although I have been a long time fan of it :)
I am trying to test some authentication automation and I am trying to do so using the Authentication Tester. I have been able to get it to successfully authenticate into my target using the desktop GUI app. However, when I export the context and try to load and run the context using the zap-baseline executable in the zap-stable docker image, it has difficulty finding the user.
Below is the context users section that I have created. The original export had a hash
<users>
<user>
<name>testy</name>
<enabled>true</enabled>
<credentials>
<username>testy-mctesterson</username>
<password>my kewl kid passwrd</password>
</credentials>
</user>
</users>
Below is the command that I am running with a local export of the context using zap baselinezap-baseline.py -t $TARGET_SITE -d -r zap_report.html -n auth.context -U testy -j -a
Below is the zap-stable image I am pulling in (should be zap 2.16.1)
I am also looking at the following resources as alternative ways of accomplishing my objective and will follow up here if one of them does the trick. I would have expected the above to work though :(
Thank you again for all the help with this! Let me know if I am being silly and missing something obvious,
- Max