ruimarinho / gsts

Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
MIT License
222 stars 38 forks source link

Google is detecting puppeteer :( #23

Closed lizthegrey closed 4 years ago

lizthegrey commented 4 years ago

both with --experimental-u2f-support and not, puppeteer is being blocked.

ruimarinho commented 4 years ago

Can you please update to v2.3.0? That should fix it.

lizthegrey commented 4 years ago

Works, thanks! Sorry about the scare.

ruimarinho commented 4 years ago

My original goal was to use headful authentication for the purpose of avoiding this sort of workarounds and hacks, but seems like Google doesn't like that approach even if it's controlled by a human.

Unfortunately it doesn't seem to be possible to use the local Chromium (manually launched, not via puppeteer) and then read that data via puppeteer (https://github.com/puppeteer/puppeteer/issues/5818). We'll see..