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

fix federation errors #202

Open
wants to merge 2 commits into
base: versione-corrente
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions docs/en/errors_federation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ Federation error codes
- **Supported by**
* - *temporarily_unavailable*
- well-known or Federation endpoint is unreachable.
- *302 Found*/*400 Bad Request*
- *503 Service Unavailable*
- |spid-icon| |cieid-icon|
* - *invalid_client*
- The Trust Chain validation fails and the Client is not authorized.
- *302 Found*
- *401 Unauthorized*
- |spid-icon| |cieid-icon|
* - *unauthorized_client*
- Applying the metadata policy results in a metadata not compliant or no valid Trust Mark for the requested profile is present within the configuration.
- *302 Found*
- *401 Unauthorized*
- |spid-icon| |cieid-icon|
* - *invalid_request*
- The request is incomplete or does not comply with current specifications.
Expand Down
10 changes: 5 additions & 5 deletions docs/it/errors_federation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ In caso di errore durante le operazioni di federazione, le entità DEVONO rappre
* - **Claim**
- **Descrizione**
- **Supportato da**
* - **Errore**
* - **error**
- Vedi :ref:`Codici di errori <codici_errore_federation>`
- |spid-icon| |cieid-icon|
* - **Descrizione dell'errore**
* - **error_description**
- Descrizione più dettagliata dell'errore, finalizzata ad aiutare lo sviluppatore per eventuale debugging.
- |spid-icon| |cieid-icon|

Expand All @@ -38,15 +38,15 @@ Codici di errore di Federation
- **Supportato da**
* - *temporarily_unavailable*
- Uno degli endpoint di well-known o di Federation non è raggiungibile.
- *302 Found* or *400 Bad Request*
- *503 Service Unavailable*
- |spid-icon| |cieid-icon|
* - *invalid_client*
- Il Client non è autorizzato perchè la validazione della Trust Chain fallisce.
- *302 Found*
- *401 Unauthorized*
- |spid-icon| |cieid-icon|
* - *unauthorized_client*
- L'applicazione del metadata policy produce un metadata non conforme o nessun Trust Mark valido per il profilo richiesto è presente all'interno della configurazione.
- *302 Found*
- *401 Unauthorized*
- |spid-icon| |cieid-icon|
* - *invalid_request*
- La richiesta non è completa o non è conforme a quanto definito dalle presenti specifiche tecniche.
Expand Down
Loading