Skip to content

Commit

Permalink
Update token_endpoint.rst
Browse files Browse the repository at this point in the history
add claim redirect_uri
  • Loading branch information
damikael authored Mar 25, 2024
1 parent a65aa1a commit 04244a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/token_endpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
++++++++
Expand Down

0 comments on commit 04244a4

Please sign in to comment.