Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Giuseppe De Marco <[email protected]>
  • Loading branch information
m-basili and peppelinux authored Oct 1, 2024
1 parent 434c7aa commit 3bbf6ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en/pid-eaa-entity-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The *openid_credential_issuer* metadata MUST contain the following claims.
* - **credential_status_detail_supported**
- JSON object that outlines the details of each validity status supported by the PID/(Q)EAA Provider related to the credentials issued. It contains ``Display`` array containing a list of states with the corresponding descriptions and language identifiers. The parameter that MUST be included are:

- **state**: String value of a credential status supported.
- **state**: String value of a Credential status supported.
- **description**: String containing the description of the status related to this object.
- **locale**: String value that identifies the language of this object represented as a language tag taken from values defined in *BCP47* :rfc:`5646`. There MUST be only one object for each language identifier.
* - **jwks**
Expand Down
4 changes: 2 additions & 2 deletions docs/en/revocation-lists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ When the JWT format is used, the Revocation Assertion MUST contain the following
- Boolean value indicating the absolute validity of the Credential linked to the Status Assertion. It MUST be set with the value `false`.
- `OAUTH-STATUS-ASSERTION`_.
* - **credential_status_detail**
- Object containing detailed information about the real status of the credential. IT MUST contains ``state`` and related ``description`` claims that MUST be set with one of the values defined in the *credential_status_detail_supported* mapped in the Credential Issuer Metadata.
- Object containing detailed information about the real status of the Credential. It MUST contains ``state`` and related ``description`` claims that MUST be set with one of the values defined in the *credential_status_detail_supported* mapped in the Credential Issuer Metadata.
- `OAUTH-STATUS-ASSERTION`_.


Expand Down Expand Up @@ -707,7 +707,7 @@ When the JWT format is used, the Status Assertion MUST contain the following cla
- Boolean value indicating the absolute validity of the Credential linked to the Status Assertion. It is REQUIRED and it MUST be set with the value "false" or "true".
- `OAUTH-STATUS-ASSERTION`_.
* - **credential_status_detail**
- REQUIRED if **credential_status_validity** is set to `false`. Object containing detailed information about the real status of the credential. IT MUST contains ``state`` and related ``description`` claims that MUST be set with one of the values defined in the *credential_status_detail_supported* mapped in the Credential Issuer Metadata.
- REQUIRED if **credential_status_validity** is set to `false`. Object containing detailed information about the real status of the Credential. IT MUST contains ``state`` and related ``description`` claims that MUST be set with one of the values defined in the *credential_status_detail_supported* mapped in the Credential Issuer Metadata.
- `OAUTH-STATUS-ASSERTION`_.
* - **cnf**
- JSON object containing confirmation methods. The sub-member contained within `cnf` member, such as `jwk` for JWT, MUST match with the one provided within the related Digital Credential. Other confirmation methods can be utilized when the referenced Digital Credential supports them, in accordance with the relevant standards.
Expand Down
2 changes: 1 addition & 1 deletion examples/ec-eaa.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"display": [
{
"state": "Invalida",
"description": "La credenziale non è più utilizzabile in quanto è stata revocata. Questo stato è irreversibile",
"description": "La Credenziale non è più utilizzabile in quanto è stata revocata. Questo stato è irreversibile",
"locale": "it-IT"
},
{
Expand Down

0 comments on commit 3bbf6ac

Please sign in to comment.