credProps
output directions contradict notes
#2213
Labels
Milestone
credProps
output directions contradict notes
#2213
credProps
states the following for the output:If this is true, then I don't see how
rk
is optional since per the above directive it will always be set since requireResidentKey is always set (it defaults tofalse
when not present). Furthermore the notes about the extension later state thatrk
should only be set when the client platform knows definitively one way or the other; and if it does not know, then it should omit the property:This justifies the reason
rk
is optional, but it clearly goes against the actual directive which is to always use requireResidentKey. I think the directive should be changed. I think it should state thatrk
should be set totrue
when requireResidentKey istrue
; however it should only set it tofalse
when it knows for sure. This makes it align with the IDL which hasrk
as optional as well as the notes.The text was updated successfully, but these errors were encountered: