Skip to content
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

best effort input of username and password #1362

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cvirtucio
Copy link

@cvirtucio cvirtucio commented Nov 14, 2024

Description

Some identity providers do not allow you to enter your username on the login page. Okta is one example (it's just pre-filled with your username):

okta_example

This PR adjusts the browser provider so that it makes a best effort attempt at entering the username and password. Without this, the username will just be appended to the password on the <input type="password" /> tag. This also ensures that if the user is already authenticated, the provider does not fail because there are no <input /> tags to fill.

@cvirtucio cvirtucio changed the title added browser_autofill_no_username option for the browser provider best effort input of username and password Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant