canonical / identity-platform-login-ui

Login UI for the Canonical identity broker and identity provider solution
Apache License 2.0
9 stars 6 forks source link

Unknown error code on invalid totp #276

Closed nsklikas closed 1 week ago

nsklikas commented 2 weeks ago

If I try to input a otp that does not have the right length (6), then I get this error: image

syncronize-issues-to-jira[bot] commented 2 weeks ago

Thank you for reporting us your feedback!

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

This message was autogenerated

natalian98 commented 2 weeks ago

https://www.ory.sh/docs/kratos/concepts/ui-user-interface#length-must-be--5-but-got-3-4000003

nsklikas commented 1 week ago

Since we have an exhaustive list of errors, shouldn't we create a mapping for the ones that make sense and just return Server Error for the rest?