Skip to content

Commit 8bf23ed

Browse files
authored
Merge pull request #554 from italia/iss-552
Authentic Source initiated flow
2 parents dc1d66f + 800f1c7 commit 8bf23ed

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/en/authentic-sources.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Authentic Sources
55
+++++++++++++++++++
66

7-
Authentic Sources are responsible for the authenticity of the User's attributes provided as Digital Credentials by Credential Issuers. During the Issuance Flow, Credential Issuers request from Authentic Sources the attributes required to provide the requested Credential. Authentic Sources MAY also provide a Credential Offer related to their Credential Issuers as defined in Section :ref:`Credential Offer Endpoint <Credential Offer Endpoint>`.
7+
Authentic Sources provide Users attributes to the Credential Issuers enabling them in the issuance of the Digital Credentials. During the Issuance Flow, Credential Issuers request from Authentic Sources the attributes required to provide the requested Credential. Authentic Sources MAY also provide a Credential Offer related to their Credential Issuers as defined in Section :ref:`Credential Offer Endpoint <Credential Offer Endpoint>`.
88

99
Public Authentic Sources MUST interact with Credential Issuers via PDND according to the rules defined in Section :ref:`e-Service PDND <e-service-pdnd>` and in Section :ref:`Status Update by Authentic Sources <Status Update by Authentic Sources>`. See also Section :ref:`Authentic Source Catalogue <Authentic Source Catalogue>` for additional details.
1010

@@ -17,4 +17,3 @@ Authentic Sources MUST:
1717

1818
- cooperate with their Credential Issuers so that the attributes attested in a Digital Credential are always kept up to date. Public Authentic Sources MUST use PDND to notify their Credential Issuers of any update regarding attributes that have changed or are no longer valid.
1919

20-

docs/en/pid-eaa-entity-configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ The *oauth_authorization_server* metadata MUST contain the following parameters.
5555
- JSON array containing a list of the supported *scope* values. See :rfc:`8414#section-2`.
5656
* - **response_modes_supported**
5757
- JSON array containing a list of the supported "response_mode" values, as specified in `OAuth 2.0 Multiple Response Type Encoding Practices <https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html>`_. The supported values MAY be *query* and *form_post.jwt* (see `JARM`_).
58+
* - **response_types_supported**
59+
- JSON array containing a list of the supported "response_type" values, as specified in :rfc: `8414`. The supported value MUST be *code*.
5860
* - **authorization_signing_alg_values_supported**
5961
- JSON array containing a list of the :rfc:`7515` supported signing algorithms (*alg* values). The values MUST be set according to Section :ref:`Cryptographic algorithms`. See Section 4 of `JARM`_.
6062
* - **grant_types_supported**

examples/ec-eaa.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
"form_post.jwt",
5353
"query"
5454
],
55+
"response_types_supported": [
56+
"code"
57+
],
5558
"authorization_signing_alg_values_supported": [
5659
"ES256",
5760
"ES384",

0 commit comments

Comments
 (0)