I am trying to automate login to my app which uses among others, google sso authentication. However login form return error "This browser or app may not be secure.". I set my google account options to allow less secure apps but still nothing.
I browsed few topics:
- GMail is blocking login via Automation (Selenium)
- Selenium Google Login Block
- Automation Google login with python and selenium shows ""This browser or app may be not secure""
And it seems that google is blocking this way at all in favor of oauth. People write in these topics that solutions stopped working recently
So is it currently possible, to set ChromeDriver somehow using capabalities, to be able to login through SSO?. I need a simple solution, that will run headless with other scripts on cloud (not something that would require me to manually login first on another instance as one anwser suggests). If its not possible or extremly complicated please tell me I will not waste time on it.