mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-15 18:12:59 +00:00
i'm tired
This commit is contained in:
parent
03dbd91418
commit
f5b346ee36
@ -559,7 +559,7 @@ func wireDPOP01Validate(ctx context.Context, ch *Challenge, db DB, jwk *jose.JSO
|
||||
return WrapErrorISE(err, "Invalid DPoP token")
|
||||
}
|
||||
dpop := make(map[string]interface{})
|
||||
if err := parsedAccessToken.UnsafeClaimsWithoutVerification(&parsedDpopToken); err != nil {
|
||||
if err := parsedDpopToken.UnsafeClaimsWithoutVerification(&dpop); err != nil {
|
||||
return WrapErrorISE(err, "Failed parsing dpop token")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user