You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered:
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 (withpassword
method), so kratos renders this error message as it doesn't recognize it.If
![image](https://private-user-images.githubusercontent.com/97316813/365153275-2905921d-f33f-41a9-97f0-694c9e1e654c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODA1MzEsIm5iZiI6MTczOTI4MDIzMSwicGF0aCI6Ii85NzMxNjgxMy8zNjUxNTMyNzUtMjkwNTkyMWQtZjMzZi00MWE5LTk3ZjAtNjk0YzllMWU2NTRjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEzMjM1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1ODMyNDFiOGU5NTVlMWY0MDQxYThlYWY2OThiMWRlNGFjZjE3MDM0ZWE0YTA3ZmRjYjNmOWZlZWNiZTNhZmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NrLC_nDrIQDkKe1438UQoU02idD0JCkwMaNki_7Md40)
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:The text was updated successfully, but these errors were encountered: