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

Uncorrect method sent in the payload when webauthn is disabled #277

Closed
natalian98 opened this issue Sep 6, 2024 · 1 comment · Fixed by #286
Closed

Uncorrect method sent in the payload when webauthn is disabled #277

natalian98 opened this issue Sep 6, 2024 · 1 comment · Fixed by #286
Assignees
Labels
bug Something isn't working frontend This is a UI issue

Comments

@natalian98
Copy link
Contributor

If webauthn config is disabled and you attempt to sign in using a security key, UI displays a message "invalid password". This is because it sends an invalid payload (with password method), so kratos renders this error message as it doesn't recognize it.

image

If webauthn is enabled and you attempt to sign in with a user that doesn't have any webauthn credentials, it will display the correct message because the method in the payload is correct:
image

@natalian98 natalian98 added the bug Something isn't working label Sep 6, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-1041.

This message was autogenerated

@natalian98 natalian98 added the frontend This is a UI issue label Sep 12, 2024
edlerd added a commit to edlerd/identity-platform-login-ui that referenced this issue Sep 23, 2024
…ical#277 WD-15073

Signed-off-by: David Edler <david.edler@canonical.com>
edlerd added a commit to edlerd/identity-platform-login-ui that referenced this issue Sep 23, 2024
…ical#277 WD-15073

Signed-off-by: David Edler <david.edler@canonical.com>
@edlerd edlerd self-assigned this Sep 23, 2024
edlerd added a commit to edlerd/identity-platform-login-ui that referenced this issue Sep 27, 2024
…ical#277 WD-15073

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
Labels
bug Something isn't working frontend This is a UI issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants