feat: update the protocol by including team & handle in the client dpop token, verifying the handle in the dpop challenge

pull/1671/head
beltram 6 months ago committed by Herman Slatman
parent 6ffd913e28
commit d6ceebba94
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -516,6 +516,8 @@ func wireDPOP01Validate(ctx context.Context, ch *Challenge, db DB, jwk *jose.JSO
"verify-access",
"--client-id",
challengeValues.ClientID,
"--handle",
challengeValues.Handle,
"--challenge",
ch.Token,
"--leeway",

Loading…
Cancel
Save