Replies: 1 comment 5 replies
-
Hi, The authenticator is returning a
You are sending a rather large request of 1247 bytes
which has grown this large due to the fact that there's 21 allowed credentials in this request. My guess is that the authenticator's max message size is less than 1247 bytes (look for For this many allowed credentials, you will probably need to chunk them into multiple assertions. One way of minimizing user interaction could be to make use of the pre-flight concept to figure out which credential ID:s that the authenticator knows of, before performing the actual assertion ceremony. |
Beta Was this translation helpful? Give feedback.
-
Hello team,
I wrote a program which integrated libfido2. For most of cases, most of the devices and most of the website, fido_dev_get_assert works well. However, to login some website, such as "office365", fido_dev_get_assert returns fido_err_rx.
Could you help with the error? Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions