Currently we are trying to implement the Automation Framework into our CI/CD pipelines, but at the moment we are stuck on authenticating ZAP via local storage.
Our selenium script is based on some of the community scripts we have found and runs correctly. The problem is that it redirects to the authentication domain before getting to our actual domain and writing to local storage.
My question is essentially just as the subject says, is there a way to stop it from redirecting in the scripts? Or write to a domain without visiting it?
As we use SSO, i would like to avoid logging in through a form.