Skip to content

Commit

Permalink
feat: update the protocol by including team & handle in the client dp…
Browse files Browse the repository at this point in the history
…op token, verifying the handle in the dpop challenge
  • Loading branch information
beltram committed Nov 22, 2023
1 parent c5ababc commit ee2a2e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions acme/challenge.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,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",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.step-ca
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN make V=1 bin/step-ca
FROM rust:alpine AS rustbuilder

RUN apk add --no-cache git musl-dev perl
RUN git clone https://github.com/wireapp/rusty-jwt-tools.git /src
RUN git clone --branch feat/dpop-handle-teams https://github.com/wireapp/rusty-jwt-tools.git /src

RUN cd /src && \
cargo build --release --verbose
Expand Down

0 comments on commit ee2a2e0

Please sign in to comment.