Skip to content

Commit d5b7b4d

Browse files
committed
allow error responses to contain a nonce
1 parent ce8fc80 commit d5b7b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-ietf-oauth-attestation-based-client-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ Content-Type: application/json
460460
}
461461
~~~
462462

463-
## Providing Challenges on Previous Successful Responses
463+
## Providing Challenges on Previous Responses
464464

465-
The Authorization Server MAY provide a fresh Challenge on any previous successful response using a HTTP header-based syntax. The HTTP header field parameter MUST be named "attestation-challenge" and contain the value of the Challenge. The Client MUST use this new Challenge for the next OAuth-Client-Attestation-PoP.
465+
The Authorization Server MAY provide a fresh Challenge on any previous successful response using a HTTP header-based syntax. The HTTP header field parameter MUST be named "attestation-challenge" and contain the value of the Challenge. The Client MUST use this new Challenge for the next OAuth-Client-Attestation-PoP. Note that this also includes error responses.
466466

467467
The following is a non-normative example of an Authorization Response containing a fresh Challenge:
468468

0 commit comments

Comments
 (0)