Skip to content

Commit

Permalink
fixup! Fix and un-Note note about constraints on credential ID length…
Browse files Browse the repository at this point in the history
…/format
  • Loading branch information
emlun committed Nov 13, 2024
1 parent 72d47d0 commit 476e46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ that are returned to the caller when a new credential is created, or a new asser
with high probability across all credentials of the same type, across all authenticators.

This API does not constrain the format of this identifier,
except that it MUST be no longer than 1023 bytes and MUST be sufficient for the [=authenticator=] to uniquely select a key.
except that it MUST NOT be longer than 1023 bytes and MUST be sufficient for the [=authenticator=] to uniquely select a key.
For example, an authenticator without on-board storage may create identifiers containing a [=credential private key=]
wrapped with a symmetric key that is burned into the authenticator.

Expand Down

0 comments on commit 476e46b

Please sign in to comment.