From 04244a4fefd0e9333fa8c30d0c6bc84947731b6d Mon Sep 17 00:00:00 2001 From: Michele D'Amico Date: Mon, 25 Mar 2024 15:33:07 +0100 Subject: [PATCH] Update token_endpoint.rst add claim redirect_uri --- docs/en/token_endpoint.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/token_endpoint.rst b/docs/en/token_endpoint.rst index 15bd3f28..9358780d 100644 --- a/docs/en/token_endpoint.rst +++ b/docs/en/token_endpoint.rst @@ -112,7 +112,9 @@ The claims that MUST be included in the *Token Request* are given below. * - **refresh_token** - Required only if **grant_type** is **refresh_token**. - |spid-icon| |cieid-icon| - + * - **redirect_uri** + - Required. It must be one of the values declared into the claim **redirect_uris** in the metadata of the RP and it must be identical to the value of the claim **redirect_uri** included in the authorization request. + - |spid-icon| |cieid-icon| Response ++++++++