Skip to content

Commit e13cc22

Browse files
Fixed parameter name in request to /ace-group/GROUPNAME/nodes/NODENAME/cred
1 parent 78cf203 commit e13cc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-ace-key-groupcomm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ The POST handler is used to replace the stored authentication credential of this
15921592

15931593
The handler expects a POST request with payload as specified in {{gid-post}}, with the difference that it includes only the parameters 'client_cred', 'cnonce', and 'client_cred_verify'.
15941594

1595-
The PoP evidence included in the 'client_cred_verify' parameter is computed in the same way considered in {{gid-post}} and defined by the specific application profile (REQ14), by using the following to build the PoP input: i) the same scope specified by the Client in the 'scope' parameter of the original Join Request; ii) the latest N_S value stored by the Client; iii) a new N_C nonce generated by the Client and specified in the parameter 'client_cred' of this request.
1595+
The PoP evidence included in the 'client_cred_verify' parameter is computed in the same way considered in {{gid-post}} and defined by the specific application profile (REQ14), by using the following to build the PoP input: i) the same scope specified by the Client in the 'scope' parameter of the original Join Request; ii) the latest N_S value stored by the Client; iii) a new N_C nonce generated by the Client and specified in the parameter 'cnonce' of this request.
15961596

15971597
An example of PoP input to compute 'client_cred_verify' using CBOR encoding is given in {{fig-client-cred-input-2}}.
15981598

0 commit comments

Comments
 (0)