-
Notifications
You must be signed in to change notification settings - Fork 8
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
Incorrect error if a security key method is not set up for the email address #383
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-1244.
|
edlerd
added a commit
to edlerd/identity-platform-login-ui
that referenced
this issue
Dec 16, 2024
…set up. fixes canonical#383 Signed-off-by: David Edler <david.edler@canonical.com>
edlerd
added a commit
to edlerd/identity-platform-login-ui
that referenced
this issue
Dec 16, 2024
…set up. fixes canonical#383 Signed-off-by: David Edler <david.edler@canonical.com>
edlerd
added a commit
to edlerd/identity-platform-login-ui
that referenced
this issue
Dec 17, 2024
…set up. fixes canonical#383 Signed-off-by: David Edler <david.edler@canonical.com>
edlerd
added a commit
to edlerd/identity-platform-login-ui
that referenced
this issue
Dec 17, 2024
…set up. fixes canonical#383 Signed-off-by: David Edler <david.edler@canonical.com>
edlerd
added a commit
to edlerd/identity-platform-login-ui
that referenced
this issue
Dec 18, 2024
…set up. fixes canonical#383 Signed-off-by: David Edler <david.edler@canonical.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to sign in using security key method, after entering email address in the initial sign in screen field, after clicking sign in with security key will simply refresh the page without explaining the error.
Flow to reproduce:
Enter an email address into email field (make sure no security keys are set up) -> Click sign in with security key -> You'll be redirected back to starting sign in page with your email field cleared.
What should happen:
You should see an error saying that this sign in method is unavailable
Enter an email address into email field -> Click sign in with security key -> Email field highlighted and message saying "Sign in method unavailable"
The text was updated successfully, but these errors were encountered: