Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f0732b

Browse files
authoredAug 22, 2024··
the nonce query parameter is base64 URL-encoded
There has been a disconnect between client and server implementations due to the lack of precision in the spec.
1 parent e07aaa5 commit 7f0732b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎api/challenge-response/challenge-response.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ paths:
3030
in: query
3131
description: >
3232
the API server should not generate a nonce for this session and
33-
use instead the one supplied by the client. The supplied value must
34-
decode to a byte sequence between 8 and 64 bytes long.
33+
instead use the one supplied by the client. The supplied base64
34+
URL-encoded value must decode to a byte sequence between 8 and
35+
64 bytes long.
3536
required: false
3637
schema:
3738
type: string

0 commit comments

Comments
 (0)
Please sign in to comment.