Skip to content

Commit

Permalink
Make consistent the check for be:0,bs:1 during reg
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jun 28, 2023
1 parent d8b42fe commit 8a04cf7
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 @@ -5292,7 +5292,7 @@ In order to perform a [=registration ceremony=], the [=[RP]=] MUST proceed as fo
1. If the [=[RP]=] requires [=user verification=] for this registration,
verify that the [=authData/flags/UV=] bit of the <code>[=flags=]</code> in |authData| is set.

1. If the credential's [=backup eligibility=] is not set, verify that the credential's [=backup state=] is not set.
1. If the [=authData/flags/BE=] bit of the <code>[=flags=]</code> in |authData| is not set, verify that the [=authData/flags/BS=] bit is not set.

1. If the [=[RP]=] uses the credential's [=backup eligibility=] to inform its user experience flows and/or policies, evaluate the
[=authData/flags/BE=] bit of the <code>[=flags=]</code> in |authData|.
Expand Down

0 comments on commit 8a04cf7

Please sign in to comment.