Skip to content

Commit

Permalink
fix: [Federation] trust mark issuer endpoint aligned to DRAFT 23
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Oct 5, 2022
1 parent 6eca89f commit 1f41b8a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .gitguardian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ version: 2
secret:
ignored-paths:
- docs/it/userinfo_endpoint.rst
- docs/it/introspection_endpoint.rst
- docs/it/revocation_endpoint.rst
- docs/en/userinfo_endpoint.rst
- docs/en/introspection_endpoint.rst
- docs/en/revocation_endpoint.rst
20 changes: 12 additions & 8 deletions docs/common/common_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,12 @@ EN 1.3. Entity Configuration Response Intermediary
],
"federation_fetch_endpoint":"https://aggregatore.it/fetch/",
"federation_resolve_endpoint":"https://aggregatore.it/resolve/",
"federation_status_endpoint":"https://aggregatore.it/trust_mark_status/",
"federation_list_endpoint":"https://aggregatore.it/list/",
"homepage_uri":"https://soggetto.aggregatore.it",
"name":"Soggetto Aggregatore di esempio"
},
"trust_mark_issuer": {
"federation_status_endpoint":"https://aggregatore.it/trust_mark_status/",
}
},
"trust_marks":[
Expand Down Expand Up @@ -365,16 +367,18 @@ EN 1.4. Entity Configuration Response Trust Anchor
]
},
"metadata":{
"federation_entity":{
"federation_entity": {
"contacts":[
"spid.tech@agid.gov.it"
],
"federation_fetch_endpoint":"https://registry.agid.gov.it/fetch/",
"federation_resolve_endpoint":"https://registry.agid.gov.it/resolve/",
"federation_status_endpoint":"https://registry.agid.gov.it/trust_mark_status/",
"federation_list_endpoint":"https://registry.agid.gov.it/list/",
"homepage_uri":"https://registry.agid.gov.it/",
"name":"example TA"
"federation_fetch_endpoint": "https://registry.agid.gov.it/fetch/",
"federation_resolve_endpoint": "https://registry.agid.gov.it/resolve/",
"federation_list_endpoint": "https://registry.agid.gov.it/list/",
"homepage_uri": "https://registry.agid.gov.it/",
"name": "example TA"
},
"trust_mark_issuer": {
"federation_status_endpoint": "https://registry.agid.gov.it/trust_mark_status/"
}
},
"trust_marks_issuers":{
Expand Down
10 changes: 10 additions & 0 deletions docs/it/metadata_aa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ Il Metadata di tipo **"federation_entity"** DEVE contenere almeno i seguenti par
* - **federation_resolve_endpoint**
- Vedi Sezione :ref:`Endpoint di Federazione <federation_endpoint>` e `OIDC-FED#Section.4.6`_
- |spid-icon| |cieid-icon|

Il Metadata di tipo **"trust_mark_issuer"** DEVE contenere almeno i seguenti parametri obbligatori:

.. list-table::
:widths: 20 60 20
:header-rows: 1

* - **Claim**
- **Descrizione**
- **Supportato da**
* - **federation_status_endpoint**
- Vedi Sezione :ref:`Endpoint di Federazione <federation_endpoint>` e `OIDC-FED#Section.4.6`_
- |spid-icon| |cieid-icon|
Expand Down

0 comments on commit 1f41b8a

Please sign in to comment.