Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Claim redirect_uri on token request #209

Open
wants to merge 9 commits into
base: versione-corrente
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 3 additions & 1 deletion docs/it/token_endpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ Di seguito i claim che DEVONO essere inseriti nella *Token Request*.
* - **refresh_token**
- Obbligatorio solo se **grant_type** è **refresh_token**
- |spid-icon| |cieid-icon|

* - **redirect_uri**
- Obbligatorio. Deve essere uno dei valori dichiarati all'interno del claim **redirect_uris** nel metadata del RP e deve essere identico al valore del claim **redirect_uri** incluso nella authorization request.
- |spid-icon| |cieid-icon|

Response
++++++++
Expand Down
Loading