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

Consider rejecting sign-ins where third-party IdP email does not match the initial email entered #31

Open
evan10s opened this issue Oct 10, 2020 · 0 comments · May be fixed by #34
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@evan10s
Copy link
Member

evan10s commented Oct 10, 2020

Currently, say you have an account [email protected] that uses Google sign in. Say you also have a second existing account under [email protected] also using Google sign in. If you enter [email protected] but sign into the Google account [email protected] when prompted, you will be signed into [email protected].

In reality, this silent redirection can be confusing to users. Since users have to enter their email address, we should improve this experience and reduce confusion, perhaps by rejecting the login attempt or showing a prompt prior to signing into the account associated with the third-party identity provider they actually signed into.

@petschekr petschekr added enhancement New feature or request good first issue Good for newcomers labels Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants