I have been trying to create a new Scan with "Non-Google account" authentication for a while and always fails with a FAILED_TO_AUTHENTICATE_TO_TARGET error code.
According to the documentation, the possible issues could be:
- Using non-standard HTML form fields, for example, not using a password type.
- Using a complicated login form, for example, a form that has more than a single username and password field.
- Not saving an authentication cookie on successful login.
- In some situations, the scanner is denied by counter-measures that are meant to protect against bots, DDOS, and other attacks.
I can confirm that a simple form is being used, it has no more that a single username and password field, a cookie is created after a successful login and the scanner is not denied access in any form.
Moreover, checking the application logs I can confirm that the Web Security Scan is able to login and a session cookie is created, but I'm still receiving a FAILED_TO_AUTHENTICATE_TO_TARGET error code and the Scan is not created.
Any help with the subject would be deeply appreciated.