-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
email and password autocomplete in Browser mode #1309
Comments
If you run
|
Oh wow, had no idea, that's wonderful, thank you |
It doesn't seem to work though. Maybe Google changed their login page. |
Yeah, I'm not surprised. When I looked at the code implementing their auto-fill feature, it seemed to make some pretty strong assumptions about how the login page needs to be structured. The code can be find here ( saml2aws/pkg/provider/browser/browser.go Lines 205 to 223 in 953bb29
Thus, I would keep this issue but retitle it to something like, "Make |
Btw, the following issue is related to making |
Thank you, I will follow that issue then 👍 |
It would be nice if the browser mode could autocomplete the email and password when logging in in Google. It's annoying having to type the password especially for people who use their browser's password manager, since the browser runs in a clean session (as it should).
The text was updated successfully, but these errors were encountered: