taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit a3851226f2f5057d6bb7f75b5958a741b824b5d0
parent 37fd5898429f0cf7c2b666928907c5f129cabb55
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  9 Jul 2026 22:26:51 +0200

406 is never returned anymore

Diffstat:
Mcore/challenger/post-authorize-NONCE.rst | 7++-----
Mcore/challenger/post-challenge-NONCE.rst | 3---
2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/core/challenger/post-authorize-NONCE.rst b/core/challenger/post-authorize-NONCE.rst @@ -2,8 +2,8 @@ .. http:post:: /authorize/$NONCE This is the "authorization" endpoint of the OAuth 2.0 protocol. This - endpoint is used by the user-agent. It will return a form to enter the - address. + endpoint is used by the user-agent. It will return data to + generate a form to enter the address. The NONCE is a unique value identifying the challenge, should be shown to the user so that they can recognize it when they receive the TAN code. @@ -40,9 +40,6 @@ The service is unaware of a matching challenge. The response will include error code, hint and detail. Since protocol **v1**. - :http:statuscode:`406 Not Acceptable`: - The client ask for "text/html" and the backend installation does - not include the required HTML templates. :http:statuscode:`500 Internal Server Error`: Server is not able to respond due to internal problems. The response will include error diff --git a/core/challenger/post-challenge-NONCE.rst b/core/challenger/post-challenge-NONCE.rst @@ -28,9 +28,6 @@ The service is unaware of a matching challenge. The response will include error code, hint and detail. Since protocol **v1**. - :http:statuscode:`406 Not Acceptable`: - The client ask for "text/html" and the backend installation does - not include the required HTML templates. :http:statuscode:`429 Too Many Requests`: There have been too many attempts to request challenge transmissions for this $NONCE. The user-agent should