diff --git a/refs/pull/432/merge/en/.doctrees/environment.pickle b/refs/pull/432/merge/en/.doctrees/environment.pickle
index b86a1679..61af363c 100644
Binary files a/refs/pull/432/merge/en/.doctrees/environment.pickle and b/refs/pull/432/merge/en/.doctrees/environment.pickle differ
diff --git a/refs/pull/432/merge/en/.doctrees/pid-eaa-entity-configuration.doctree b/refs/pull/432/merge/en/.doctrees/pid-eaa-entity-configuration.doctree
index e46631b0..fd83b2e8 100644
Binary files a/refs/pull/432/merge/en/.doctrees/pid-eaa-entity-configuration.doctree and b/refs/pull/432/merge/en/.doctrees/pid-eaa-entity-configuration.doctree differ
diff --git a/refs/pull/432/merge/en/.doctrees/pid-eaa-issuance.doctree b/refs/pull/432/merge/en/.doctrees/pid-eaa-issuance.doctree
index b60ab9b9..2cc21ac0 100644
Binary files a/refs/pull/432/merge/en/.doctrees/pid-eaa-issuance.doctree and b/refs/pull/432/merge/en/.doctrees/pid-eaa-issuance.doctree differ
diff --git a/refs/pull/432/merge/en/.doctrees/relying-party-solution.doctree b/refs/pull/432/merge/en/.doctrees/relying-party-solution.doctree
index 8352ae29..7461ea4a 100644
Binary files a/refs/pull/432/merge/en/.doctrees/relying-party-solution.doctree and b/refs/pull/432/merge/en/.doctrees/relying-party-solution.doctree differ
diff --git a/refs/pull/432/merge/en/.doctrees/remote-flow.doctree b/refs/pull/432/merge/en/.doctrees/remote-flow.doctree
index fe583329..5feb5082 100644
Binary files a/refs/pull/432/merge/en/.doctrees/remote-flow.doctree and b/refs/pull/432/merge/en/.doctrees/remote-flow.doctree differ
diff --git a/refs/pull/432/merge/en/.doctrees/revocation-lists.doctree b/refs/pull/432/merge/en/.doctrees/revocation-lists.doctree
index 6099ab62..a58ba71c 100644
Binary files a/refs/pull/432/merge/en/.doctrees/revocation-lists.doctree and b/refs/pull/432/merge/en/.doctrees/revocation-lists.doctree differ
diff --git a/refs/pull/432/merge/en/.doctrees/trust.doctree b/refs/pull/432/merge/en/.doctrees/trust.doctree
index 0ba82585..9e3bf86c 100644
Binary files a/refs/pull/432/merge/en/.doctrees/trust.doctree and b/refs/pull/432/merge/en/.doctrees/trust.doctree differ
diff --git a/refs/pull/432/merge/en/_sources/pid-eaa-entity-configuration.rst.txt b/refs/pull/432/merge/en/_sources/pid-eaa-entity-configuration.rst.txt
index db261702..9d9e7e0e 100644
--- a/refs/pull/432/merge/en/_sources/pid-eaa-entity-configuration.rst.txt
+++ b/refs/pull/432/merge/en/_sources/pid-eaa-entity-configuration.rst.txt
@@ -118,12 +118,6 @@ The *openid_credential_issuer* metadata MUST contain the following claims.
- **name**: String value of a display name for the claim.
- **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.
- * - **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.
- - **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**
- JSON Web Key Set document, passed by value, containing the protocol specific keys for the Credential Issuer. See `OID-FED`_ Section 5.2.1 and `JWK`_.
diff --git a/refs/pull/432/merge/en/_sources/pid-eaa-issuance.rst.txt b/refs/pull/432/merge/en/_sources/pid-eaa-issuance.rst.txt
index 2df499f5..77d62256 100644
--- a/refs/pull/432/merge/en/_sources/pid-eaa-issuance.rst.txt
+++ b/refs/pull/432/merge/en/_sources/pid-eaa-issuance.rst.txt
@@ -125,7 +125,7 @@ The PID/(Q)EAA Provider performs the following checks upon the receipt of the PA
2. It MUST check that the used algorithm for signing the request in the ``alg`` header is one of the listed within the Section `Cryptographic Algorithms `_.
3. It MUST check that the ``client_id`` in the request body of the PAR request matches the ``client_id`` claim included in the Request Object.
4. It MUST check that the ``iss`` claim in the Request Object matches the ``client_id`` claim in the Request Object (:rfc:`9126`, :rfc:`9101`).
- 5. It MUST check that the ``aud`` claim in the Request Object is equal to the PID/(Q)EAA Provider authorization endpoint uri (:rfc:`9126`, :rfc:`9101`).
+ 5. It MUST check that the ``aud`` claim in the Request Object is equal to the identifier of the PID/(Q)EAA Provider (:rfc:`9126`, :rfc:`9101`).
6. It MUST reject the PAR request, if it contains the ``request_uri`` parameter (:rfc:`9126`).
7. It MUST check that the Request Object contains all the mandatory parameters which values are validated according to :ref:`Table of the HTTP parameters ` [derived from :rfc:`9126`].
8. It MUST check that the Request Object is not expired, checking the ``exp`` claim.
@@ -943,7 +943,7 @@ The JWT proof type MUST contain the following parameters for the JOSE header and
- The value of this claim MUST be the **client_id** of the Wallet Instance.
- [`OpenID4VCI`_], [:rfc:`7519`, Section 4.1.1].
* - **aud**
- - The value of this claim MUST be the identifier URL of the PID/(Q)EAA Issuer.
+ - It MUST be set to the identifier of the PID/(Q)EAA Provider.
- [`OpenID4VCI`_].
* - **iat**
- UNIX Timestamp with the time of JWT issuance, coded as NumericDate as indicated in :rfc:`7519`.
diff --git a/refs/pull/432/merge/en/_sources/remote-flow.rst.txt b/refs/pull/432/merge/en/_sources/remote-flow.rst.txt
index c1cf8796..07c28afd 100644
--- a/refs/pull/432/merge/en/_sources/remote-flow.rst.txt
+++ b/refs/pull/432/merge/en/_sources/remote-flow.rst.txt
@@ -3,7 +3,6 @@
.. _Trust Model: trust.html
-
Remote Flow
===========
@@ -437,7 +436,7 @@ Where the following parameters are used:
* - **vp_token**
- JSON Array containing the Verifiable Presentation(s). There MUST be at least two signed presentations in this Array:
- - The requested Digital Credential (one or more, in format of SD-JWT VC or MDOC CBOR)
+ - The requested Digital Credential (one or more, in format of SD-JWT VC)
- The Wallet Attestation
* - **presentation_submission**
- JSON Object containing the mappings between the requested Verifiable Credentials and where to find them within the returned Verifiable Presentation Token, according to the `Presentation Exchange `_. This is expressed via elements in the ``descriptor_map`` array (Input Descriptor Mapping Objects) that contain a field called ``path``, which MUST have the value $ (top level root path) when only one Verifiable Presentation is contained in the VP Token, and MUST have the value $[n] (indexed path from root) when there are multiple Verifiable Presentations, where ``n`` is the index to select. The Relying Party receiving the `presentation_submission` descriptor therefore is able to use the correct method to decode each credential data format provided within the ``vp_token``.
@@ -446,7 +445,7 @@ Where the following parameters are used:
The items contained in the ``vp_token`` array are Verifiable Presentations of Credentials.
-Both SD-JWT and mdoc CBOR provide indications for the presentation, according to their specifications.
+
SD-JWT Presentation
-------------------
@@ -495,10 +494,18 @@ When an SD-JWT is presented, its KB-JWT MUST contain the following parameters in
- REQUIRED. The base64url-encoded hash digest over the Issuer-signed JWT and the selected disclosures.
-MDOC-CBOR Presentation
-----------------------
+Revocation Checks
+~~~~~~~~~~~~~~~~~
+
+The revocation mechanisms that the Relying Parties MUST implement are defined in the section (:ref:`Revocations `).
+
+In the context of Digital Credential evaluation, any Relying Parties (RPs) establishes internal policies that define the meaning and value of presented Credentials. This is particularly important in scenarios where a Credential may be suspended but still holds value for certain purposes. For example, a suspended mobile driving license might still be valid for verifying the age of the holder.
+
+The process begins with the RP requesting specific Credentials from the Holder. This request should align with the Relying Party's requirements and the context in which the Credentials will be used. The Holder then responds by releasing the requested Credentials.
+
+Upon receiving the Credentials, the Relying Party evaluates their validity and value based on its internal policies. This evaluation considers the current status of the Credential (e.g., active, suspended, revoked) and the specific use case for which the Credential is being presented.
-TBD.
+Relying Parties should develop comprehensive internal policies that outline how different types of Credentials are to be evaluated. These policies should address scenarios where a Credential may be partially valid or have limited applicability. Flexibility in evaluation processes is important to accommodate various use cases. For instance, a Credential that is suspended for driving purposes might still be acceptable for age verification.
Authorization Response Errors
diff --git a/refs/pull/432/merge/en/_sources/revocation-lists.rst.txt b/refs/pull/432/merge/en/_sources/revocation-lists.rst.txt
index e1f74fac..867861e0 100644
--- a/refs/pull/432/merge/en/_sources/revocation-lists.rst.txt
+++ b/refs/pull/432/merge/en/_sources/revocation-lists.rst.txt
@@ -250,7 +250,7 @@ The ``revocation_assertion_responses`` object MUST contain the following mandato
- the Revocation Assertions and or the Revocation Assertion Errors related to the request made by the Wallet Instance.
- `OAUTH-STATUS-ASSERTION`_.
-The Revocation Assertion object MUST contain the parameter ``credential_status_validity`` with the value set to ``false``.
+The Revocation Assertion object MUST contain the parameter ``credential_status_validity`` with the value set to ``1``.
Below a non-normative example of a Revocation Assertion object in JWT format, with the headers and payload represented in JSON and without applying the signature.
.. code::
@@ -266,7 +266,7 @@ Below a non-normative example of a Revocation Assertion object in JWT format, wi
"jti": "6f204f7e-e453-4dfd-814e-9d155319408c"
"credential_hash": $CREDENTIAL-HASH,
"credential_hash_alg": "sha-256",
- "credential_status_validity": false,
+ "credential_status_validity": 1,
"credential_status_detail": {
"state": "invalid",
"description": "The Credential is no longer usable as it has been revoked. This state is irreversible"
@@ -411,7 +411,7 @@ A non-normative example of Credential Proof of Possession is provided :ref:`in t
"exp": 1504785536,
"credential_hash": $CREDENTIAL-HASH,
"credential_hash_alg": "sha-256",
- "credential_status_validity": true,
+ "credential_status_validity": 0,
"cnf": {
"jwk": {...}
}
@@ -650,10 +650,13 @@ When the JWT format is used, the Revocation Assertion MUST contain the following
- Unique identifier for the JWT.
- :rfc:`7519#section-4.1.7`.
* - **credential_status_validity**
- - Boolean value indicating the absolute validity of the Credential linked to the Status Assertion. It MUST be set with the value `false`.
+ - Numerical value indicating the validity of the Credential linked to the Status Assertion describing its state, mode, condition or stage. It MUST be set with `1` (INVALID status).
- `OAUTH-STATUS-ASSERTION`_.
* - **credential_status_detail**
- - Object containing detailed information about the real status of the Credential. It MUST contains ``state`` and related ``description`` parameters 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**: String value of the Credential status,
+ - **description**: String containing the description of the Credential status.
- `OAUTH-STATUS-ASSERTION`_.
@@ -704,10 +707,13 @@ When the JWT format is used, the Status Assertion MUST contain the following cla
- The Algorithm used for hashing the Credential to which the Status Assertion is bound. The value SHOULD be set to ``S256``.
- `OAUTH-STATUS-ASSERTION`_.
* - **credential_status_validity**
- - 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".
+ - Numerical value indicating the validity of the Credential linked to the Status Assertion describing its state, mode, condition or stage. It MUST be set with values from 0 to 2 with the following meaning: 0-VALID, 1-INVALID, 2-SUSPENDED.
- `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`` parameters 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 not set to `0`. Object containing detailed information about the real status of the Credential. IT MUST contains:
+
+ - **state**: String value of the Credential status,
+ - **description**: String containing the description of the Credential status.
- `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.
diff --git a/refs/pull/432/merge/en/_sources/trust.rst.txt b/refs/pull/432/merge/en/_sources/trust.rst.txt
index cfd609d1..2ee1d9a0 100644
--- a/refs/pull/432/merge/en/_sources/trust.rst.txt
+++ b/refs/pull/432/merge/en/_sources/trust.rst.txt
@@ -74,15 +74,39 @@ General Properties
The architecture of the trust infrastructure based on OpenID Federation is built upon several core principles:
-- [P1] **Security**: incorporates mechanisms to ensure the integrity, confidentiality, and authenticity of the trust relationships and interactions within the federation.
-- [P2] **Privacy**: designed to respect and protect the privacy of the entities and individuals involved, minimal disclosure is part of this.
-- [P3] **Interoperability**: supports seamless interaction and trust establishment between diverse systems and entities within the federation.
-- [P4] **Transitive Trust**: trust established indirectly through a chain of trusted relationships, enabling entities to trust each other based on common authorities and trusted intermediaries.
-- [P6] **Scalability**: designed to efficiently manage an increasing number of entities or interactions without a significant increase in trust management complexity.
-- [P5] **Delegation**: technical ability/feature to delegate authority or responsibilities to other entities, allowing for a distributed trust mechanism.
-- [P7] **Flexibility**: adaptable to various operational and organizational needs, allowing entities to define and adjust their trust relationships and policies.
-- [P8] **Autonomy**: while part of a federated ecosystem, each entity retains control over its own definitions and configurations.
-- [P9] **Decentralization**: unlike traditional centralized systems, the OpenID Federation model promotes a decentralized approach. This ensures that no single entity has control over the entire system, enhancing privacy and security for all participants.
+.. list-table::
+ :header-rows: 1
+
+ * - Identifier
+ - Property
+ - Description
+ * - P1
+ - **Security**
+ - Incorporates mechanisms to ensure the integrity, confidentiality, and authenticity of the trust relationships and interactions within the federation.
+ * - P2
+ - **Privacy**
+ - Designed to respect and protect the privacy of the entities and individuals involved, minimal disclosure is part of this.
+ * - P3
+ - **Interoperability**
+ - Supports seamless interaction and trust establishment between diverse systems and entities within the federation.
+ * - P4
+ - **Transitive Trust**
+ - Trust established indirectly through a chain of trusted relationships, enabling entities to trust each other based on common authorities and trusted intermediaries.
+ * - P5
+ - **Delegation**
+ - Technical ability/feature to delegate authority or responsibilities to other entities, allowing for a distributed trust mechanism.
+ * - P6
+ - **Scalability**
+ - Designed to efficiently manage an increasing number of entities or interactions without a significant increase in trust management complexity.
+ * - P7
+ - **Flexibility**
+ - Adaptable to various operational and organizational needs, allowing entities to define and adjust their trust relationships and policies.
+ * - P8
+ - **Autonomy**
+ - While part of a federated ecosystem, each entity retains control over its own definitions and configurations.
+ * - P9
+ - **Decentralization**
+ - Unlike traditional centralized systems, the OpenID Federation model promotes a decentralized approach. This ensures that no single entity has control over the entire system, enhancing privacy and security for all participants.
Trust Infrastructure Functional Requirements
----------------------------------------------
@@ -94,63 +118,63 @@ This section includes the requirements necessary for the successful implementati
* - ID
- Description
- * - [FR #1]
+ * - FR1
- **Federation Trust Establishment**: the system must be able to establish trust between different entities (Credential Issuers, Relying Parties, etc.) within a federation, using cryptographic signatures for secure information exchange about the participants in the ecosystem.
- * - [FR #2]
+ * - FR2
- **Entity Authentication**: the system must implement mechanisms for authenticating entities within the federation, ensuring compliance with the shared rules.
- * - [FR #3]
+ * - FR3
- **Signature Validation**: the system must support the creation, verification, and validation of electronic signatures and provide standard and secure mechanisms to obtain the public keys required for the signature validation.
- * - [FR #4]
+ * - FR4
- **Time Stamping**: the signed artifacts must contain time stamps to ensure the integrity and non-repudiation of transactions over time, thanks to the interfaces, services, storage model and approaches defined within the federation.
- * - [FR #5]
+ * - FR5
- **Certificate Validation**: the system requires confidential transmission, secured via TLS over HTTP, and validation of certificates for website authentication, ensuring they meet eIDAS criteria.
- * - [FR #6]
+ * - FR6
- **Interoperability and Standards Compliance**: ensure interoperability between federation members by adhering to technical standards, facilitating cross-border electronic transactions.
- * - [FR #7]
+ * - FR7
- **Data Protection and Privacy**: implement data protection measures in compliance with GDPR and eIDAS regulations, ensuring the privacy and security of personal data processed within the federation.
- * - [FR #8]
+ * - FR8
- **User Consent and Control**: design mechanisms for obtaining and managing user consent, empowering users with control over their personal information.
- * - [FR #9]
+ * - FR9
- **Audit and Logging**: the system must minimize data, anonymize if possible, define retention periods, secure access, and storage encryption. This protects privacy while enabling security and accountability.
- * - [FR #10]
+ * - FR10
- **Dispute Resolution and Liability**: establish clear procedures for dispute resolution and define liability among federation members, in accordance with eIDAS provisions.
- * - [FR #11]
+ * - FR11
- **Accessibility**: ensure that the system is accessible to all users, including those with disabilities, aligning with eIDAS and local accessibility standards.
- * - [FR #12]
+ * - FR12
- **Emergency and Revocation Services**: implement mechanisms for the immediate revocation of electronic identification means and participants in case of security breaches or other emergencies.
- * - [FR #13]
+ * - FR13
- **Scalable Trust Infrastructure**: the system must support scalable trust establishment mechanisms, leveraging approaches and technical solutions that complement delegation transitive approaches to efficiently manage trust relationships as the federation grows, removing central registries that might technically or administratively fail.
- * - [FR #14]
+ * - FR14
- **Efficient Storage Scalability**: implement a storage solution that scales horizontally to accommodate increasing data volumes while minimizing central storage and administrative costs. The system should enable members to independently store and present historical trust attestations and signed artifacts during dispute resolutions, with the federation infrastructure maintaining only a registry of historical keys to validate the historical data, stored and provided by the participants.
- * - [FR #15]
+ * - FR15
- **Verifiable Attestation (Trust Mark)**: incorporate a mechanism for issuing and verifying verifiable attestations that serve as proof of compliance with specific profiles or standards. This allows entities within the federation to demonstrate adherence to agreed-upon security, privacy, and operational standards.
- * - [FR #16]
+ * - FR16
- **Dynamic Policy Language**: develop and implement a dynamic, extensible policy language that allows for the creation and modification of federation policies in response to evolving requirements, technological advancements, and regulatory changes. This policy language should support the specification of rules governing entity behavior, metadata handling, and trust validation within the federation.
- * - [FR #17]
+ * - FR17
- **Automated Policy Enforcement**: the system must automatically enforce federation policies as defined by policy language and verifiable attestations, ensuring that all operations and transactions comply with current rules and standards.
- * - [FR #18]
+ * - FR18
- **Decentralized Dispute Resolution Mechanism**: design a decentralized mechanism for dispute resolution that allows federation members to independently verify historical trust establishment and signed artifacts, reducing reliance on central authorities and streamlining the resolution process.
- * - [FR #19]
+ * - FR19
- **Adaptive Load Management**: implement adaptive load management strategies to ensure the system remains responsive and efficient under varying loads, particularly during peak usage times or when processing complex tasks.
- * - [FR #20]
+ * - FR20
- **Cross-Federation Interoperability**: ensure the system is capable of interoperating with other federations or trust frameworks, facilitating cross-federation transactions and trust establishment without compromising security or compliance.
- * - [FR #21]
+ * - FR21
- **Future-Proof Cryptography**: the system should employ a flexible cryptographic framework that can be updated in response to new threats or advancements in cryptographic research, ensuring long-term security and integrity of federation operations.
- * - [FR #22]
+ * - FR22
- **Autonomous Registration Bodies**: the system must facilitate the integration of autonomous registration bodies that operate in compliance with federation rules. These bodies are tasked with evaluating and registering entities within the federation, according to the pre-established rules and their compliance that must be periodically asserted.
- * - [FR #23]
+ * - FR23
- **Compliance Evaluation for Federation Entity Candidates**: registration bodies must evaluate the compliance of candidate entities against federation standards before their registration in the federation.
- * - [FR #24]
+ * - FR24
- **Periodic Auditing of Registration Bodies and Entities**: implement mechanisms for the periodic auditing and monitoring of the compliance status of both registration bodies and their registered entities. This ensures ongoing adherence to federation standards and policies.
- * - [FR #25]
+ * - FR25
- **Certification of Compliance for Personal Devices**: trusted bodies, in the form of federation entities, should issue certifications of compliance and provide signed proof of such compliance for the hardware of personal devices used within the federation. These certifications should be attested and periodically renewed to ensure the devices meet current security standards.
- * - [FR #26]
+ * - FR26
- **Certification of Compliance for Cryptographic Devices**: similar to personal devices, personal cryptographic devices used within the federation must also receive certifications of compliance and signed proof thereof from trusted bodies. These certifications should be subject to periodic renewal to reflect the latest security and compliance standards.
- * - [FR #27]
+ * - FR27
- **Transparent Compliance Reporting**: develop a system for transparent reporting and publication of compliance statuses, audit results, and certification renewals for all federation entities. This transparency fosters trust within the federation and with external stakeholders.
- * - [FR #28]
+ * - FR28
- **Automated Compliance Monitoring**: the system should include automated tools for monitoring the compliance of entities with federation standards. This automation aids in the early detection of potential compliance issues.
- * - [FR #29]
+ * - FR29
- **Secure Protocol Capabilities Binding**: the secure protocol must enable the exchange of protocol-specific capabilities data as cryptographically-bound metadata attached to a specific identity. This metadata should define the technical capabilities associated with the identity, ensuring verifiable proof and tamper-proof association for robust trust establishment and access control.
@@ -255,9 +279,6 @@ Below is a non-normative example of a Trust Anchor Entity Configuration, where e
"https://registry.spid.eidas.trust-anchor.example.eu",
"https://private.other.intermediary.org"
]
- },
- "constraints": {
- "max_path_length": 1
}
}
@@ -558,6 +579,8 @@ The Entity Statement issued by Trust Anchors and Intermediates contains the foll
Trust Evaluation Mechanism
--------------------------
+Trust Anchors MUST distribute their Federation Public Keys through secure out-of-band mechanisms, such as publishing them on a verified web page or storing them in a remote repository as part of a trust list. The rationale behind this requirement is that relying solely on the data provided within the Trust Anchor's Entity Configuration does not adequately mitigate risks associated with DNS and TLS manipulation attacks. To ensure security, all participants MUST obtain the Trust Anchor's public keys using these out-of-band methods. They should then compare these keys with those obtained from the Trust Anchor's Entity Configuration, discarding any keys that do not match. This process helps to ensure the integrity and authenticity of the Trust Anchor's public keys and the overall security of the federation.
+
The Trust Anchor publishes the list of its Subordinates (Federation Subordinate Listing endpoint) and the attestations of their metadata and public keys (Entity Statements).
Each participant, including Trust Anchor, Intermediate, Credential Issuer, Wallet Provider, and Relying Party, publishes its own metadata and public keys (Entity Configuration endpoint) in the well-known web resource **.well-known/openid-federation**.
diff --git a/refs/pull/432/merge/en/algorithms.html b/refs/pull/432/merge/en/algorithms.html
index cd68b3ab..73bb32df 100644
--- a/refs/pull/432/merge/en/algorithms.html
+++ b/refs/pull/432/merge/en/algorithms.html
@@ -359,7 +359,7 @@ Quick search
diff --git a/refs/pull/432/merge/en/authentic-sources.html b/refs/pull/432/merge/en/authentic-sources.html
index 71fafb8b..56cb62bd 100644
--- a/refs/pull/432/merge/en/authentic-sources.html
+++ b/refs/pull/432/merge/en/authentic-sources.html
@@ -244,7 +244,7 @@ Security PatternsSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/backup-restore.html b/refs/pull/432/merge/en/backup-restore.html
index 3c62268b..90a48f59 100644
--- a/refs/pull/432/merge/en/backup-restore.html
+++ b/refs/pull/432/merge/en/backup-restore.html
@@ -258,7 +258,7 @@ External referencesSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/contribute.html b/refs/pull/432/merge/en/contribute.html
index 3c36dafd..e466d904 100644
--- a/refs/pull/432/merge/en/contribute.html
+++ b/refs/pull/432/merge/en/contribute.html
@@ -261,7 +261,7 @@ AcknowledgementsSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/defined-terms.html b/refs/pull/432/merge/en/defined-terms.html
index e0612a47..3b0f00e4 100644
--- a/refs/pull/432/merge/en/defined-terms.html
+++ b/refs/pull/432/merge/en/defined-terms.html
@@ -470,7 +470,7 @@ Acronyms
aud |
-The value of this claim MUST be the identifier URL of the PID/(Q)EAA Issuer. |
+It MUST be set to the identifier of the PID/(Q)EAA Provider. |
[OpenID4VCI]. |
iat |
@@ -1520,7 +1520,7 @@ Notification ResponseSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/proximity-flow.html b/refs/pull/432/merge/en/proximity-flow.html
index 93a977c8..8d6fbf91 100644
--- a/refs/pull/432/merge/en/proximity-flow.html
+++ b/refs/pull/432/merge/en/proximity-flow.html
@@ -622,7 +622,7 @@ Session TerminationSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/pseudonyms.html b/refs/pull/432/merge/en/pseudonyms.html
index 598ba8a8..b38f910f 100644
--- a/refs/pull/432/merge/en/pseudonyms.html
+++ b/refs/pull/432/merge/en/pseudonyms.html
@@ -251,7 +251,7 @@ Implementation ConsiderationsSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/relying-party-entity-configuration.html b/refs/pull/432/merge/en/relying-party-entity-configuration.html
index 1f62b9b9..9e721b00 100644
--- a/refs/pull/432/merge/en/relying-party-entity-configuration.html
+++ b/refs/pull/432/merge/en/relying-party-entity-configuration.html
@@ -438,7 +438,7 @@ Example of a Relying Party Entity ConfigurationSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/relying-party-solution.html b/refs/pull/432/merge/en/relying-party-solution.html
index bcc5435a..9b82d3b3 100644
--- a/refs/pull/432/merge/en/relying-party-solution.html
+++ b/refs/pull/432/merge/en/relying-party-solution.html
@@ -740,7 +740,7 @@ Authorization Response Detailsvp_token |
JSON Array containing the Verifiable Presentation(s). There MUST be at least two signed presentations in this Array:
-The requested Digital Credential (one or more, in format of SD-JWT VC or MDOC CBOR)
+The requested Digital Credential (one or more, in format of SD-JWT VC)
The Wallet Attestation
|
@@ -753,8 +753,7 @@ Authorization Response Details
credential_status_validity |
-Boolean value indicating the absolute validity of the Credential linked to the Status Assertion. It MUST be set with the value false. |
+Numerical value indicating the validity of the Credential linked to the Status Assertion describing its state, mode, condition or stage. It MUST be set with 1 (INVALID status). |
OAUTH-STATUS-ASSERTION. |
credential_status_detail |
-Object containing detailed information about the real status of the Credential. It MUST contains state and related description parameters 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: String value of the Credential status,
+description: String containing the description of the Credential status.
+
+
+ |
OAUTH-STATUS-ASSERTION. |
@@ -909,11 +916,18 @@ Status Assertion.
credential_status_validity |
-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". |
+Numerical value indicating the validity of the Credential linked to the Status Assertion describing its state, mode, condition or stage. It MUST be set with values from 0 to 2 with the following meaning: 0-VALID, 1-INVALID, 2-SUSPENDED. |
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 parameters 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 not set to 0. Object containing detailed information about the real status of the Credential. IT MUST contains:
+
+
+state: String value of the Credential status,
+description: String containing the description of the Credential status.
+
+
+ |
OAUTH-STATUS-ASSERTION. |
cnf |
@@ -1051,7 +1065,7 @@ Error AssertionSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/search.html b/refs/pull/432/merge/en/search.html
index ea969651..09c34716 100644
--- a/refs/pull/432/merge/en/search.html
+++ b/refs/pull/432/merge/en/search.html
@@ -192,7 +192,7 @@ Search
diff --git a/refs/pull/432/merge/en/searchindex.js b/refs/pull/432/merge/en/searchindex.js
index 2b2846a8..ac24e579 100644
--- a/refs/pull/432/merge/en/searchindex.js
+++ b/refs/pull/432/merge/en/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"(Q)EAA non-normative examples": [[6, "q-eaa-non-normative-examples"]], "Access Token": [[8, "access-token"]], "Acknowledgements": [[3, "acknowledgements"]], "Acronyms": [[4, "acronyms"]], "Attributes": [[2, "attributes"]], "Authentic Sources": [[1, null]], "Authorization Request": [[8, "authorization-request"]], "Authorization Request Details": [[12, "authorization-request-details"], [13, "authorization-request-details"]], "Authorization Response": [[8, "authorization-response"]], "Authorization Response Details": [[12, "authorization-response-details"], [13, "authorization-response-details"]], "Authorization Response Errors": [[12, "authorization-response-errors"], [13, "authorization-response-errors"]], "Authorization endpoint": [[8, "authorization-endpoint"]], "Configuration of the Federation": [[17, "configuration-of-the-federation"]], "Considerations about Decentralization": [[17, "considerations-about-decentralization"]], "Credential Lifecycle": [[14, null]], "Credential Proof of Possession": [[14, "credential-proof-of-possession"]], "Credential Request": [[8, "credential-request"]], "Credential Response": [[8, "credential-response"]], "Credential Revocation HTTP Request": [[14, "credential-revocation-http-request"]], "Credential Revocation HTTP Response": [[14, "credential-revocation-http-response"]], "Credential endpoint": [[8, "credential-endpoint"]], "Cross Device Flow Status Checks and Security": [[12, "cross-device-flow-status-checks-and-security"], [13, "cross-device-flow-status-checks-and-security"]], "Cryptographic Algorithms": [[0, null]], "Deactivation": [[19, "deactivation"]], "Deferred Flow": [[8, "deferred-flow"]], "Defined Terms": [[4, "defined-terms"]], "Device Engagement": [[9, "device-engagement"], [12, "device-engagement"]], "Digital Credential Metadata Type": [[6, "digital-credential-metadata-type"]], "Dynamic Component View": [[18, "dynamic-component-view"]], "Entity Configuration": [[17, "entity-configuration"]], "Entity Configuration Leaves and Intermediates": [[17, "entity-configuration-leaves-and-intermediates"]], "Entity Configuration Trust Anchor": [[17, "entity-configuration-trust-anchor"]], "Entity Configuration of PID/(Q)EAA Providers": [[7, null]], "Entity Configuration of Relying Parties": [[11, null]], "Entity Configurations Common Parameters": [[17, "entity-configurations-common-parameters"]], "Entity Statement": [[17, "entity-statement"]], "Entity Statements": [[17, "entity-statements"]], "Error Assertion": [[14, "error-assertion"]], "Example": [[10, "example"]], "Example of a (Q)EAA Provider Entity Configuration": [[7, "example-of-a-q-eaa-provider-entity-configuration"]], "Example of a Relying Party Entity Configuration": [[11, "example-of-a-relying-party-entity-configuration"]], "External references": [[2, "external-references"], [19, "external-references"]], "Federation API endpoints": [[17, "federation-api-endpoints"]], "Federation Roles": [[17, "federation-roles"]], "Functional Requirements": [[14, "functional-requirements"], [17, "id3"]], "General Properties": [[2, "general-properties"], [10, "general-properties"], [17, "general-properties"]], "General Requirements": [[8, "general-requirements"]], "Header": [[19, "header"]], "High-Level (Q)EAA flow": [[8, "high-level-q-eaa-flow"]], "High-Level PID flow": [[8, "high-level-pid-flow"]], "How to contribute": [[3, null]], "Implementation Considerations": [[10, "implementation-considerations"]], "Implementation considerations": [[2, "implementation-considerations"]], "Index of content": [[5, "index-of-content"]], "Initialization Process": [[19, "initialization-process"]], "Introduction": [[5, "introduction"]], "Libraries and code snippets": [[2, "libraries-and-code-snippets"]], "Low-Level Issuance Flow": [[8, "low-level-issuance-flow"]], "MDOC-CBOR": [[6, "mdoc-cbor"]], "MDOC-CBOR Examples": [[6, "mdoc-cbor-examples"]], "MDOC-CBOR Presentation": [[12, "mdoc-cbor-presentation"], [13, "mdoc-cbor-presentation"]], "Metadata Types": [[17, "id1"]], "Metadata for federation_entity": [[7, "metadata-for-federation-entity"], [11, "metadata-for-federation-entity"]], "Metadata for oauth_authorization_server": [[7, "metadata-for-oauth-authorization-server"]], "Metadata for openid_credential_issuer": [[7, "metadata-for-openid-credential-issuer"]], "Metadata for wallet_relying_party": [[7, "metadata-for-wallet-relying-party"], [11, "metadata-for-wallet-relying-party"]], "Metadata of federation_entity Leaves": [[17, "metadata-of-federation-entity-leaves"]], "Mobile Security Object": [[6, "mobile-security-object"]], "Non-repudiability of the Long Lived Attestations": [[17, "non-repudiability-of-the-long-lived-attestations"]], "Normative Language and Conventions": [[4, null]], "Notification Request": [[8, "notification-request"]], "Notification Response": [[8, "notification-response"]], "Notification endpoint": [[8, "notification-endpoint"]], "Offline Relying Party Metadata": [[17, "offline-relying-party-metadata"]], "Offline Trust Attestation Mechanisms": [[17, "offline-trust-attestation-mechanisms"]], "Offline Wallet Trust Attestation": [[17, "offline-wallet-trust-attestation"]], "Operational Requirements": [[14, "operational-requirements"]], "PAR http request parameters": [[8, "id6"]], "PID Claims": [[6, "pid-claims"]], "PID Non-Normative Examples": [[6, "pid-non-normative-examples"]], "PID/(Q)EAA Data Model": [[6, null]], "PID/(Q)EAA Issuance": [[8, null]], "PID/(Q)EAA SD-JWT parameters": [[6, "pid-q-eaa-sd-jwt-parameters"]], "Payload": [[19, "payload"]], "Payload federation_entity": [[19, "payload-federation-entity"]], "Privacy Remarks": [[17, "privacy-remarks"]], "Proximity Flow": [[9, null], [12, "proximity-flow"]], "Pseudonyms": [[10, null]], "Pushed Authorization Request (PAR) Request": [[8, "pushed-authorization-request-par-request"]], "Pushed Authorization Request (PAR) Response": [[8, "pushed-authorization-request-par-response"]], "Pushed Authorization Request Endpoint": [[8, "pushed-authorization-request-endpoint"]], "Redirect URI": [[12, "redirect-uri"], [13, "redirect-uri"]], "Redirect URI Errors": [[12, "redirect-uri-errors"], [13, "redirect-uri-errors"]], "Relying Party Solution": [[12, null]], "Relying Party Trust Evaluation": [[17, "relying-party-trust-evaluation"]], "Remote Flow": [[12, "remote-flow"], [13, null]], "Request Object Details": [[12, "request-object-details"], [13, "request-object-details"]], "Request URI Endpoint Errors": [[12, "request-uri-endpoint-errors"], [13, "request-uri-endpoint-errors"]], "Request URI Response": [[12, "request-uri-response"], [13, "request-uri-response"]], "Request URI with HTTP POST": [[12, "request-uri-with-http-post"], [13, "request-uri-with-http-post"]], "Requirements": [[2, "requirements"], [10, "requirements"], [18, "requirements"], [19, "requirements"]], "Return to Operational state": [[19, "return-to-operational-state"]], "Revocation Assertion": [[14, "revocation-assertion"]], "Revocation Flows": [[14, "revocation-flows"]], "Revocation Request by Wallet Instance": [[14, "revocation-request-by-wallet-instance"]], "Revocation Use Cases": [[14, "revocation-use-cases"]], "Revocations": [[18, "revocations"]], "SD-JWT Presentation": [[12, "sd-jwt-presentation"], [13, "sd-jwt-presentation"]], "SD-JWT-VC Credential Format": [[6, "sd-jwt-vc-credential-format"]], "Security Patterns": [[1, "security-patterns"]], "Session Termination": [[9, "session-termination"], [12, "session-termination"]], "States": [[18, "states"]], "Static Component View": [[18, "static-component-view"]], "Status Assertion": [[14, "status-assertion"]], "Status Assertion Flows": [[14, "status-assertion-flows"]], "Status Assertion HTTP Request": [[14, "status-assertion-http-request"]], "Status Assertion HTTP Response": [[14, "status-assertion-http-response"]], "Status Assertion Presentation to the Verifiers": [[14, "status-assertion-presentation-to-the-verifiers"]], "Status Assertion Request by Wallet Instance": [[14, "status-assertion-request-by-wallet-instance"]], "Technical Flow": [[8, "technical-flow"]], "Technical References": [[16, null]], "The Digital Identity Wallet Paradigm": [[15, null]], "The Infrastructure of Trust": [[17, null]], "The Italian EUDI Wallet implementation profile": [[5, null]], "Token Request": [[8, "token-request"]], "Token Response": [[8, "token-response"]], "Token endpoint": [[8, "token-endpoint"]], "Transition to Valid state": [[19, "transition-to-valid-state"]], "Transitions": [[18, "transitions"]], "Trust Chain": [[17, "trust-chain"]], "Trust Chain Fast Renewal": [[17, "trust-chain-fast-renewal"]], "Trust Evaluation Mechanism": [[17, "trust-evaluation-mechanism"]], "Trust Infrastructure Functional Requirements": [[17, "trust-infrastructure-functional-requirements"]], "Wallet Attestation": [[17, "wallet-attestation"], [18, null], [18, "table-wallet-attestation-claim"], [19, "wallet-attestation"]], "Wallet Attestation Issuance": [[18, "wallet-attestation-issuance"]], "Wallet Attestation Request": [[18, "wallet-attestation-request"]], "Wallet Instance": [[19, "wallet-instance"]], "Wallet Instance Initialization and Registration": [[18, "wallet-instance-initialization-and-registration"]], "Wallet Instance Lifecycle": [[18, "wallet-instance-lifecycle"], [19, "wallet-instance-lifecycle"]], "Wallet Instance registration http request parameters": [[18, "id6"]], "Wallet Provider Endpoints": [[19, "wallet-provider-endpoints"]], "Wallet Provider Metadata": [[19, "wallet-provider-metadata"]], "Wallet Solution": [[19, null]], "What it is useful for": [[10, "what-it-is-useful-for"]], "backup-restore.rst": [[2, null]], "http request header parameters": [[8, "id7"]], "mDoc Request": [[9, "mdoc-request"], [12, "mdoc-request"]], "mDoc Response": [[9, "mdoc-response"], [12, "mdoc-response"]], "nameSpaces": [[6, "namespaces"]], "wallet_provider metadata": [[19, "id1"]]}, "docnames": ["algorithms", "authentic-sources", "backup-restore", "contribute", "defined-terms", "index", "pid-eaa-data-model", "pid-eaa-entity-configuration", "pid-eaa-issuance", "proximity-flow", "pseudonyms", "relying-party-entity-configuration", "relying-party-solution", "remote-flow", "revocation-lists", "ssi-introduction", "standards", "trust", "wallet-attestation", "wallet-solution"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["algorithms.rst", "authentic-sources.rst", "backup-restore.rst", "contribute.rst", "defined-terms.rst", "index.rst", "pid-eaa-data-model.rst", "pid-eaa-entity-configuration.rst", "pid-eaa-issuance.rst", "proximity-flow.rst", "pseudonyms.rst", "relying-party-entity-configuration.rst", "relying-party-solution.rst", "remote-flow.rst", "revocation-lists.rst", "ssi-introduction.rst", "standards.rst", "trust.rst", "wallet-attestation.rst", "wallet-solution.rst"], "indexentries": {"rfc": [[0, "index-0", false], [0, "index-1", false], [0, "index-10", false], [0, "index-11", false], [0, "index-12", false], [0, "index-13", false], [0, "index-14", false], [0, "index-15", false], [0, "index-16", false], [0, "index-17", false], [0, "index-18", false], [0, "index-19", false], [0, "index-2", false], [0, "index-20", false], [0, "index-21", false], [0, "index-3", false], [0, "index-4", false], [0, "index-5", false], [0, "index-6", false], [0, "index-7", false], [0, "index-8", false], [0, "index-9", false], [6, "index-0", false], [6, "index-1", false], [6, "index-2", false], [6, "index-3", false], [6, "index-4", false], [6, "index-5", false], [6, "index-6", false], [6, "index-7", false], [6, "index-8", false], [6, "index-9", false], [7, "index-0", false], [7, "index-1", false], [7, "index-10", false], [7, "index-11", false], [7, "index-12", false], [7, "index-2", false], [7, "index-3", false], [7, "index-4", false], [7, "index-5", false], [7, "index-6", false], [7, "index-7", false], [7, "index-8", false], [7, "index-9", false], [8, "index-0", false], [8, "index-1", false], [8, "index-10", false], [8, "index-100", false], [8, "index-101", false], [8, "index-102", false], [8, "index-103", false], [8, "index-104", false], [8, "index-105", false], [8, "index-106", false], [8, "index-107", false], [8, "index-108", false], [8, "index-109", false], [8, "index-11", false], [8, "index-110", false], [8, "index-111", false], [8, "index-112", false], [8, "index-113", false], [8, "index-114", false], [8, "index-115", false], [8, "index-116", false], [8, "index-117", false], [8, "index-118", false], [8, "index-119", false], [8, "index-12", false], [8, "index-120", false], [8, "index-121", false], [8, "index-122", false], [8, "index-123", false], [8, "index-124", false], [8, "index-125", false], [8, "index-126", false], [8, "index-127", false], [8, "index-128", false], [8, "index-129", false], [8, "index-13", false], [8, "index-130", false], [8, "index-131", false], [8, "index-132", false], [8, "index-133", false], [8, "index-14", false], [8, "index-15", false], [8, "index-16", false], [8, "index-17", false], [8, "index-18", false], [8, "index-19", false], [8, "index-2", false], [8, "index-20", false], [8, "index-21", false], [8, "index-22", false], [8, "index-23", false], [8, "index-24", false], [8, "index-25", false], [8, "index-26", false], [8, "index-27", false], [8, "index-28", false], [8, "index-29", false], [8, "index-3", false], [8, "index-30", false], [8, "index-31", false], [8, "index-32", false], [8, "index-33", false], [8, "index-34", false], [8, "index-35", false], [8, "index-36", false], [8, "index-37", false], [8, "index-38", false], [8, "index-39", false], [8, "index-4", false], [8, "index-40", false], [8, "index-41", false], [8, "index-42", false], [8, "index-43", false], [8, "index-44", false], [8, "index-45", false], [8, "index-46", false], [8, "index-47", false], [8, "index-48", false], [8, "index-49", false], [8, "index-5", false], [8, "index-50", false], [8, "index-51", false], [8, "index-52", false], [8, "index-53", false], [8, "index-54", false], [8, "index-55", false], [8, "index-56", false], [8, "index-57", false], [8, "index-58", false], [8, "index-59", false], [8, "index-6", false], [8, "index-60", false], [8, "index-61", false], [8, "index-62", false], [8, "index-63", false], [8, "index-64", false], [8, "index-65", false], [8, "index-66", false], [8, "index-67", false], [8, "index-68", false], [8, "index-69", false], [8, "index-7", false], [8, "index-70", false], [8, "index-71", false], [8, "index-72", false], [8, "index-73", false], [8, "index-74", false], [8, "index-75", false], [8, "index-76", false], [8, "index-77", false], [8, "index-78", false], [8, "index-79", false], [8, "index-8", false], [8, "index-80", false], [8, "index-81", false], [8, "index-82", false], [8, "index-83", false], [8, "index-84", false], [8, "index-85", false], [8, "index-86", false], [8, "index-87", false], [8, "index-88", false], [8, "index-89", false], [8, "index-9", false], [8, "index-90", false], [8, "index-91", false], [8, "index-92", false], [8, "index-93", false], [8, "index-94", false], [8, "index-95", false], [8, "index-96", false], [8, "index-97", false], [8, "index-98", false], [8, "index-99", false], [11, "index-0", false], [11, "index-1", false], [11, "index-2", false], [11, "index-3", false], [12, "index-0", false], [12, "index-1", false], [12, "index-2", false], [13, "index-0", false], [13, "index-1", false], [13, "index-2", false], [14, "index-0", false], [14, "index-1", false], [14, "index-10", false], [14, "index-11", false], [14, "index-12", false], [14, "index-13", false], [14, "index-14", false], [14, "index-15", false], [14, "index-16", false], [14, "index-17", false], [14, "index-18", false], [14, "index-19", false], [14, "index-2", false], [14, "index-20", false], [14, "index-21", false], [14, "index-22", false], [14, "index-23", false], [14, "index-24", false], [14, "index-25", false], [14, "index-26", false], [14, "index-27", false], [14, "index-28", false], [14, "index-29", false], [14, "index-3", false], [14, "index-30", false], [14, "index-31", false], [14, "index-32", false], [14, "index-33", false], [14, "index-34", false], [14, "index-35", false], [14, "index-36", false], [14, "index-37", false], [14, "index-38", false], [14, "index-39", false], [14, "index-4", false], [14, "index-40", false], [14, "index-41", false], [14, "index-42", false], [14, "index-43", false], [14, "index-44", false], [14, "index-45", false], [14, "index-5", false], [14, "index-6", false], [14, "index-7", false], [14, "index-8", false], [14, "index-9", false], [16, "index-0", false], [16, "index-1", false], [16, "index-10", false], [16, "index-11", false], [16, "index-12", false], [16, "index-13", false], [16, "index-14", false], [16, "index-15", false], [16, "index-16", false], [16, "index-17", false], [16, "index-2", false], [16, "index-3", false], [16, "index-4", false], [16, "index-5", false], [16, "index-6", false], [16, "index-7", false], [16, "index-8", false], [16, "index-9", false], [17, "index-0", false], [17, "index-1", false], [17, "index-2", false], [17, "index-3", false], [18, "index-0", false], [18, "index-1", false], [18, "index-10", false], [18, "index-11", false], [18, "index-12", false], [18, "index-13", false], [18, "index-14", false], [18, "index-15", false], [18, "index-16", false], [18, "index-17", false], [18, "index-18", false], [18, "index-19", false], [18, "index-2", false], [18, "index-20", false], [18, "index-21", false], [18, "index-22", false], [18, "index-23", false], [18, "index-3", false], [18, "index-4", false], [18, "index-5", false], [18, "index-6", false], [18, "index-7", false], [18, "index-8", false], [18, "index-9", false], [19, "index-0", false]], "rfc 2119": [[16, "index-0", false]], "rfc 2616": [[16, "index-1", false]], "rfc 3339": [[16, "index-2", false]], "rfc 3986": [[16, "index-3", false]], "rfc 4122": [[8, "index-61", false], [8, "index-87", false], [14, "index-19", false]], "rfc 5280": [[6, "index-3", false]], "rfc 5639": [[0, "index-9", false]], "rfc 5646": [[6, "index-8", false], [6, "index-9", false], [7, "index-10", false], [7, "index-11", false], [7, "index-12", false], [7, "index-9", false]], "rfc 6749": [[8, "index-0", false], [8, "index-122", false], [8, "index-25", false], [8, "index-29", false], [8, "index-30", false], [8, "index-35", false], [8, "index-46", false], [8, "index-49", false], [8, "index-5", false], [8, "index-74", false], [8, "index-76", false], [8, "index-93", false], [8, "index-94", false], [8, "index-95", false], [16, "index-14", false]], "rfc 6749#section-4.1.2": [[8, "index-68", false], [8, "index-70", false]], "rfc 6749#section-4.1.2.1": [[8, "index-73", false]], "rfc 6749#section-5.2": [[8, "index-96", false], [14, "index-0", false], [14, "index-1", false], [14, "index-2", false], [14, "index-3", false], [14, "index-4", false], [14, "index-5", false], [14, "index-6", false], [14, "index-7", false]], "rfc 7159": [[16, "index-4", false]], "rfc 7515": [[6, "index-0", false], [6, "index-1", false], [6, "index-2", false], [6, "index-4", false], [6, "index-7", false], [7, "index-5", false], [8, "index-100", false], [8, "index-117", false], [8, "index-121", false], [8, "index-123", false], [8, "index-125", false], [8, "index-128", false], [8, "index-129", false], [8, "index-80", false], [8, "index-82", false], [8, "index-84", false], [8, "index-86", false], [8, "index-99", false], [11, "index-2", false], [11, "index-3", false], [14, "index-21", false], [14, "index-23", false], [14, "index-28", false], [14, "index-30", false], [14, "index-39", false], [14, "index-41", false], [16, "index-5", false]], "rfc 7516": [[0, "index-17", false], [0, "index-3", false], [0, "index-5", false], [0, "index-7", false], [16, "index-6", false]], "rfc 7516#section-4.1.1": [[8, "index-36", false], [8, "index-52", false], [12, "index-0", false], [13, "index-0", false], [14, "index-8", false], [14, "index-9", false], [18, "index-0", false], [18, "index-12", false]], "rfc 7517": [[8, "index-124", false], [8, "index-126", false], [8, "index-127", false], [8, "index-130", false], [8, "index-83", false], [8, "index-85", false], [12, "index-2", false], [13, "index-2", false], [14, "index-22", false], [14, "index-24", false], [14, "index-29", false], [14, "index-31", false], [14, "index-40", false], [14, "index-42", false], [16, "index-7", false], [17, "index-2", false], [17, "index-3", false]], "rfc 7518": [[0, "index-0", false], [0, "index-1", false], [0, "index-10", false], [0, "index-11", false], [0, "index-12", false], [0, "index-13", false], [0, "index-14", false], [0, "index-15", false], [0, "index-16", false], [0, "index-18", false], [0, "index-19", false], [0, "index-2", false], [0, "index-20", false], [0, "index-21", false], [0, "index-4", false], [0, "index-6", false], [0, "index-8", false], [16, "index-8", false]], "rfc 7519": [[6, "index-5", false], [6, "index-6", false], [8, "index-103", false], [8, "index-105", false], [8, "index-107", false], [8, "index-109", false], [8, "index-111", false], [8, "index-112", false], [8, "index-114", false], [8, "index-116", false], [8, "index-131", false], [8, "index-132", false], [8, "index-133", false], [8, "index-18", false], [8, "index-39", false], [8, "index-41", false], [8, "index-43", false], [8, "index-45", false], [8, "index-51", false], [8, "index-54", false], [8, "index-56", false], [8, "index-58", false], [8, "index-60", false], [8, "index-62", false], [8, "index-72", false], [8, "index-88", false], [8, "index-91", false], [8, "index-92", false], [8, "index-97", false], [12, "index-1", false], [13, "index-1", false], [14, "index-12", false], [14, "index-14", false], [14, "index-16", false], [14, "index-18", false], [14, "index-26", false], [14, "index-34", false], [14, "index-36", false], [14, "index-38", false], [14, "index-44", false], [16, "index-9", false], [17, "index-0", false], [17, "index-1", false], [18, "index-15", false], [18, "index-17", false], [18, "index-19", false], [18, "index-21", false], [18, "index-3", false], [18, "index-5", false], [18, "index-7", false], [18, "index-9", false]], "rfc 7519#section-4.1.7": [[14, "index-20", false], [14, "index-27", false], [14, "index-45", false]], "rfc 7521": [[8, "index-69", false], [8, "index-77", false], [8, "index-78", false], [8, "index-79", false], [16, "index-17", false]], "rfc 7591#section-2": [[11, "index-1", false]], "rfc 7591#section-3.2.1": [[11, "index-0", false]], "rfc 7636": [[7, "index-3", false], [8, "index-2", false], [8, "index-7", false]], "rfc 7636#section-4.2": [[8, "index-47", false]], "rfc 7636#section-4.3": [[8, "index-48", false]], "rfc 7638": [[8, "index-119", false], [16, "index-10", false], [19, "index-0", false]], "rfc 7638#section_3": [[8, "index-101", false], [8, "index-37", false], [14, "index-10", false], [14, "index-32", false], [18, "index-1", false], [18, "index-13", false]], "rfc 7800": [[16, "index-11", false], [18, "index-10", false], [18, "index-22", false]], "rfc 8174": [[16, "index-12", false]], "rfc 8259": [[8, "index-63", false]], "rfc 8414": [[7, "index-8", false], [18, "index-11", false], [18, "index-23", false]], "rfc 8414#section-2": [[7, "index-1", false], [7, "index-2", false], [7, "index-4", false], [7, "index-6", false], [7, "index-7", false]], "rfc 8725": [[8, "index-81", false], [16, "index-13", false]], "rfc 9027": [[8, "index-26", false]], "rfc 9068": [[8, "index-102", false], [8, "index-104", false], [8, "index-106", false], [8, "index-108", false], [8, "index-110", false], [8, "index-113", false], [8, "index-115", false]], "rfc 9101": [[8, "index-10", false], [8, "index-12", false], [8, "index-14", false], [8, "index-19", false], [8, "index-20", false], [8, "index-3", false]], "rfc 9110": [[8, "index-34", false], [8, "index-89", false], [8, "index-90", false]], "rfc 9126": [[8, "index-1", false], [8, "index-11", false], [8, "index-13", false], [8, "index-15", false], [8, "index-16", false], [8, "index-17", false], [8, "index-21", false], [8, "index-22", false], [8, "index-23", false], [8, "index-24", false], [8, "index-38", false], [8, "index-40", false], [8, "index-42", false], [8, "index-44", false], [8, "index-53", false], [8, "index-55", false], [8, "index-57", false], [8, "index-59", false], [8, "index-6", false], [8, "index-64", false], [8, "index-65", false], [8, "index-67", false], [8, "index-9", false], [14, "index-11", false], [14, "index-13", false], [14, "index-15", false], [14, "index-17", false], [14, "index-25", false], [14, "index-33", false], [14, "index-35", false], [14, "index-37", false], [14, "index-43", false], [18, "index-14", false], [18, "index-16", false], [18, "index-18", false], [18, "index-2", false], [18, "index-20", false], [18, "index-4", false], [18, "index-6", false], [18, "index-8", false]], "rfc 9126#as_metadata": [[7, "index-0", false]], "rfc 9126#section-2.3": [[8, "index-66", false]], "rfc 9207": [[8, "index-71", false], [16, "index-16", false]], "rfc 9396": [[8, "index-4", false], [8, "index-50", false], [8, "index-8", false]], "rfc 9449": [[8, "index-118", false], [8, "index-120", false], [8, "index-27", false], [8, "index-28", false], [8, "index-31", false], [8, "index-32", false], [8, "index-33", false], [8, "index-75", false], [8, "index-98", false], [16, "index-15", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 4, 5, 6, 7, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19], "0": [4, 6, 7, 8, 9, 11, 12, 13, 16, 17, 18, 19], "00": [6, 11], "00z": 6, "01": [6, 9, 12, 14], "02": [6, 9, 12], "03": [7, 11], "04": [8, 16], "04a98be3": [12, 13], "05z": [9, 12], "08": [9, 12], "08b3f1ca5517019767be3dee3bb06145": [9, 12], "09": [9, 12], "091535f699ea575c7937fa5f0f454ae": [12, 13], "095vprpttn4qmoqroa": 6, "0a6da0af437e2943f1836f31c678d89298e9": 6, "0b434530": 14, "0cdfe077400432c055a2b69596c90": 6, "0e5f0b6b33418e508740771e82f893372eaf5b2445bc4c84dcf08b005e9493fc": [9, 12], "0f1571a97ffb799cc8fcdf2ba4fc2909929": 6, "0fe3cbe0": 18, "1": [2, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "10": [6, 8, 9, 12, 13, 16, 17, 18], "1004": [6, 9, 12], "1024": 8, "11": [6, 7, 8, 9, 12, 13, 17, 18], "11aa7273a2d2daa973f5951f0c34c2fba": 6, "12": [6, 8, 9, 12, 13, 17, 18], "128": [0, 8, 12, 13], "12pt": 6, "13": [4, 8, 9, 12, 13, 14, 16, 17, 18], "137f903174253c4585358267aae2ea4": [9, 12], "14": [4, 8, 12, 13, 16, 17, 18], "14888": 0, "15": [8, 12, 13, 17], "1504699136": 14, "1504700136": [12, 13], "1504785536": 14, "16": [6, 8, 9, 12, 13, 17], "1649373279": 17, "1649375259": 17, "1649450746": 17, "1649623546": 17, "1672418465": [12, 13], "1672422065": [12, 13], "167fe": [9, 12], "1683000000": 6, "1686645115": 18, "1686652315": 18, "1687171759": 19, "1687281195": 18, "1687288395": 18, "1698744039": 14, "1698744139": 14, "17": [8, 12, 13, 17, 18], "1705570055": 8, "1709290159": 19, "1715842560": 8, "1715842860": 8, "1718207217": [7, 11], "17487": 16, "1749743216": [7, 11], "1778914560": 8, "18": [8, 12, 13, 17, 18], "18013": [4, 6, 9, 12, 16], "185d84dfb71ce9b173010ddd62174fb": [9, 12], "186": 0, "1883000000": 6, "18bdea0988cb": [12, 13], "19": [5, 8, 12, 13, 17], "1956": [6, 9, 12], "1980": 6, "1986": 16, "1997": 16, "1999": 16, "1_0": 7, "1ad0d6a7313efdc38fcd765852fa2bd43debf48bf5a580d": 6, "1fbao": 8, "1fed7190d2975ab79c072e6f1d9d52436059d1fc959d55baf74f057d89b10fcc0dc77a50d433d4c76ddf26223c5560c4ab123b5cb5eb805a90036aa147493076": [9, 12], "1h0cwdyggvu8w": 19, "1jeqsisimnydii6ilatmju2in19": 8, "1knr9ar3mzmokyty8brvriue85nixryx4xd3k4jw7vi": 17, "2": [1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "20": [6, 9, 11, 12, 13, 16, 17], "200": [8, 12, 13, 14, 18], "2002": 16, "2008": 4, "201": [8, 12, 13], "2013": 18, "2014": 16, "2015": 16, "2016": 16, "2017": [9, 12, 16], "2018": [9, 12], "2019": [9, 12], "202": [8, 12, 13], "2020": 16, "2021": 16, "20212223": [9, 12], "2022": 16, "2023": [6, 9, 12, 16], "2024": [5, 6, 9, 12, 16], "204": [8, 18], "21": [8, 12, 13, 17], "2119": 16, "22": [6, 8, 9, 12, 13, 17], "22t00": 6, "22t06": 6, "23": [6, 8, 9, 12, 13, 16, 17], "24": [6, 8, 9, 12, 13, 14, 16, 17, 18], "247c93ddb942": 8, "24t14": [9, 12], "25": [12, 13, 17], "256": [0, 6, 7, 8, 9, 11, 12, 14, 17, 18, 19], "26": [12, 13, 17], "2616": 16, "27": [12, 13, 17], "28": [12, 13, 17], "29": [12, 13, 17], "29227872ceb49923d267b5f4bade6d387b42ac2dc4b2ae26c9013067fee7018a": [9, 12], "2c128e4d": [12, 13], "2e40bcd6799008085ffb1a1f3517efee335298fd976b3e655bfb3f4eaa11d171": 6, "2f": [8, 12, 13], "2fcb": [12, 13], "2feaa": 8, "2freli": [12, 13], "2frequest_uri": [12, 13], "2g": 8, "2glc42skqvecfgfrynrn9w": 6, "2hnofs3ync9tjicaivhwlvuj3axwggz_98urfaqme": 17, "2ow9rp35yrqzhrtnp86l": 8, "2w3": [12, 13], "3": [0, 1, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "30": 6, "300": [8, 9, 12], "302": [8, 12, 13], "308201253081cda00302010202012a300a06082a8648ce3d0403023020311e301c06035504030c15536f6d652052656164657220417574686f72697479301e170d3233313132343130323832325a170d3238313132323130323832325a301a3118301606035504030c0f536f6d6520526561646572204b65793059301306072a8648ce3d020106082a8648ce3d03010703420004aa1092fb59e26ddd182cfdbc85f1aa8217a4f0fae6a6a5536b57c5ef7be2fb6d0dfd319839e6c24d087cd26499ec4f87c8c766200ba4c6218c74de50cd1243b1300a06082a8648ce3d0403020347003044022048466e92226e042add073b8cdc43df5a19401e1d95ab226e142947e435af9db30220043af7a8e7d31646a424e02ea0c853ec9c293791f930bf589bee557370a4c97b": [9, 12], "3082013e3081e5a00302010202012a300a06082a8648ce3d040302301a3118301606035504030c0f5374617465204f662055746f706961301e170d3233313132343134353430345a170d3238313132323134353430345a30383136303406035504030c2d5374617465204f662055746f7069612049737375696e6720417574686f72697479205369676e696e67204b65793059301306072a8648ce3d020106082a8648ce3d03010703420004c338ec1000b351ce8bcdfc167450aeceb7d518bd9a519583e082d67effff06565804fc09abf0e4a08e699c9dba3796285a15f68e40ac7f9fc7700a15153a4065300a06082a8648ce3d040302034800304502210099b7d62e6bf7b1823db3713df889bf73e70bb4d9c58c21e92c58d2f1beffe932022058d039747a00d70e6d66be4797e6142b3608a014ee09b7b79af2cae2aaf27788": [9, 12], "30820215308201bca003020102021404ad30c": 6, "31579c8b0e7d": [12, 13], "3166": 6, "319": 6, "32": [8, 12, 13], "32f54163": [12, 13], "33": [6, 9, 12], "3339": 16, "36": [11, 16, 17], "3600": 8, "38": 18, "384": [0, 6], "3986": 16, "3a": [8, 12, 13], "3abwc4jk": 8, "3agrant": 18, "3aietf": [8, 18], "3ajwt": 18, "3aoauth": [8, 18], "3aparam": [8, 18], "3arequest_uri": 8, "3be39b69": [12, 13], "3e6c07ddcb03": [12, 13], "3wljk1ejuz2": 8, "3zfqn6kuntjhjbgiyxhyqxie0wrfiqyxnuio2a0bfy4ewystd7znccmforojmmhqwccjnadqbkg7beywbq4jpg": 8, "4": [0, 4, 6, 7, 8, 9, 12, 13, 14, 17, 18], "40": 6, "400": [8, 12, 13, 14], "401": [12, 13], "4025": 8, "403": [12, 13], "4086c1379975f805f1b1f4975e6a1265": [9, 12], "412": 6, "4122": [8, 14], "41aa": [12, 13], "43": 8, "43a5": 8, "44b5": 18, "45efef742b2c4837a9a3b0e1d05a6917": [9, 12], "47b982369791d08003a7283f059cb0d1": 8, "48f1": [12, 13], "49bb": [7, 11], "4a4b4cc64ec9299c1a2501ea449f577005e9f7a60408057c07a7c67fb151e5f5": [9, 12], "4c40": 14, "4cd3": [12, 13], "4cf5": [12, 13], "4dfd": 14, "4e5b": 18, "4fzkwhilki": 8, "4hnpti": 18, "4ljp": 8, "5": [4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18], "50": 6, "500": [12, 13, 14], "503": 14, "509": [1, 6, 17], "512": [0, 6, 8], "521": 0, "5280": 6, "53c15c57b3b076e788795829190220b4": 6, "53e29d0ddbbc7d2306a32bdbe2e56e51": [9, 12], "54": [9, 12], "5639": 0, "5646": [6, 7], "56z": 6, "58a0d421a7e53b7db0412a196fea50ca6d4c8a530a47dd84d88588ab145374bd0ab2a724cf2ed2facf32c7184591c5969efd53f5aba63194105440bc1904e1b9": [9, 12], "59fe68db795dee4c20976380ea247705": [9, 12], "5a88d182bce5f42efa59943f33359d2e8a968ff289d93e5fa444b624343": [9, 12], "5b": 8, "5izghriiwgimzhbwlsev9uyw1liiwgiljvc3npil0": 6, "5t5yypbhn": [18, 19], "6": [6, 8, 9, 11, 12, 13, 17, 18], "60": 8, "6059ff1ce27b4997b4ade1de7b01dc60": 6, "60a8": 18, "61fbc6c8ad24ec86a78bb4e9ac377dd2b7c711d9f2eb9afd4aa0963662847a": [9, 12], "646d": 18, "6749": [8, 14, 16], "6ac1": [12, 13], "6b3d194fc131": [7, 11], "6d44f21ee875f2c1d502b43198e5a152": [9, 12], "6d8025d2f02a5e7e1406fb6aaeb67f9ede9b07191a53f3e23b77c528223a94e2": [9, 12], "6ec69324": 18, "6f204f7e": 14, "6hjvrcxnzf0slu6uknmzhol": 6, "6ij7tm": 6, "6s0a": 18, "7": [6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18], "7159": 16, "7166": [12, 13], "73690d92dcaa61b0203870f67c6aa9fdfea889b6f0c720de757b4b0a8516a206": [9, 12], "74c75a5ef760": 14, "7515": [6, 7, 8, 11, 14, 16], "7516": [0, 8, 12, 13, 14, 16, 18], "7517": [8, 12, 13, 14, 16, 17, 19], "7518": [0, 16], "7519": [6, 8, 12, 13, 14, 16, 17, 18], "7521": [8, 16], "7523": 18, "7591": 11, "7636": [7, 8], "7638": [8, 14, 16, 18, 19], "765": 4, "7800": [16, 18], "78824fbd6fbba88a2aab44df8b6f5e9759126d87d1f4415995e658fd9239e1f": [9, 12], "7e": 8, "7fb0": [12, 13], "8": [6, 8, 9, 11, 12, 13, 17, 18], "814e": 14, "8174": 16, "8259": 8, "8368": [7, 11], "8414": [7, 18], "86400": 8, "864000": 8, "86b8": [12, 13], "8725": [8, 16], "8808": 18, "8949": 6, "89jkwhilrt": 8, "8d9066f6c8da16619867cd4e2fab0c88": [9, 12], "8jjozbfovmnvq3hflmpwy4o19gpxs61fwhjzebu589": 6, "8mxk1ealyznwh": 8, "9": [6, 8, 9, 11, 12, 13, 17, 18], "9027": 8, "9052": 6, "9068": 8, "9101": [8, 12, 13], "9110": 8, "9126": [7, 8, 14, 18], "917dd5391bd9": 18, "9207": [8, 16], "921b": [12, 13], "9360": 6, "9378": 8, "9396": 8, "93d8": [12, 13], "9449": [8, 16], "951574aee1bb7907ae1ec3109db2b225": 8, "960cb15a2ea9b68e5233ce902807aa95": 6, "987654321": [9, 12], "98b7": 14, "990cba2069fa1b33b8d6ae910b6549dc": [9, 12], "9biiwgimjpcnrox2rhdguilcaimtk4mc0wms0xmcjd": 6, "9d155319408c": 14, "9d3774bd5994ccfed248674b32a4f76a": 6, "9t2lq": [12, 13], "9tjicaivhwlvuj3axwggz_9": [12, 13], "A": [4, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19], "As": [4, 7, 8, 18], "At": [17, 18], "By": [3, 6, 19], "For": [4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19], "IT": [3, 4, 5, 6, 7, 9, 10, 12, 14, 19], "If": [1, 3, 6, 7, 8, 9, 12, 13, 14, 17, 18], "In": [1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 17, 18], "It": [1, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "Its": [4, 18], "NOT": [0, 1, 4, 6, 8, 10, 11, 12, 13, 14, 17, 18], "No": [4, 5, 8, 17, 18], "Not": [12, 13], "On": [8, 18], "One": 14, "Such": [12, 13], "The": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 19], "Their": 4, "Then": 14, "There": [7, 12, 13, 17], "These": [4, 11, 12, 13, 14, 17, 18, 19], "To": [7, 8, 12, 13, 14, 18, 19], "_2ysumwfjwmranlo15r6dibxervdy_npjuwakjmfdoc": 14, "_qt5": 17, "_sd": 6, "_sd_alg": 6, "_v3bjjelki0tnpbc4yss7yjupwszzmpq0zq9n5zj8xgq_t3nn9bghuyvzegr60xokqbnqmms4iygpol7ekespw": 8, "a10126": [9, 12], "a128cbc": [0, 7], "a128gcm": 7, "a128kw": 0, "a192cbc": 7, "a192gcm": 7, "a2": 8, "a2395ec214350c26066306e23279b3a": [9, 12], "a256cbc": [0, 7], "a256gcm": 7, "a256kw": 0, "a25e1a5b915d2d6eafee9674e0232939": [9, 12], "a26776657273696f6e63312e306b646f63526571756573747381a26c6974656d7352657175657374d818590152a267646f6354797065756f72672e69736f2e31383031332e352e312e6d444c6a6e616d65537061636573a2746f72672e69736f2e31383031332e352e312e4954a375766572696669636174696f6e2e65766964656e6365f4781c766572696669636174696f6e2e6173737572616e63655f6c6576656cf4781c766572696669636174696f6e2e74727573745f6672616d65776f726bf4716f72672e69736f2e31383031332e352e31ab76756e5f64697374696e6775697368696e675f7369676ef47264726976696e675f70726976696c65676573f46f646f63756d656e745f6e756d626572f46a69737375655f64617465f46f69737375696e675f636f756e747279f47169737375696e675f617574686f72697479f46a62697274685f64617465f46b6578706972795f64617465f46a676976656e5f6e616d65f468706f727472616974f46b66616d696c795f6e616d65f46a726561646572417574688443a10126a11821590129308201253081cda00302010202012a300a06082a8648ce3d0403023020311e301c06035504030c15536f6d652052656164657220417574686f72697479301e170d3233313132343130323832325a170d3238313132323130323832325a301a3118301606035504030c0f536f6d6520526561646572204b65793059301306072a8648ce3d020106082a8648ce3d03010703420004aa1092fb59e26ddd182cfdbc85f1aa8217a4f0fae6a6a5536b57c5ef7be2fb6d0dfd319839e6c24d087cd26499ec4f87c8c766200ba4c6218c74de50cd1243b1300a06082a8648ce3d0403020347003044022048466e92226e042add073b8cdc43df5a19401e1d95ab226e142947e435af9db30220043af7a8e7d31646a424e02ea0c853ec9c293791f930bf589bee557370a4c97bf6584058a0d421a7e53b7db0412a196fea50ca6d4c8a530a47dd84d88588ab145374bd0ab2a724cf2ed2facf32c7184591c5969efd53f5aba63194105440bc1904e1b9": [9, 12], "a3": 8, "a30063312e30018201d818584ba4010220012158205a88d182bce5f42efa59943f33359d2e8a968ff289d93e5fa444b624343167fe225820b16e8cf858ddc7690407ba61d4c338237a8cfcf3de6aa672fc60a557aa32fc670281830201a300f401f50b5045efef742b2c4837a9a3b0e1d05a6917": [9, 12], "a366737461747573006776657273696f6e63312e3069646f63756d656e747381a267646f6354797065781865752e6575726f70612e65632e65756469772e7069642e316c6973737565725369676e6564a26a697373756572417574688443a10126a1182159021930820215308201bca003020102021404ad06a30c1a6dc6e93be0e2e8f78dcafa7907c2300a06082a8648ce3d040302305b310b3009060355040613025a45312e302c060355040a0c25465053204d6f62696c69747920616e64205472616e73706f7274206f66205a65746f706961311c301a06035504030c1349414341205a65746573436f6e666964656e73301e170d3231303932393033333034355a170d3232313130333033333034345a3050311a301806035504030c114453205a65746573436f6e666964656e7331253023060355040a0c1c5a65746f70696120436974792044657074206f662054726166666963310b3009060355040613025a453059301306072a8648ce3d020106082a8648ce3d030107034200047c5545e9a0b15f4ff3ce5015121e8ad3257c28d541c1cd0d604fc9d1e352ccc38adef5f7902d44b7a6fc1f99f06eedf7b0018fd9da716aec2f1ffac173356c7da3693067301f0603551d23041830168014bba2a53201700d3c97542ef42889556d15b7ac4630150603551d250101ff040b3009060728818c5d050102301d0603551d0e04160414ce5fd758a8e88563e625cf056bfe9f692f4296fd300e0603551d0f0101ff040403020780300a06082a8648ce3d0403020347003044022012b06a3813ffec5679f3b8cddb51eaa4b95b0cbb1786b09405e2000e9c46618c02202c1f778ad252285ed05d9b55469f1cb78d773671f30fe7ab815371942328317c59032ad818590325a667646f6354797065781865752e6575726f70612e65632e65756469772e7069642e316776657273696f6e63312e306c76616c6964697479496e666fa3667369676e6564c074323032332d30322d32325430363a32333a35365a6976616c696446726f6dc074323032332d30322d32325430363a32333a35365a6a76616c6964556e74696cc074323032342d30322d32325430303a30303a30305a6c76616c756544696765737473a2781865752e6575726f70612e65632e65756469772e7069642e31ac015820a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a025820cd372fb85148700fa88095e3492d3f9f5beb43e555e5ff26d95f5a6adc36f8e6035820e67e72111b363d80c8124d28193926000980e1211c7986cacbd26aacc5528d48045820f7d062d662826ed95869851db06bb539b402047baee53a00e0aa35bfbe98265d0658202a132dbfe4784627b86aa3807cd19cfeff487aab3dd7a60d0ab119a72e736936075820bdca9e8dbca354e824e67bfe1533fa4a238b9ea832f23fb4271ebeb3a5a8f7200858202c0eaec2f05b6c7fe7982683e3773b5d8d7a01e33d04dfcb162add8bd99bee9a095820bfe220d85657ccec3c67e7db1df747e9148a152334bb6d4b65b273279bcc36ec0a582018e38144f5044301d6a0b4ec9d5f98d4cd950e6ea2c29b849cbd457da29b6ad30b58203c71d2f0efa09d9e3fbbdffd29204f6b292c9f79570aef72dd86c91f7a3aa5c50c582065743d58d89d45e52044758f546034fd13a4f994bc270cdfa7844f74eb3f4b6e0d5820b4a8eb5d523bffa17b41bda12ddc7da32ae1e5f7ff3dcc394a35401f16919bbf781b65752e6575726f70612e65632e65756469772e7069642e69742e31a10e58209d6c11644651126c94acdaf0803e86d4c71d15d3b2712a14295416734efd514d6d6465766963654b6579496e666fa1696465766963654b6579a401022001215820ba01aea44eee1e338eb2f04e279dbd51b34655783ee185150838c9a7a7c4db7122582025ba0044439a3871a7b975a0994a85e79b705a9ac263b3fe899b0a93412ee8c96f646967657374416c676f726974686d675348412d32353658400813c28fd62f2602cbc14724e5865733c44a0fca589b55c085ec9d5c725d6cce25ba0044439a3871a7b975a0994a85e79b705a9ac263b3fe899b0a93412ee8c96a6e616d65537061636573a2781865752e6575726f70612e65632e65756469772e7069642e3188d818586da4686469676573744944016672616e646f6d5820156df9227ad341eaa61aabd301106fd21bdc18820e01dfc16bcf5fecc447111b71656c656d656e744964656e7469666965726b6578706972795f646174656c656c656d656e7456616c7565d903ec6a323032342d30322d3232d818586fa4686469676573744944026672616e646f6d5820a3a1f13f05544d03a5b50b5fdb78465808393bcf3b7953a345fe28f820c7be0d71656c656d656e744964656e7469666965726d69737375616e63655f646174656c656c656d656e7456616c7565d903ec6a323032332d30322d3232d8185866a4686469676573744944036672616e646f6d5820852591f90f2c9ded57a03632e2c1322ab52a082a431e71a4149a6830c8f1ad0c71656c656d656e744964656e7469666965726f69737375696e675f636f756e7472796c656c656d656e7456616c7565624954d818587ca4686469676573744944046672616e646f6d5820d1d587b3512acce15c4f6b20944ceb002a464e4a158389788563408873c3fce571656c656d656e744964656e7469666965727169737375696e675f617574686f726974796c656c656d656e7456616c7565764d696e69737465726f2064656c6c27496e7465726e6fd8185864a4686469676573744944056672616e646f6d582094fdd7609c0e73dc8589b5cab11e1d9058cf8bff8a336da5f81fcba055396a0f71656c656d656e744964656e7469666965726a676976656e5f6e616d656c656c656d656e7456616c7565654d6172696fd8185865a4686469676573744944066672616e646f6d5820660c0a7bf79e0e0261ca1547a4294fb808aa70738f424b13ab1b9440b566ae1371656c656d656e744964656e7469666965726b66616d696c795f6e616d656c656c656d656e7456616c756565526f737369d818586ba4686469676573744944076672616e646f6d5820315c53491286488fa07f5c2ce67135ef5c9959c3469c99a14e9b6dc924f9eba571656c656d656e744964656e746966696572696269727468646174656c656c656d656e7456616c7565d903ec6a313935362d30312d3132d818587da4686469676573744944086672616e646f6d5820764ef39c9d01f3aa6a87f441603cfe853fba3cee3bc2c168bcc9e96271d6e06371656c656d656e744964656e74696669657269756e697175655f69646c656c656d656e7456616c7565781e78787878787878782d7878782d787878782d787878787878787878787878781b65752e6575726f70612e65632e65756469772e7069642e69742e3181d8185877a46864696765737449440d6672616e646f6d5820717df3f583b1484366c33a1f869f2b5d201d466a8b589c79ab1a2d85e595432571656c656d656e744964656e7469666965726d7461785f69645f6e756d6265726c656c656d656e7456616c75657554494e49542d585858585858585858585858585858": 6, "a36776657273696f6e63312e3069646f63756d656e747381a367646f6354797065756f72672e69736f2e31383031332e352e312e6d444c6c6973737565725369676e6564a26a6e616d65537061636573a2746f72672e69736f2e31383031332e352e312e495483d81858f7a46864696765737449440b6672616e646f6d506d44f21ee875f2c1d502b43198e5a15271656c656d656e744964656e74696669657275766572696669636174696f6e2e65766964656e63656c656c656d656e7456616c756581a2647479706571656c656374726f6e69635f7265636f7264667265636f7264bf6474797065781f68747470733a2f2f657564692e77616c6c65742e70646e642e676f762e697466736f75726365bf716f7267616e697a6174696f6e5f6e616d65754d6f746f72697a7a617a696f6e6520436976696c656f6f7267616e697a6174696f6e5f6964656d5f696e666c636f756e7472795f636f6465626974ffffd8185866a4686469676573744944046672616e646f6d50185d84dfb71ce9b173010ddd62174fbe71656c656d656e744964656e746966696572781c766572696669636174696f6e2e74727573745f6672616d65776f726b6c656c656d656e7456616c7565656569646173d8185865a4686469676573744944006672616e646f6d50137f903174253c4585358267aae2ea4e71656c656d656e744964656e746966696572781c766572696669636174696f6e2e6173737572616e63655f6c6576656c6c656c656d656e7456616c75656468696768716f72672e69736f2e31383031332e352e318bd8185852a46864696765737449440c6672616e646f6d5053e29d0ddbbc7d2306a32bdbe2e56e5171656c656d656e744964656e7469666965726b66616d696c795f6e616d656c656c656d656e7456616c756563446f65d8185855a4686469676573744944036672616e646f6d50990cba2069fa1b33b8d6ae910b6549dc71656c656d656e744964656e7469666965726a676976656e5f6e616d656c656c656d656e7456616c756567416e746f6e696fd818585ba46864696765737449440a6672616e646f6d504086c1379975f805f1b1f4975e6a126571656c656d656e744964656e7469666965726a69737375655f646174656c656c656d656e7456616c7565d903ec6a323031392d31302d3230d818585ca4686469676573744944016672616e646f6d50ab4ca30c918dd2fd0bf35242c15fa2d871656c656d656e744964656e7469666965726b6578706972795f646174656c656c656d656e7456616c7565d903ec6a323032342d31302d3230d8185855a4686469676573744944076672616e646f6d508d9066f6c8da16619867cd4e2fab0c8871656c656d656e744964656e7469666965726f69737375696e675f636f756e7472796c656c656d656e7456616c7565624954d818587ea4686469676573744944056672616e646f6d5059fe68db795dee4c20976380ea24770571656c656d656e744964656e7469666965727169737375696e675f617574686f726974796c656c656d656e7456616c75657828497374697475746f20506f6c696772616669636f2065205a656363612064656c6c6f20537461746fd818585ba4686469676573744944026672616e646f6d5008b3f1ca5517019767be3dee3bb0614571656c656d656e744964656e7469666965726a62697274685f646174656c656c656d656e7456616c7565d903ec6a313935362d30312d3230d818585ca4686469676573744944096672616e646f6d50a2395ec214350c26066306e23279b3ae71656c656d656e744964656e7469666965726f646f63756d656e745f6e756d6265726c656c656d656e7456616c756569393837363534333231d8185850a4686469676573744944066672616e646f6d50a25e1a5b915d2d6eafee9674e023293971656c656d656e744964656e74696669657268706f7274726169746c656c656d656e7456616c75654420212223d81858eea46864696765737449440d6672616e646f6d50eeed6a3b856563627589a360939d12f771656c656d656e744964656e7469666965727264726976696e675f70726976696c656765736c656c656d656e7456616c756582a37576656869636c655f63617465676f72795f636f646561416a69737375655f64617465d903ec6a323031382d30382d30396b6578706972795f64617465d903ec6a323032342d31302d3230a37576656869636c655f63617465676f72795f636f646561426a69737375655f64617465d903ec6a323031372d30322d32336b6578706972795f64617465d903ec6a323032342d31302d3230d818585ba4686469676573744944086672616e646f6d50c0ef486b2a194ed3cbf7f354fd40092171656c656d656e744964656e74696669657276756e5f64697374696e6775697368696e675f7369676e6c656c656d656e7456616c756561496a697373756572417574688443a10126a118215901423082013e3081e5a00302010202012a300a06082a8648ce3d040302301a3118301606035504030c0f5374617465204f662055746f706961301e170d3233313132343134353430345a170d3238313132323134353430345a30383136303406035504030c2d5374617465204f662055746f7069612049737375696e6720417574686f72697479205369676e696e67204b65793059301306072a8648ce3d020106082a8648ce3d03010703420004c338ec1000b351ce8bcdfc167450aeceb": [9, 12], "a5c1": 8, "a5ivpgbos5tmvva": 6, "a697": 18, "a6a119f7cacac0b8c6aacac747fd3fe7e50b6d9bb8a507fda79f0df6646f285d": [9, 12], "a766d85790ea": 18, "aal": [4, 12, 13, 18], "aal_values_support": 19, "aarc": 8, "aarma": 3, "ab4ca30c918dd2fd0bf35242c15fa2d8": [9, 12], "abil": [4, 15, 17, 18, 19], "abilitazion": 7, "abl": [6, 8, 10, 12, 13, 14, 17, 18], "about": [1, 3, 4, 5, 6, 7, 8, 12, 13, 14, 15, 18, 19], "abov": [6, 7, 8, 9, 12, 17, 18], "absolut": 14, "abstract": 17, "abvdfcnxt0z5rrwdxzsuhuuxz3gm2vcezleyij61ka": 6, "accept": [3, 8, 9, 12, 13, 14], "access": [1, 3, 4, 5, 6, 10, 12, 13, 14, 15, 17, 18, 19], "access_token": 8, "accommod": 17, "accompagnator": 7, "accomplish": [1, 8, 19], "accord": [1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "account": 17, "accredit": 4, "achiev": 18, "acknowledg": 5, "acquir": [15, 18, 19], "acquisit": 18, "acr_values_support": 7, "acronym": 5, "across": [5, 10, 15], "act": [4, 7, 8, 12, 13, 17], "action": [4, 8, 9, 12, 13, 14, 18, 19], "activ": [3, 9, 12, 14, 15, 17, 18, 19], "actor": [4, 12, 13, 15, 18, 19], "actual": [12, 13, 18, 19], "ad": [4, 6, 8, 12, 13], "adapt": 17, "add": 1, "addit": [6, 7, 8, 10, 14, 17], "addition": [6, 12, 13, 18], "address": [8, 14, 17, 18], "adequ": [8, 19], "adher": [4, 7, 12, 13, 17, 18, 19], "adjust": 17, "administ": 4, "administr": [3, 6, 8, 14, 15, 17], "adopt": 5, "advanc": [5, 17], "advis": [8, 12, 13], "ae": 0, "ae84834f389ee69888665b90a3e4fcc": 6, "af": 6, "af9a": [12, 13], "afd09e720b918cedc2b8a881950bab6a1051e18ae16a814d51e609938663d5e1": [9, 12], "aftauxhmvd9pyqtj6fmuhc": 6, "after": [1, 8, 9, 12, 13, 14, 18, 19], "again": [3, 8, 12, 13, 17], "against": [1, 8, 17, 18], "agent": [8, 12, 13], "agre": [9, 12, 17], "agreement": [0, 4, 9, 12], "aid": 17, "aim": [4, 5, 6, 8, 18], "ajx": 6, "akhaw": 16, "alen": 3, "alg": [0, 6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "alg_values_support": 18, "algorithm": [5, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "alias": [12, 13], "alifuoco": 3, "align": [5, 17], "all": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "allow": [1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 17, 18, 19], "allowed_leaf_entity_typ": 17, "alon": 8, "along": [6, 8, 9, 12, 13, 14, 18, 19], "alpha": 6, "alphanumer": 8, "alreadi": [4, 8, 14, 18], "also": [3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 17, 18, 19], "altern": [4, 12, 13], "altmann": 3, "alwai": [3, 4, 10, 15, 17], "ambigu": 16, "amend": 3, "american": 16, "amir": 3, "amministrazioni": 16, "among": [4, 14, 17], "amount": [8, 17], "an": [1, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "anagraph": 6, "analysi": 4, "anchor": [5, 7, 8, 11, 19], "andrea": 3, "android": [4, 18, 19], "anew": 17, "ani": [4, 6, 8, 9, 12, 13, 14, 17, 18], "annex": [1, 8], "annotazioni": 7, "anonym": [4, 10, 17], "anoth": [4, 7, 12, 13, 15, 18], "anpr": 6, "antonio": [9, 12], "anymor": [12, 13, 18], "anyon": 3, "api": [4, 5, 8, 12, 13, 18, 19], "apolog": 3, "apologi": 3, "app": [4, 8, 9, 12, 18, 19], "appear": [4, 6], "append": [12, 13], "appendix": 0, "appl": [4, 18], "appli": [8, 12, 13, 14, 17, 18], "applic": [1, 3, 4, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19], "application_typ": [7, 11], "approach": [3, 6, 15, 17, 18], "appropri": [9, 12, 13, 14, 18], "april": 16, "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "arbitrari": 4, "architectur": [4, 5, 8, 15, 16, 17, 18, 19], "area": 18, "arf": [4, 5, 6, 16, 17, 18], "arial": 6, "aris": [12, 13], "arrai": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "articl": 4, "artifact": [4, 17], "as_metadata": 7, "ascii": 8, "ask": [9, 12, 13, 14, 19], "aspect": [12, 13], "assert": [4, 5, 6, 8, 16, 17, 18, 19], "assess": [4, 17, 18], "assign": [10, 12, 13, 14, 17], "associ": [4, 7, 11, 14, 17, 18, 19], "assum": [8, 17], "assumpt": 8, "assur": [4, 6, 12, 13, 14, 16, 19], "assurance_level": [6, 9, 12], "asymmetr": [0, 8, 18], "ath": 8, "attach": [8, 17], "attack": [1, 8, 10, 18], "attain": 17, "attempt": [12, 13, 18], "attend": 7, "attest": [1, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16], "attest_jwt_client_auth": 7, "attestkei": 4, "attribut": [1, 4, 5, 6, 8, 9, 12, 13, 14, 17, 19], "aud": [8, 12, 13, 14, 18], "audit": [1, 17], "audit_rest_02": 1, "autent": [12, 13], "auth": [7, 8, 16], "authent": [0, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19], "authentic_sourc": 6, "authenticator_assurance_level": 4, "authet": 6, "author": [1, 4, 5, 6, 7, 11, 14, 15, 16, 17, 18, 19], "authorit": 4, "authority_hint": [7, 11, 17, 19], "authorization_cod": [7, 8], "authorization_detail": 8, "authorization_encrypted_response_alg": 7, "authorization_encrypted_response_enc": 7, "authorization_endpoint": [7, 12, 13, 18], "authorization_serv": [7, 17], "authorization_signed_response_alg": [7, 11], "authorization_signing_alg_values_support": 7, "authz": [12, 13], "auto": 8, "autom": [4, 14, 17], "automat": [7, 17], "autonom": 17, "autonomi": 17, "autorit\u00e0": 7, "avail": [1, 3, 8, 12, 13, 17, 18, 19], "avoid": 15, "aw8ixq": 6, "awar": 14, "awrlci5legftcgxllm9yzyisicjpyxqioiaxnjgzmdawmdawlcaizxhwijogmtg4mzaw": 6, "awz": [12, 13], "azpx7u7r": 8, "b": [9, 12, 16], "b01b8208d9e6cc834d87dc356ab50170": 8, "b0d43e4e2ea534e4d5304e64bcf7a0f13e2c8ee8304b9cd23aba4909652a4647": [9, 12], "b16e8cf858ddc7690407ba61d4c338237a8cfcf3de6aa672fc60a557aa32fc67": [9, 12], "b3jniiwgimlhdci6ide2odmwmdawmdasicjlehaioiaxodgzmdawmdawlcaic3viijog": 6, "b6672b6149af": 8, "b6672b6149bg": 8, "b820963964e53af064686dd9218303494a": 6, "back": [4, 8, 14, 18], "backend": [4, 18], "backup": 5, "backward": 6, "bad": [8, 12, 13, 14], "balanc": [10, 12, 13], "band": 14, "base": [3, 4, 8, 9, 12, 14, 15, 16, 17, 18], "base64": [7, 18], "base64url": [6, 8, 12, 13, 14, 18], "basi": 16, "basic": 19, "bastian": 16, "bastien": 3, "bb6e6c68d1b4b4ec5a2ae9206f5t4": 6, "bbc77e6cca981a3ad0c3e544edf86": 6, "bc5568239e35ce9ff8798c27ffdcd757b134b679f0fe05729aa3491381912e65": [9, 12], "bcp": [4, 16], "bcp47": 7, "bearer": 18, "becaus": [12, 13, 14, 18], "becom": [8, 14, 18, 19], "bedrock": 4, "been": [3, 7, 8, 12, 13, 14, 18], "befor": [3, 4, 8, 12, 13, 17], "begin": [8, 9, 12], "behalf": [4, 14, 17], "behavior": 17, "being": [4, 6, 8, 9, 12, 18], "belong": 4, "below": [0, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "berner": 16, "best": 16, "better": [12, 13, 14], "between": [1, 4, 8, 9, 10, 12, 13, 14, 15, 17, 18], "beyond": [14, 17], "bfue3h": 6, "bgcioiaic2hhlti1niisicjjbmyioib7imp3ayi6ihsia3r5ijogikvdiiwgimnydii6": 6, "binari": 6, "bind": [4, 8, 12, 13, 17, 18], "biometr": 19, "birth": [6, 7], "birth_dat": [6, 7, 9, 12], "bit": [0, 8, 12, 13, 16], "bith_dat": [12, 13], "bitsr": 6, "black": 6, "ble": [9, 12], "bleoption": [9, 12], "block": [0, 9, 12, 14], "bluetooth": [9, 12], "bodi": [4, 8, 12, 13, 14, 17, 18], "bomgktw1rbikntw8fzx_bel4ybandr6ahsdgpatfcig": 6, "bool": [9, 12], "boolean": [7, 14, 18], "bootload": 18, "border": [15, 17], "born": 6, "both": [1, 6, 8, 9, 12, 13, 14, 15, 17, 18, 19], "bound": [4, 6, 7, 8, 14, 17, 18], "bradlei": 16, "bradner": 16, "brai": 16, "brainpool": 0, "brainpoolp256r1": 0, "brainpoolp384r1": 0, "brainpoolp512r1": 0, "branch": 3, "braun": 16, "breach": 17, "brief": 3, "browser": 8, "bstr": [6, 9, 12], "build": 17, "built": 17, "busi": 3, "bwc4jk": 8, "by0": 6, "byleaf": 17, "byte": [6, 9, 12], "bytrustanchor": 17, "bzmxamz6rna4wtjevzbslwzjtwvxd2u3ruxhdkdvse13tujwdte0rsisicjwuuktuzft": 6, "c": 16, "c05yv0jimhhxwg9htnk1oulps0nbcwtzbvffbyj9": 8, "c0ef486b2a194ed3cbf7f354fd400921": [9, 12], "c3npil0": 6, "c3rhdhvzijogeyjzdgf0dxnfyxnzzxj0aw9uijogeyjjcmvkzw50awfsx2hhc2hfywxn": 6, "c5f73e250fe869f24d15118acce286c9bb56b63a443dc85af653cd73f6078b1f": 6, "c65c": 8, "c8b708728e4c5756e35c03aeac257ca878d1f717d7b61f621be4d36dbd9b9c16": 6, "c950c0e6fdeb5de50a50096b247af03c": 8, "c_nonc": 8, "c_nonce_expires_in": 8, "c_xmtn3db9t0jjjptqeba": 6, "cab": 4, "cach": 8, "calcul": [6, 8, 9, 12], "call": [12, 13, 17], "campbel": 16, "can": [1, 3, 6, 7, 8, 9, 12, 13, 14, 15, 17, 18, 19], "candid": 17, "cannot": [4, 8, 12, 13, 14, 17, 18], "capabl": [8, 12, 13, 17, 18, 19], "capit": 4, "card": [4, 7, 18], "carri": [4, 6, 8, 12, 13, 17], "carta": 7, "case": [1, 4, 5, 6, 7, 8, 12, 13, 17, 18], "catalogu": 1, "categori": [4, 7], "caus": 8, "cb": [8, 12, 13], "cbor": [5, 8, 9, 14], "cbortag": 6, "ccordiant": 6, "cefal\u00f9": 3, "cek": 0, "central": [9, 12, 15, 17], "cerini": 3, "certain": [4, 8, 9, 12, 13], "certif": [1, 4, 6, 14, 15, 17, 18], "certifi": [4, 17, 18, 19], "cf57377b675f64f37314739592c1e8a911a7ddaf341ce2902fe877c5a835e4c1": [9, 12], "chain": [0, 4, 5, 6, 8, 12, 13, 18], "challeng": [7, 8, 18], "chang": [3, 6, 12, 13, 14, 17], "channel": [3, 8, 9, 12, 14], "charact": [6, 8, 16], "character": 15, "characterist": 4, "charset": 8, "check": [4, 5, 8, 9, 14, 17, 18], "chiozzi": 3, "choos": [10, 15], "chosen": [8, 12, 13], "cie": [4, 6, 7, 16], "cipher": [0, 9, 12], "circumst": [14, 19], "citizen": [3, 4, 6, 15], "civil": [9, 12], "claim": [2, 4, 5, 7, 8, 11, 12, 13, 14, 17, 18, 19], "claimset": 8, "clarif": 3, "clarifi": [8, 12, 13, 14, 18], "clariti": [12, 13], "clear": [4, 12, 13, 17], "cliam": 6, "client": [1, 7, 8, 9, 11, 12, 13, 16, 17, 18, 19], "client_data": 18, "client_data_hash": 18, "client_id": [7, 8, 11, 12, 13], "client_id_schem": [12, 13], "client_metadata": [12, 13], "client_nam": [7, 11], "client_registration_types_support": 7, "close": 17, "closur": [9, 12], "cm": 8, "cmsioiaizwlkyxmilcaiyxnzdxjhbmnlx2xldmvsijogimhpz2gilcaizxzpzgvuy2ui": 6, "cnf": [6, 7, 8, 11, 12, 13, 14, 18], "code": [5, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18], "code_challeng": 8, "code_challenge_method": 8, "code_challenge_methods_support": 7, "code_verifi": 8, "codic": 7, "codificata": 7, "cogfqwztpbirqpnlrg": 18, "cognom": [6, 7], "cointain": [6, 8], "collect": [4, 6, 7, 8, 12, 13, 17], "collis": [6, 8, 18], "color": 6, "com": [3, 8, 12, 13, 18], "combin": [6, 17, 18], "come": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "command": [9, 12], "comment": 3, "commiss": [4, 5], "common": [4, 5, 7, 11], "commonli": 5, "commun": [1, 3, 4, 5, 8, 9, 12, 13, 14], "compani": 15, "compat": [6, 17, 19], "compet": 4, "complement": [4, 17], "complet": [4, 12, 13, 15, 19], "complex": 17, "compli": 17, "compliac": 4, "complianc": [1, 4, 6, 8, 10, 12, 13, 14, 17, 18, 19], "compliant": [4, 7, 9, 11, 12, 13, 16, 18], "compon": [4, 5, 8, 9, 12, 13, 17], "compos": [8, 12, 13, 18], "compris": 7, "compromis": [14, 17, 18], "comput": [9, 12, 14, 18], "concat": 0, "concaten": [17, 18], "conceal": 6, "concern": [3, 5, 17], "concis": 6, "condit": [4, 6, 7, 8, 9, 12, 13, 14], "conduct": [4, 8], "confid": [4, 9, 12], "confidenti": [8, 17], "configur": [4, 5, 8, 12, 13, 18, 19], "confin": 4, "confirm": [4, 6, 8, 14, 18], "conform": 4, "connect": [3, 4, 6, 7, 8, 9, 11, 12, 14, 16, 19], "consent": [8, 9, 12, 13, 17, 18], "consequ": 3, "consid": [4, 8, 9, 12, 13, 17, 18], "consider": 5, "consist": [4, 6, 7, 8, 10, 11, 19], "const": [7, 11, 12, 13], "constant": 7, "constant_attendance_allow": [6, 7], "constitut": 4, "constraint": [7, 11, 12, 13, 17, 18], "construct": 18, "contact": [7, 8, 11, 17], "contain": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "content": [0, 4, 6, 8, 12, 13, 14, 18], "contenuti": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "context": [4, 10, 18, 19], "continu": [12, 13], "contractu": 4, "contribut": 5, "control": [4, 6, 8, 10, 15, 17, 18, 19], "convei": 17, "convent": 5, "convers": [12, 13], "cooki": [12, 13], "coordiant": 6, "coordin": [6, 9, 12], "core": [4, 6, 8, 16, 17], "correct": [12, 13], "corrent": 3, "correspond": [6, 7, 8, 9, 12, 13, 14, 17, 18], "cose": 6, "cose_kei": 14, "cose_sign1": [9, 12], "cost": [15, 17], "could": [12, 13, 17], "count": [12, 13], "countermeasur": 8, "countri": [6, 7], "country_cod": [9, 12], "creat": [4, 8, 9, 12, 13, 14, 18], "creation": [8, 12, 13, 14, 17, 18], "credenti": [1, 4, 5, 7, 9, 11, 12, 13, 15, 16, 17, 18, 19], "credential_accept": 8, "credential_already_revok": 14, "credential_configuration_id": 8, "credential_configurations_support": [7, 8], "credential_delet": 8, "credential_endpoint": 7, "credential_failur": 8, "credential_hash": 14, "credential_hash_alg": [6, 14], "credential_invalid": 14, "credential_issu": 7, "credential_not_found": 14, "credential_pop": 14, "credential_revok": 14, "credential_signing_alg_values_support": 7, "credential_status_detail": 14, "credential_status_detail_support": [7, 14], "credential_status_valid": 14, "credential_upd": 14, "credentialsubject": [12, 13], "credentialx": [12, 13], "credenzial": 7, "criteria": [12, 13, 17], "critic": [12, 13], "cross": [5, 10, 17], "crucial": [4, 12, 13, 14], "crv": [6, 7, 8, 9, 11, 12, 14, 17, 18, 19], "cryptograf": 17, "cryptograph": [4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 17, 18, 19], "cryptographi": 17, "cryptographic_binding_methods_support": 7, "csrc": 4, "cupi": 3, "curfc21sbddzcg9wzm1cegl4udeyztrzexforsisicjhqlzkzmnuefqwwjvscndkefpt": 6, "current": [4, 6, 7, 8, 12, 13, 14, 16, 17, 18], "curv": [0, 6, 9, 12, 18], "custom": 18, "cycl": 14, "d": 16, "d126a6a856f7724560484fa9dc59d195": 6, "d2jhy2nhbg91cmvqdwfuzgft": 18, "d4e0bb387aa2556ff306925fdfb9a765": 8, "d76c51b7": [7, 11], "da": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "dab8ef51": 8, "dai": 8, "damag": [12, 13], "data": [1, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data_sourc": 6, "databas": 14, "datael": [9, 12], "dataitemnam": [9, 12], "dataitemvalu": [9, 12], "date": [6, 7, 14, 16, 17, 18], "datetim": [6, 19], "dati": 16, "db143143538f3c8d41dc024f9cb25c9d": 6, "db67gl7ck3tfiiaf7n6_7shvqk0mdymeqcogglkuaaw": 6, "dbjftjez4cvp": 8, "de": [3, 16], "de21bb62ff2897d8b986d2cda9f9bc5865c02807f7b4d9dd1fa4a79df4c0d37f": [9, 12], "deactiv": [5, 18], "decemb": 16, "decentr": 5, "decid": [6, 14, 18], "deciph": [12, 13], "decis": 8, "declar": 6, "decod": [6, 8, 12, 13, 14], "decoi": 6, "decre": 5, "decrypt": [9, 12, 13], "dedic": [4, 17, 18], "deem": [12, 13], "default": [0, 17], "default_acr_valu": 7, "defdf1aa746718016ef1b94bfe5r6": 6, "defens": 18, "defer": [5, 14], "defin": [1, 5, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "definit": [4, 12, 13, 14, 16, 17, 19], "definition_id": [12, 13], "degli": 6, "degre": 4, "dei": 16, "deleg": [17, 18], "delet": [14, 18], "delimit": 6, "dell": [6, 7, 16], "della": [7, 16], "dello": [9, 12], "demonstr": [1, 4, 8, 9, 12, 16, 17, 19], "denot": 8, "densiti": [12, 13], "depend": [4, 6, 8, 10, 12, 13, 14, 18, 19], "depict": 18, "deploy": 4, "deriv": [0, 4, 6, 8, 9, 12, 14, 17], "describ": [4, 6, 7, 8, 9, 12, 13, 14, 17, 18], "descript": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18], "descriptor": [12, 13], "descriptor_map": [12, 13], "deselect": [12, 13], "design": [3, 4, 15, 17], "destruct": [9, 12], "detail": [1, 5, 6, 7, 8, 9, 14, 17, 18, 19], "detect": [17, 18], "determin": [7, 8, 12, 13, 15, 17, 18, 19], "dettagli": 7, "develop": [3, 5, 17, 18], "devic": [4, 5, 8, 14, 17, 18, 19], "deviceauth": [6, 9, 12], "devicecheck": 18, "devicekei": [6, 9, 12], "devicekeyinfo": [6, 9, 12], "devicemac": 6, "devicenamespac": [9, 12], "deviceretrievalmethod": [9, 12], "devicesign": [6, 9, 12], "devicesignatur": [6, 9, 12], "devicesigneditem": 6, "dhljyxjkiiwginzjdcnpbnrlz3jpdhkioiaimmu0mgjjzdy3otkwmdgwodvmzmixytfm": 6, "di": [6, 7, 16, 18], "diagnos": [12, 13], "diagnost": [6, 9, 12], "diagram": [9, 12, 13, 14, 18], "dif": 11, "differ": [4, 6, 8, 9, 10, 12, 13, 14, 15, 17, 18], "diffi": 0, "digest": [6, 12, 13], "digestalgorithm": [6, 9, 12], "digestid": [6, 9, 12], "digit": [0, 1, 4, 5, 8, 12, 13, 14, 17, 18, 19], "digital": 16, "dijk": 3, "direct": 5, "direct_post": [11, 12, 13], "directli": [4, 6, 8, 10, 12, 13, 17, 18], "diritto": 7, "disabilitycard": [6, 8], "disabilit\u00e0": 7, "disabl": [7, 17], "disclos": [6, 8, 9, 12, 17], "disclosur": [6, 12, 13, 16, 17], "discov": 8, "discoveri": [4, 7, 8, 12, 13, 17], "discret": 18, "discuss": [3, 10, 18], "dispatch": [9, 12], "displai": [6, 7, 9, 12, 13], "disput": 17, "distinct": [18, 19], "distribut": 17, "divers": 17, "divid": [9, 12, 14, 17, 18], "do": [8, 12, 13, 14, 17, 18], "doc": 3, "docrequest": [9, 12], "doctyp": [6, 8, 9, 12], "document": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "document_numb": [6, 7, 9, 12], "documentazion": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "documento": 7, "doe": [9, 12, 13, 18], "doesn": [9, 12, 14, 17], "doi": 16, "domain": [4, 6, 14], "domest": [6, 9, 12], "don": 17, "download": [12, 13], "dpop": [8, 16], "draft": [3, 11, 12, 14, 16, 17], "drive": [6, 7, 16], "driver": 7, "driving_privileg": [7, 9, 12], "driving_privileges_detail": 7, "due": [8, 12, 13, 14], "duplic": 8, "durat": 4, "dure": [1, 3, 4, 6, 8, 9, 12, 13, 14, 15, 17, 18, 19], "duzhinov": 3, "dvhobxzkoxb5uvrknkznvwhjlupyzkhyeghmayisicj6vmrnagntq2xnvldsvwdhc0dw": 6, "dx": 6, "dynam": [5, 8, 11, 17], "dzhuvinov": 16, "e": [0, 1, 4, 6, 8, 9, 12, 14, 15, 16, 17, 18, 19], "e0b70bcefbd43686f345c9ed429343aa": 6, "e151": 14, "e2382149255ae8e955af9b8984395": 6, "e353ea0b0fd92b6be90c64cc3b2ee1284153a8f0f5066b99aac599200e6eeeb2": [9, 12], "e453": 14, "e6048bdc7fd6454296f1e3f54536107c9c5b24c4064de46a98121e3630eecca2": [9, 12], "e9melhoa2owvfremtjguchaoek1t8urwbugjsstw": 8, "ea90": [7, 11], "eaa": [1, 4, 5, 12, 17, 18, 19], "each": [4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "earli": 17, "earliest": 17, "eavesdrop": [9, 12], "eb12193dc66c6174530cdc29b274381f": 6, "ec": [4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "ec2": [6, 9, 12], "ecdh": 0, "ecdsa": 0, "ecosystem": [4, 5, 15, 17, 18, 19], "eddsa": 18, "edevicekei": [9, 12], "editori": [3, 4], "educ": 15, "eea": 4, "eeed6a3b856563627589a360939d12f7": [9, 12], "eevzdhferxntumw3c3bvvmztqnhpefaxmmu0c3lxtkuilcaiczfyszvmmnbnmy1hrlrh": 6, "effici": [15, 17], "eg": [4, 12, 13, 17], "egieei5iuzr6r0mr02lnvq0omekmnkcji": [18, 19], "ehh4ec14ehh4lxh4ehgtehh4ec14ehh4ehh4ehh4ehgixq": 6, "ehh4lxh4ehgtehh4ec14ehh4ehh4ehh4ehgixq": 6, "ei8zwm9qnkppnpenenhdhq": 6, "eid": [7, 8], "eida": [4, 5, 6, 8, 9, 12, 15, 16, 17], "either": [6, 7, 8, 12, 13, 17, 18], "ej9vmzwmcxoccuwin0zt0js4m_shneig6tlxrqj": 17, "ekfumzrmohdhnurva1zcmezzbgftsljbqwm4stnstjexrmzjiiwgilzrss1tmw1umut4": 6, "electron": [4, 5, 17, 19], "electronic_record": [9, 12], "eleg": [12, 13], "element": [6, 9, 12, 13, 14, 15, 18], "elementidentifi": [6, 9, 12], "elementvalu": [6, 9, 12], "elenco": 7, "elig": [4, 5], "elimin": [15, 18], "elipt": 6, "elisa": 3, "ellipt": [0, 9, 12, 18], "eluv5og3gsnii8eynsxa_a": 6, "em3cmnzghiyfsq090n6b3op7laaqj8rghmhxgmjstqg": 17, "email": [8, 14, 17], "emanuel": 3, "embed": [4, 9, 12], "emerg": 17, "emiliano": 3, "empir": 4, "emploi": [12, 13, 17], "empow": 17, "empti": [6, 9, 12], "en": [6, 7], "enabl": [0, 4, 8, 12, 13, 14, 15, 17], "encapsul": 4, "enclav": [4, 18, 19], "encod": [6, 7, 8, 9, 12, 13, 14, 16, 18], "encompass": [6, 18], "encount": [8, 12, 13, 14, 18], "encourag": 3, "encrypt": [0, 6, 8, 9, 12, 13, 14, 16, 17, 18], "end": [8, 9, 12, 13, 14, 17], "endpoint": [4, 5, 6, 7, 11, 14, 18], "energi": [9, 12], "enforc": [4, 14, 17], "engag": [5, 19], "enhanc": [3, 4, 5, 12, 13, 15, 17], "enno31jfzfp8y2dw0r": 6, "enough": 8, "ensur": [1, 3, 4, 5, 8, 12, 13, 14, 15, 17, 18, 19], "enter": [12, 13, 17, 19], "entir": [4, 6, 7, 8, 17, 18, 19], "entiti": [4, 5, 8, 10, 12, 13, 14, 18, 19], "entitl": 14, "entity_id": [12, 13], "entity_typ": 17, "entityconfigur": 17, "entitystat": 17, "entri": [6, 14, 17], "entropi": [8, 12, 13], "enum": [12, 13], "enus": 19, "envelop": 14, "environ": [4, 12, 13, 18, 19], "envis": 15, "ephemer": [0, 9, 12, 18], "equal": [8, 12, 13, 17, 18], "ereaderkei": [9, 12], "errata": 16, "error": [5, 8, 18], "error_descript": [8, 12, 13, 14, 18], "es256": [0, 6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "es256k": 18, "es384": [0, 7, 11, 12, 13, 17, 18, 19], "es512": [0, 7, 11, 12, 13, 19], "esc0w8acc191": 8, "esempi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "especi": 17, "essenti": 18, "establish": [4, 5, 8, 9, 12, 13, 15, 17, 19], "estim": 1, "etc": [8, 14, 17], "ethic": 4, "etsi": [0, 6], "eu": [5, 6, 12, 13, 17, 18], "eudi": [3, 4, 9, 12, 16, 17, 19], "eudiw": [6, 12, 13, 17, 18], "euicc": 18, "europa": [6, 12, 13, 17, 18], "europea": 7, "european": [4, 5, 7, 15], "europeandisabilitycard": [7, 8], "evalu": [4, 5, 8, 12, 13, 18], "even": [8, 12, 13, 14, 15, 17], "event": [3, 8], "event_descript": 8, "everyon": 3, "evfusjzgtvvoyy1kwgzicnhotgsilcaielzkz2hjbunstvzxbfvnr3nhcfnrq1brruha": 6, "evid": [1, 6, 8, 9, 12, 14], "evolv": [6, 17], "exampl": [0, 1, 2, 3, 4, 5, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19], "exce": 8, "except": 17, "exchang": [1, 4, 7, 8, 9, 12, 13, 14, 15, 16, 17], "exclus": [9, 12, 18], "execut": [4, 18, 19], "exist": 18, "exp": [6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "expand": 8, "expect": 4, "experi": [8, 12, 13, 15], "experiment": 19, "expir": [6, 7, 8, 10, 12, 13, 14, 17, 18, 19], "expires_in": 8, "expiri": [6, 7, 8, 14, 17, 18], "expiry_d": [6, 7, 9, 12], "explicit": [12, 13], "explicitli": [8, 12, 13], "exploit": [12, 13], "expos": [8, 17], "express": [4, 12, 13], "exted": 6, "extend": [6, 19], "extens": 17, "extern": [4, 5, 17, 18], "extract": [12, 13], "ey71": 8, "eyj0exaioij2yytzzc1qd3qilcjhbgcioijfuzi1niisimtpzci6imm5ntbjmgu2zmrlyjvkztuwytuwmdk2yji0n2fmmdnjin0": 8, "eyj0exaioijhdctqd3qilcjhbgcioijfuzi1niisimtpzci6imm5ntbjmgu2zmrlyjvkztuwytuwmdk2yji0n2fmmdnjin0": 8, "eyj0exaioijkcg9wk2p3dcisimfszyi6ikvtmju2iiwiandrijp7imt0esi6ik": 8, "eyj0exaioijvcgvuawq0dmnplxbyb29mk2p3dcisimfszyi6ikvtmju2iiwiandrijp7imt0esi6ikvdiiwiy3j2ijoiuc0yntyilcj4ijoicfzvm2phdhu0ytn0azljowfvd1znthlcql9ysjdnltnxbgprmwvqvxoyrsisinkioijutdvptnzslulnyxjuz3j6nwpkdnnwb2zmekz3y2pqunrgvwtlbmvirukwin19": 8, "eyjfc2qioibb": 6, "eyjfc2qiolsiq1jjqkdpbwhhbe1tszhlzuxmnzg2n0w4chv6meznrtvas1vxlw12n0hiyyisilhhzjvjzfvgc0uzywtabeszt0e5d3dhcjjkcvawuu01m3bby2hiemprzmmilcjjr2fuqvdysg9wqvoyalbhnxk0sze3u0xpywfkcgrnuf9pdnbmtgx0vwjjiiwinefuzu1zvvaxrwh3emrhdkrqoehobnrargn1ejzrohhhwvj0nxo0shh0ssisijruytvxshrmyzdrynnxdhfvahd6wxdvduqty3hkvmdenmraltl0zudhz3milcjizs10a2u3yvu0wmhdnwuxcgzqrjcxuwpfrzrszg1iafroufl1tnqyoho0iiwisnnkahhtmwrvttjan29mumzywvjvoffeadj4m1dqnkdilujny21ddzjgayisilvobxbrsy1hs3hzahjwxzzwyvpfzzrovg5fx29aevdob01ztgnamuhlmjgilcjodddqu3rxmkeywkliuhbhdtjpdmvsek9rbwpyuen1v0rbdy0tdktsqtbjiiwiv3rtck5jvzftvkn0unznuf9um2ytrglhrudhns1ivk5rwgjrckowrnpzrsjdlcjlehaioje3ndy1mtu5nzisimlzcyi6imh0dhbzoi8vzwfhlxbyb3zpzgvylmlwenmuaxqilcjzdwiioijoemjmc1hoohveq2nkn25vv1hgwkfmsgt4wnnsr0m5whmilcjzdgf0dxmionsic3rhdhvzx2f0dgvzdgf0aw9uijp7imnyzwrlbnrpywxfagfzaf9hbgcioijzagetmju2in19lcj2y3qioijeaxnhymlsaxr5q2fyzcisil9zzf9hbgcioijzagetmju2iiwiy25mijp7imp3ayi6eyjrdhkioijfqyisimnydii6ilatmju2iiwieci6inbwvtnqyxr1ngezdgs5yzlhb3dwz0x5qkjfcko3ts0zv2xqazflalv6mkuilcj5ijoivew1t052ui1jz2fybmdyejvqzhzzcg9mznpgd2nqufj0rlvrzw5lsevjmcj9fx0": 8, "eyjhbgcioiairvmyntyilcaidhlwijogimv4yw1wbgurc2qtand0in0": 6, "eyjhbgcioijfuz": 18, "eyjhbgcioijfuzi1nii": [12, 13], "eyjhbgcioijfuzi1niisimtpzci6ik5gttfxvvzpvwxzelvxcexhbwxmy0vwufjwwtjwwfpjumpcblfywm1ssghlwvvwwvvszfrrbkeytkeilcj0exaioijhchbsawnhdglvbi9lbnrpdhktc3rhdgvtzw50k2p3dcj9": 17, "eyjhbgcioijfuzi1niisimtpzci6ikvvrzbfdlrwauk1ru5aqxdvq0lvtwdqqvk4x1visw5fmkhiwlmxn3rfqzaifq": 8, "eyjhbgcioijfuzi1niisimtpzci6ilnurkrxv2hky0dwwfgzqjnsvmraywtsq0xutnvna000wtngnlfutk9krxryzfhgwvlywjjjwgn0uveilcj0exaioijhchbsawnhdglvbi9lbnrpdhktc3rhdgvtzw50k2p3dcj9": 17, "eyjhbgcioijfuzi1niisimtpzci6imtoakzwte9nrjnheg": 18, "eyjhbgcioijfuzi1niisimtpzci6imvxa3pubwt0ww5kblzhmwxhmju1zdjkq2rvzersazqwuwt0wvlvmwfhrfzyt1robfphdfdxsgq1wncilcj0exaioijhchbsawnhdglvbi9lbnrpdhktc3rhdgvtzw50k2p3dcj9": 17, "eyjhbgcioijfuzi1niisinr5cci6indhbgx": 18, "eyjhbgcioijfuzi1nij9": 8, "eyjhbgcioijsuzi1niisimtpzci6": 6, "eyjlehaioje2ndk1ota2mdisimlhdci6mty0otqxnzg2miwiaxnzijoiahr0chm6ly9ycc5legftcgxllm9yzyisinn1yii6imh0dhbzoi8vcnauzxhhbxbszs5vcmcilcjqd2tzijp7imtlexmiolt7imt0esi6ikvdiiwia2lkijoitkznmvdvvmlvbfl6vvdwtgftbgzjrxbqulzzmlzywklsakjuuvhabvjiaetzvvzzvwxkvffuqtjoqsisimnydii6ilatmju2iiwieci6invzbemzd2qtcfgzd3o0yljzbnd5m2x6cgjhwkzotjk2aewyquhbm01rnlkilcj5ijoivkxdqlhgv2xktlnosxo4a0gyoxzmujromthca3dht1gynnprb3j1utfnncj9xx0sim1ldgfkyxrhijp7im9wzw5pzf9yzwx5aw5nx3bhcnr5ijp7imfwcgxpy2f0aw9ux3r5cguioij3zwiilcjjbgllbnrfawqioijodhrwczovl3jwlmv4yw1wbguub3jnlyisimnsawvudf9yzwdpc3ryyxrpb25fdhlwzxmiolsiyxv0b21hdgljil0simp3a3mionsia2v5cyi6w3sia3r5ijoirumilcjrawqioijork0xv1vwavvswxpvv3bmyw1szmnfcfbsvlkyvlhasvjqqm5rwfptukhos1lvvllvbgruuw5bmk5biiwiy3j2ijoiuc0yntyilcj4ijoidxnsqzn3zc1wwdn3ejriullud3kzbhpwykdarmhootzotdjbseeztve2wsisinkioijwtencwezxbgrou05jejhrsdi5dkxsne4xoejrd0dpwdi2elfvcnvrmu00in1dfswiy2xpzw50x25hbwuioijoyw1lig9migfuigv4yw1wbgugb3jnyw5pemf0aw9uiiwiy29udgfjdhmiolsib3bzqhjwlmv4yw1wbguuaxqixswiz3jhbnrfdhlwzxmiolsicmvmcmvzaf90b2tlbiisimf1dghvcml6yxrpb25fy29kzsjdlcjyzwrpcmvjdf91cmlzijpbimh0dhbzoi8vcnauzxhhbxbszs5vcmcvb2lkyy9ycc9jywxsymfjay8ixswicmvzcg9uc2vfdhlwzxmiolsiy29kzsjdlcjzy29wzsi6imv1lmv1cm9wys5lyy5ldwrpdy5wawqumsblds5ldxjvcgeuzwmuzxvkaxcucglklml0ljegzw1hawwilcjzdwjqzwn0x3r5cguioijwywlyd2lzzsj9lcjmzwrlcmf0aw9ux2vudgl0esi6eyjmzwrlcmf0aw9ux3jlc29sdmvfzw5kcg9pbnqioijodhrwczovl3jwlmv4yw1wbguub3jnl3jlc29sdmuviiwib3jnyw5pemf0aw9ux25hbwuioijfegftcgxlifjqiiwiag9tzxbhz2vfdxjpijoiahr0chm6ly9ycc5legftcgxllml0iiwicg9sawn5x3vyasi6imh0dhbzoi8vcnauzxhhbxbszs5pdc9wb2xpy3kilcjsb2dvx3vyasi6imh0dhbzoi8vcnauzxhhbxbszs5pdc9zdgf0awmvbg9nby5zdmcilcjjb250ywn0cyi6wyj0zwnoqgv4yw1wbguuaxqixx19lcj0cnvzdf9tyxjrcyi6w3siawqioijodhrwczovl3jlz2lzdhj5lmvpzgfzlnrydxn0lwfuy2hvci5legftcgxllmv1l29wzw5pzf9yzwx5aw5nx3bhcnr5l3b1ymxpyy8ilcj0cnvzdf9tyxjrijoizxlkacbcdtiwmjyifv0simf1dghvcml0ev9oaw50cyi6wyjodhrwczovl2ludgvybwvkawf0zs5lawrhcy5legftcgxllm9yzyjdfq": 17, "eyjlehaioje2ndk2mjm1ndysimlhdci6mty0otq1mdc0niwiaxnzijoiahr0chm6ly90cnvzdc1hbmnob3iuzxhhbxbszs5ldsisinn1yii6imh0dhbzoi8vaw50zxjtzwrpyxrllmvpzgfzlmv4yw1wbguub3jniiwiandrcyi6eyjrzxlzijpbeyjrdhkioijfqyisimtpzci6ilnurkrxv2hky0dwwfgzqjnsvmraywtsq0xutnvna000wtngnlfutk9krxryzfhgwvlywjjjwgn0uveilcjjcnyioijqlti1niisingioijyql9bogdcunh5njhvtkxzrkzlr0zmr2vmwu5xymgtszh1os1gylqyzkzjiiwiesi6ilnuwvk2y3njznkxcjbisfhltgjuvfzsamfndzhozznrues2wfvoc2uzdkuifv19lcj0cnvzdf9tyxjrcyi6w3siawqioijodhrwczovl3rydxn0lwfuy2hvci5legftcgxllmv1l2zlzgvyyxrpb25fzw50axr5l3royxqtchjvzmlszsisinrydxn0x21hcmsioijleupoyibcdtiwmjyifv19": 17, "eyjlehaioje2ndk2mjm1ndysimlhdci6mty0otq1mdc0niwiaxnzijoiahr0chm6ly9pbnrlcm1lzglhdguuzwlkyxmuzxhhbxbszs5vcmcilcjzdwiioijodhrwczovl3jwlmv4yw1wbguub3jniiwiandrcyi6eyjrzxlzijpbeyjrdhkioijfqyisimtpzci6ik5gttfxvvzpvwxzelvxcexhbwxmy0vwufjwwtjwwfpjumpcblfywm1ssghlwvvwwvvszfrrbkeytkeilcjjcnyioijqlti1niisingioij1c2xdm3dklxbym3d6ngjsww53etnsenbir1pgae45nmhmmkfiqtnnutzziiwiesi6ilzmq0jyrldsze5ttkl6ogtimjl2tfi0tje4qmt3r09ymjz6uw9ydvexttqifv19lcjtzxrhzgf0yv9wb2xpy3kionsib3blbmlkx3jlbhlpbmdfcgfydhkionsic2nvcguionsic3vic2v0x29mijpbimv1lmv1cm9wys5lyy5ldwrpdy5wawqumswgigv1lmv1cm9wys5lyy5ldwrpdy5wawquaxqumsjdfswicmvxdwvzdf9hdxrozw50awnhdglvbl9tzxrob2rzx3n1chbvcnrlzci6eyjvbmvfb2yiolsicmvxdwvzdf9vymply3qixx0sinjlcxvlc3rfyxv0agvudgljyxrpb25fc2lnbmluz19hbgdfdmfsdwvzx3n1chbvcnrlzci6eyjzdwjzzxrfb2yiolsiulmyntyilcjsuzuxmiisikvtmju2iiwirvm1mtiilcjquzi1niisilbtnteyil19fx0sinrydxn0x21hcmtzijpbeyjpzci6imh0dhbzoi8vdhj1c3qtyw5jag9ylmv4yw1wbguuzxuvb3blbmlkx3jlbhlpbmdfcgfydhkvchvibgljlyisinrydxn0x21hcmsioijleupoyibcdtiwmjyifv19": 17, "eyjpc3mioiaiahr0chm6ly9jbgllbnquzxhhbxbszs5jb20ilcaiyxvkijogimh0dhbzoi8vyxmuzxhhbxbszs5jb20ilcaibmjmijogmtmwmdgxntc4mcwgimv4cci6idezmda4mtkzodb9": 8, "eyjpc3mioii0n2i5odiznjk3otfkmdgwmdnhnzi4m2ywntljyjbkmsisimf1zci6imh0dhbzoi8vzwfhlxbyb3zpzgvylndhbgxldc5pchpzlml0l2nyzwrlbnrpywwilcjpyxqioje3mdu1nzawntusimv4cci6mtc3odkxndu2mcwibm9uy2uioij0c19fdfvrczbpzwljuzfowu5csevru295m2n0ngdwes00rlpld0hpbgtzin0": 8, "eyjpc3mioiigahr0chm6ly9jbgllbnquzxhhbxbszs5jb20ilcjhdwqioiigahr0chm6ly9hcy5legftcgxllmnvbsisimp0asi6ijvlzmy5yzfilwvkmgqtnddloc1hntuzlwy3ngrmmwjizwvkzcisimlhdci6mtcymji0otq0nywizxhwijoxnziymjq5nzq3fq": 8, "eyjpc3mioijodhrwczovl2vhys1wcm92awrlci53ywxszxquaxb6cy5pdcisinn1yii6imq0ztbiyjm4n2fhmju1nmzmmza2oti1zmrmyjlhnzy1iiwiyxvkijoiahr0chm6ly9lywetchjvdmlkzxiud2fsbgv0lmlwenmuaxqvy3jlzgvudglhbcisimlhdci6mtcxntg0mju2mcwizxhwijoxnzc4ote0ntywlcjqdgkioijmoty1nwnlyi1jnjvjltqwmjutotm3oc1injy3mmi2mtq5ymcilcjjbgllbnrfawqioii0n2i5odiznjk3otfkmdgwmdnhnzi4m2ywntljyjbkmsisimnuzii6eyjqa3qioii5nte1nzrhzwuxymi3ota3ywuxzwmzmta5zgiyyjiynsj9fq": 8, "eyjqd2sioib7imt0esi6icjfqyisicjjcnyioiaiuc0yntyilcaieci6icjuq0ffuje5": 6, "eyjqdgkioijlmwozvl9is2ljoc1mquvciiwiahrtij": 8, "f": 16, "f10aca0992694b3581f6f699bfc8a2c6cc687725": [7, 11], "f2461e4fab69e9f7bcffe552395424514524d1679440036213173101448d1b1ab4a293859b389ffa8b47aeed10e9b0c1545412ac37c51a76482cd9bbbe110152": [9, 12], "f8555ceb": 8, "f8a5966e6dac9970e0334d8f75e25": 6, "f9655ceb": 8, "f9ee4d36f67dbd75e23311ac1c29": 6, "facial": 19, "facilit": [3, 4, 17], "fact": 15, "factori": 18, "fail": [8, 12, 13, 14, 17], "failur": [12, 13, 14], "faiv8cncch43n07ybcwlejg4zo9o_xdefgiejdshk1ccj8yt9": 6, "fals": [9, 12, 13, 14, 18], "falsif": 18, "famili": [0, 6, 7], "family_nam": [6, 7, 9, 12, 13, 17], "fanfs3ync9tjicaivhwlvuj3axwggz_98urfaqme": [7, 11], "far": [8, 14], "fast": 5, "faulti": [12, 13], "fb43": 8, "fbf4de318982f2dbad43c601caeb22628b301ac18aa8264c5831b2aaac89c486": [9, 12], "fc91": [12, 13], "feasibl": [12, 13], "featur": [4, 12, 13, 14, 17, 18], "februari": 16, "fed": [6, 7, 8, 11, 12, 13, 16, 17, 18], "feder": [4, 5, 7, 8, 11, 12, 13, 16, 18, 19], "federation_ent": 5, "federation_fetch_endpoint": 17, "federation_list_endpoint": 17, "federation_resolve_endpoint": 17, "federation_trust_mark_status_endpoint": 17, "fetch": [12, 13, 17], "fett": 16, "ff217bdb0653": [12, 13], "ff_etuqs0ieiis1nynbheqsoy3ct4gpi": 8, "field": [6, 7, 8, 9, 11, 12, 13, 14, 15, 16], "fifyx03bnosd8m6gyqifnhnp9cm_sam9tc5nlloiirc": 17, "fig": 8, "figur": [9, 12], "filter": [7, 8, 11, 12, 13], "fimewwe7elgvgohmwmbpu14": 6, "final": [9, 12, 13, 17], "find": [12, 13], "fingerprint": 19, "fip": 0, "first": [6, 7, 8, 12, 13, 18], "fiscal": 7, "flaw": 18, "flexibl": 17, "flow": [1, 5, 17, 18], "fly": 8, "fmlgrxfrzuv2gwmquh8": [7, 11], "focus": 17, "follow": [0, 1, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18], "font": 6, "forbidden": [12, 13], "forc": 17, "forgotten": 3, "form": [4, 6, 8, 12, 13, 14, 15, 17, 18, 19], "form_post": [7, 8, 12, 13, 18], "formal": 4, "format": [4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19], "forward": [12, 13], "foster": 17, "foto": 7, "found": [8, 12, 13, 14, 18], "fr": 17, "fragment": [8, 12, 13], "frame": [12, 13, 18], "framework": [4, 5, 6, 8, 12, 13, 16, 17, 18, 19], "francesco": 3, "fraud": 15, "free": 3, "fresh": [8, 12, 13, 17, 18], "friendli": [12, 13], "from": [1, 3, 4, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "frystyk": 16, "fswginzjdci6icjodhrwczovl2lzc3vlci5legftcgxllm9yzy92ms4wl2rpc2fiawxp": 6, "fulfil": [12, 13, 14], "full": [5, 6, 17, 19], "function": [0, 4, 5, 6, 9, 12, 18, 19], "further": [4, 5, 8, 9, 12, 14, 17, 18, 19], "furthermor": [6, 8, 14, 17, 19], "futur": [8, 12, 13, 17, 18], "fyziol9lf2cekunt2jzxilrdink0upcd": 8, "g": [4, 6, 8, 14, 15, 16, 17, 18, 19], "g02nsrqfjfxq7io09syaja": 6, "g061": 8, "gabriella": 3, "gain": [4, 12, 13, 18], "gather": [12, 13], "gdpr": 17, "ge3sjy_zat34f8wa5dukvb0fslasjraac8i3ln11ffc": 6, "gener": [0, 4, 5, 6, 9, 12, 13, 14, 16, 18], "genuin": [4, 8, 18], "get": [6, 8, 11, 12, 13, 17, 18, 19], "getti": 16, "gg": [6, 7], "giada": 3, "github": 3, "giusepp": 3, "give": [9, 12, 13, 17], "given": [6, 8, 10, 12, 13, 14, 17, 18], "given_nam": [6, 7, 9, 12, 13, 17], "gli": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "globalplatform": 18, "glossari": 4, "goal": 4, "goland": 16, "good": [12, 13], "googl": 4, "gov": [4, 7, 9, 12], "govern": [4, 15, 17], "grant": [4, 7, 8, 12, 13, 15, 16, 18, 19], "grant_typ": [8, 18], "grant_types_support": [7, 19], "graphic": [4, 6], "grauso": 3, "greater": [8, 14], "group": [6, 12, 13], "group1": [12, 13], "group2": [12, 13], "grow": 17, "guarante": [1, 18, 19], "guarate": 6, "guess": [8, 10], "guida": [7, 16], "guidelin": [4, 5, 7, 18], "gxu": 8, "h": [6, 9, 12, 16], "h9gw": 18, "ha": [3, 5, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "hain": 16, "haip": [11, 16, 18], "handl": [4, 8, 12, 13, 17], "happen": [8, 12, 13, 17], "hardt": 16, "hardwar": [4, 12, 13, 17, 18], "hardware_key_tag": 18, "hardware_signatur": 18, "harm": 14, "hash": [0, 6, 8, 9, 12, 13, 14, 18], "hasn": 17, "have": [3, 6, 8, 9, 12, 13, 14, 15, 17, 18, 19], "header": [5, 6, 11, 12, 13, 14, 17, 18], "heartili": 3, "hedberg": [3, 16], "held": 8, "hellman": 0, "help": [12, 13, 18], "henc": 18, "her": 10, "here": [4, 19], "hereaft": [8, 18], "herein": [12, 13], "high": [4, 5, 6, 9, 12, 13, 14, 16, 18, 19], "higher": 17, "highlight": 8, "hildebrand": 16, "hinder": [12, 13], "hint": [8, 17], "histor": [4, 17], "histori": 15, "hmac": 0, "hold": [9, 12, 19], "holder": [4, 6, 12, 13, 14, 15, 18], "homepage_uri": [7, 11, 17, 19], "horizont": 17, "horvat": 3, "host": [7, 8, 11, 12, 13, 14, 18], "hour": [14, 17, 18], "how": [4, 5, 6, 9, 12, 13, 14, 18], "howev": [6, 8, 12, 13, 17], "hpcm9biiwgimjpcnrox2rhdguilcaimtk4mc0wms0xmcjd": 6, "hriiwgimzhbwlsev9uyw1liiwgiljvc3npil0": 6, "hs256": [0, 7], "hs384": [0, 7], "hs512": [0, 7], "hsm": [4, 18], "hti70g": 17, "htm": 8, "html": [7, 8, 11, 14], "http": [1, 3, 4, 5, 6, 7, 9, 11, 16, 17, 19], "httponli": [12, 13], "htu": 8, "human": [6, 8, 11, 14, 18], "hybrid": [18, 19], "hypertext": 16, "hywfgixq": 6, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "iaconelli": 3, "iam": 15, "iana": [8, 14, 18], "iat": [6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "icjqlti1niisicj4ijogilrdquvsmtladnuzt0hgngo0vzr2zlnwb0hjudfjtglsrgxz": 6, "icjywfhywfhywfhyil0": 6, "id": [4, 6, 7, 8, 11, 12, 13, 17, 19], "id_auth_channel_01": 1, "id_auth_channel_02": 1, "id_auth_rest_02": 1, "ida": [6, 16], "idea": 3, "ident": [4, 5, 6, 8, 10, 12, 13, 14, 16, 17], "identif": [4, 5, 6, 11, 12, 13, 14, 16, 17, 18, 19], "identifi": [4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "identitifi": 6, "idp": 8, "idphint": 8, "iec": [0, 6, 16], "ietf": [8, 14, 18, 19], "igarngrz5jdvspoffzfwcjprtfukenehei0": 8, "ii": 4, "ijhkam96qmzvdk1odlezsgzsbvbxetrpmtlhchhznjfgv0hqwmvivtu4ouuilcairhgt": 6, "ijogimm1zjczzti1mgzlody5zji0zde1mte4ywnjzti4nmm5ymi1nmi2m2e0ndnkyzg1": 6, "ijoginnoys0yntyifx0sicj2y3qioiaiahr0chm6ly9wawrwcm92awrlci5legftcgxl": 6, "ik56ykxzwgg4durdy2q3bm9xwezaqwzia3hac1jhqzlycyisicjzdgf0dxmioib7inn0": 6, "ikjvtudrdfcxcmjpa250dzhgenhfqmvmnfliqw5kcjzbshnkz3bhdezdawcilcairu5o": 6, "ikjydmzybg5oqu11sfiwn2fqvw1b": 6, "ilieik_mbjp8bhyngsphiuym3wgaokt9hsdref3qek4kyatafrrer6dgterurnawkbem8m1milyhbtnffzcjjg": 8, "illustr": [9, 12], "immedi": [8, 9, 12, 17, 19], "impact": [12, 13], "implement": [1, 3, 4, 6, 8, 9, 12, 13, 14, 17, 18], "impli": [14, 18], "implic": [12, 13], "implicit": 8, "import": 4, "impract": 8, "improv": 15, "inaccuraci": 14, "includ": [3, 4, 6, 7, 8, 9, 12, 13, 14, 15, 17, 18, 19], "incluid": 8, "inclus": [4, 18], "incorpor": [9, 12, 16, 17, 18], "incorrect": [12, 13, 14], "increas": 17, "incur": [12, 13], "independ": [9, 12, 17], "index": [12, 13], "indic": [6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 19], "indirectli": 17, "individu": [3, 4, 6, 8, 15, 17], "info_polici": [7, 11, 19], "inform": [3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19], "informativi": 16, "informazioni": [7, 11], "infrastructur": [4, 5, 15], "infrastruttura": 16, "inherit": 19, "initi": [0, 3, 4, 5, 8, 9, 12, 14, 17], "innermost": 7, "innov": 5, "input": [8, 12, 13], "input_descriptor": [7, 11, 12, 13], "inquir": 17, "insensit": [12, 13], "insid": [8, 14, 18], "insight": 4, "inspect": 8, "instal": [4, 18, 19], "instanc": [1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 17], "instead": [10, 17], "institut": [15, 16, 17], "instruct": 8, "int": 6, "integ": [6, 8], "integr": [1, 4, 6, 8, 15, 16, 17, 18, 19], "integrity_assert": 18, "integrity_rest_01": 1, "intend": [8, 9, 12, 13, 17], "intendersi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "intent": [9, 12], "intenttoretain": [9, 12], "interact": [4, 8, 12, 13, 15, 17, 18, 19], "intercept": [9, 12, 13], "interchang": 16, "interest": 3, "interfac": [4, 8, 14, 17, 18, 19], "intermedi": [5, 7, 8, 11, 19], "intermediari": [4, 12, 13, 15, 17], "intern": [3, 4, 12, 13, 14, 16, 18, 19], "internet": [14, 16], "interni": 6, "interno": 6, "interoper": [1, 4, 5, 6, 8, 12, 13, 15, 16, 17], "interoperabilit\u00e0": 16, "interpret": [4, 8], "interv": 14, "introduc": [5, 11], "invalid": [6, 7, 8, 9, 12, 13, 14, 17, 18], "invalid_cli": 8, "invalid_dpop_proof": 8, "invalid_proof": 8, "invalid_request": [8, 12, 13, 14], "invalid_request_signatur": 14, "invalida": 7, "invit": 3, "involv": [4, 5, 8, 12, 13, 14, 15, 17, 18], "io": [4, 18, 19], "iphon": 18, "irregzaml7pnfjqh2apz82blqo5s0sl1jr0tefp5e1t913g8gnuwggtmquqhpzwv6bvtla8g": 17, "irrevers": [7, 14], "irreversibil": 7, "iso": [0, 4, 6, 9, 12, 16], "iso18013": [9, 12, 16], "iss": [6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "isser": 19, "issu": [1, 3, 4, 6, 7, 8, 12, 13, 14, 15, 17, 18, 19], "issuanc": [1, 4, 5, 6, 14, 16, 17, 19], "issue_d": [6, 7, 9, 12], "issuer": [4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19], "issuerauth": [6, 9, 12], "issuersign": [6, 9, 12], "issuersigneditem": [6, 9, 12], "issuersigneditembyt": [6, 9, 12], "issuing_author": [6, 7, 9, 12], "issuing_countri": [6, 7, 9, 12], "istituto": [9, 12], "itali": 5, "italia": 3, "italian": [4, 6, 17], "italiantaxidentificationnumb": 6, "item": [9, 12, 13], "itemsrequest": [9, 12], "its": [4, 8, 9, 11, 12, 13, 14, 17, 18, 19], "itself": [14, 17, 18, 19], "j": 16, "jane": 10, "jar": [8, 12, 13], "jarm": [7, 8, 11, 16], "javacard": 18, "javascript": [12, 13, 16], "je2rpcqbfqxkpmqehahgzv6smmxd0i": [7, 11], "jfxsyomxhajplja": 8, "jji8302pyiu0xqlngtcwrdm9npe_": 6, "jjla": 18, "jkt": 8, "johansson": 3, "join": 3, "jone": 16, "jose": [6, 8, 11, 18], "jrrtu9xuk9biiwgimv4cglyev9kyxrliiwgijiwmjqtmdetmdeixq": 6, "json": [6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "jti": [8, 14], "judici": 14, "juli": 16, "june": 16, "jurisdict": 17, "jw": [1, 6, 7, 8, 11, 12, 13, 16, 17, 18, 19], "jwa": 16, "jwe": 16, "jwk": [6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "jwk_thumbprint": 18, "jwkid": 14, "jwt": [4, 5, 7, 8, 11, 14, 16, 17, 18, 19], "jwt_alg_valu": [7, 11, 12, 13, 17, 18], "jwt_proof": 8, "jwt_vc_json": 18, "jwt_vp_json": 18, "jxfhrxhlk": 6, "k": 16, "kawasaki": 3, "kb": [12, 13, 17], "kdf": 0, "keep": [17, 18], "kei": [0, 1, 2, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19], "kept": 14, "key_attest": 18, "keyauthor": 6, "keyinfo": 6, "keymast": 18, "keystor": [4, 18], "kid": [6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "kind": 4, "klaa": 3, "klyne": 16, "know": [14, 15, 17], "known": [4, 5, 6, 7, 8, 9, 11, 12, 17, 18, 19], "koiwai": 16, "kozihvcnaqccoiawgaib": 18, "kpku_xycocunt2o0bwsliqtnpu6im": 19, "kristina": 3, "kty": [6, 7, 8, 9, 11, 12, 14, 17, 18, 19], "kz": 8, "l": 16, "l3iiwgimlhdciside2odmwmdawmdbd": 6, "la": 7, "label": [6, 12, 13], "lack": 14, "laiso": 3, "languag": [5, 6, 7, 17], "larg": [4, 8], "last": 4, "later": [8, 12, 13], "latest": 17, "latter": [6, 8, 14], "launch": [5, 18], "law": [6, 14], "layer": [4, 16], "lc": 8, "le": 7, "leach": 16, "lead": [12, 13, 14, 18], "lead_tim": 8, "leaf": 17, "leak": 8, "learn": 3, "least": [7, 8, 9, 11, 12, 13, 18], "leav": [5, 7, 11], "lee": 16, "legal": [4, 14, 17, 19], "legisl": 5, "legitim": [4, 6, 12, 13, 14], "legitimaci": [4, 17], "lehmann": 16, "leiba": 16, "leif": 3, "length": [0, 6, 8, 9, 12, 13], "less": [8, 9, 12, 17], "level": [4, 5, 6, 9, 12, 13, 14, 15, 16, 18, 19], "leverag": [15, 17, 18], "liabil": 17, "librari": [5, 18], "licens": [6, 7, 14, 16], "life": [4, 14], "lifecycl": [5, 7], "lifetim": 8, "like": [3, 4, 17, 18], "limit": [9, 12, 18], "limit_disclosur": [7, 11, 12, 13], "line": 16, "link": [3, 7, 8, 10, 12, 13, 14, 18], "link_qr_cod": 7, "linkabl": 10, "list": [0, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 17, 18, 19], "live": [5, 18], "liznsb39vfjhygs3k7jxe4r3": 18, "lm9yzy92ms4wl3blcnnvbmlkzw50awzpy2f0aw9uzgf0ysisicj2y3qjaw50zwdyaxr5": 6, "loa": [4, 8, 19], "load": 17, "local": [6, 7, 8, 14, 17, 18], "locat": [8, 9, 12, 13, 17], "lodderstedt": [3, 16], "log": [12, 13, 17], "login": 15, "logo": [7, 11, 17, 19], "logo_uri": [7, 11, 17, 19], "long": [5, 8, 14], "longer": [7, 14, 17, 18], "look": 8, "looker": 16, "lorenzo": 3, "lose": [14, 18], "loss": 14, "lost": 18, "low": [5, 9, 12, 19], "lowercas": 16, "ltp2qrzmadk4": [7, 11], "lues_support": 19, "luogo": [6, 7], "lzbiiwgimdpdmvux25hbwuilcaitwfyaw8ixq": 6, "m": 16, "m_inf": [9, 12], "m_it": 6, "mac": [8, 12, 13, 14, 18], "made": [11, 12, 13, 14, 17, 18], "mai": [1, 4, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19], "main": [3, 4, 6, 8, 14, 15, 17, 18], "maintain": [4, 10, 11, 12, 13, 15, 17, 18, 19], "mainten": [12, 13], "major": 6, "make": [1, 3, 6, 8, 14, 17, 19], "malform": [12, 13], "malfunct": [12, 13], "malici": [12, 13, 18], "manag": [4, 8, 14, 15, 17, 18, 19], "mandat": [12, 13], "mandatori": [6, 8, 9, 12, 14], "manfredi": 3, "mani": 8, "manipul": 18, "manner": [4, 12, 13, 14, 18, 19], "manufactur": [4, 18], "map": [6, 8, 10, 12, 13, 14, 17], "march": [5, 16], "marco": [3, 16], "marier": 16, "marino": [3, 16], "mario": 6, "mark": [5, 6, 8, 12, 13, 17, 18], "market": 8, "mart": 3, "marta": 3, "masint": 16, "mask": 0, "master": 4, "match": [8, 11, 12, 13, 14, 18], "materi": [6, 7, 8, 9, 12, 13, 14], "matter": 17, "max_path_length": 17, "maximum": [8, 17], "mb92k27uhbuju1p1r_ww1gfwfoejxk": 8, "mc0wms0xmcjd": 6, "md5": 6, "mdawmcwginn1yii6icjoemjmc1hoohveq2nkn25vv1hgwkfmsgt4wnnsr0m5whmilcai": 6, "mdl": [5, 6, 7, 9, 12, 16], "mdoc": [4, 5, 8, 14], "mean": [4, 6, 8, 17], "meant": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "measur": [17, 18], "mechan": [4, 5, 6, 8, 12, 13, 14, 15, 18, 19], "medeiro": 16, "media": [8, 10, 12, 13, 17, 19], "medium": 19, "meet": [12, 13, 17, 18], "member": [3, 4, 5, 6, 8, 12, 13, 14, 15, 17], "mention": [12, 13, 18], "merg": [3, 4], "messag": [1, 3, 8, 9, 12, 13, 14, 18], "met": [18, 19], "metadata": [4, 5, 8, 12, 13, 14, 15, 18], "metadata_polici": 17, "method": [3, 6, 7, 8, 9, 10, 12, 13, 14, 17, 18, 19], "methodologi": 8, "meyer": 16, "mgf1": 0, "michel": 3, "might": [10, 17], "miicajccadogawibag": [12, 13], "minim": [10, 17], "minimum": [6, 8, 9, 12, 13, 14, 18], "ministero": 6, "minor": 17, "minut": 8, "mismatch": [12, 13], "miss": [12, 13], "misus": [8, 12, 13], "mitig": [1, 8], "mix": 18, "mjqtmdetmdeixq": 6, "mm": [6, 7], "mobil": [4, 5, 7, 8, 9, 12, 13, 15, 16, 18, 19], "mobilesecurityobject": 6, "mobilesecurityobjectbyt": 6, "mode": [0, 8, 9, 11, 12, 13, 16], "model": [4, 5, 8, 9, 12, 15, 17, 18, 19], "modi": [1, 16], "modif": [3, 17], "modul": 18, "mogul": 16, "monitor": 17, "more": [4, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "moro": 3, "mortimor": 16, "most": 8, "motherboard": 18, "motiv": 17, "motorizzazion": [9, 12], "mrvy3vtzw50x251bwjlciisicjywfhywfhywfhyil0": 6, "mso": [6, 14], "mso_mdoc": 8, "mult": [8, 16], "multi": 4, "multipl": [6, 7, 10, 12, 13, 14, 15, 16, 17, 18], "multivalu": 8, "must": [0, 1, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 19], "mv3c88mhhemba6oymbwugeb3dkhp4yadjmgyjwwilsk": 14, "mzuxn2vmzwuzmzuyothmzdk3nmizzty1nwjmyjnmngvhytexzde3msisicj2zxjpzmlj": 6, "n": [6, 12, 13, 16], "n3zdzudlbwmilcaiesi6icjaegppv1diwk1rr0hwv0twutroylnjaxjzvmz1zwndrtz0": 6, "nab": 4, "name": [0, 4, 6, 7, 9, 10, 11, 12, 13, 14, 17, 18, 19], "namespac": [5, 9, 12], "nascita": [6, 7], "nation": [3, 4, 5, 6, 7, 8, 14, 15, 16, 18], "nativ": [4, 18], "natur": [4, 6, 8, 14, 18, 19], "navig": [12, 13], "nazional": 16, "ne_q2unpgzoh": 6, "necess": 17, "necessari": [4, 12, 13, 14, 17, 18], "necessit": 18, "need": [3, 8, 12, 13, 14, 15, 17, 18], "negoti": [12, 13], "nehrderpynlhy3m5wldwtwz2auhm": 6, "nest": [6, 7], "network": [12, 13], "neutral": 4, "new": [1, 4, 8, 9, 12, 13, 14, 15, 17, 18], "newli": [9, 12], "newman": 16, "next": 6, "ngpuouyysfprin19fq": 6, "nhu5b1dqmvnssujsq2mxbyjdlcaiaxnzijogimh0dhbzoi8vaxnzdwvylmv4yw1wbguu": 6, "nicola": 3, "nicolussi": 3, "niel": 3, "nist": [0, 4, 8], "nmhqdnjjee56rjbzbfu2dwtobxpib0wtwxzcti10rmewvdhylwjzmcisicjhrtntanlf": 6, "nmilcj5ijoiovzfngpmx09rx282nhpivfrsy3vosmfqsg10nny5verwcluwq2r2r": 8, "nome": [6, 7], "non": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19], "nonc": [8, 12, 13, 18, 19], "nonce_endpoint": 19, "none": [0, 8, 11, 12, 13, 14, 18], "norm": [0, 1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "normal": 6, "normativi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "notat": [6, 9, 12, 16], "note": [4, 5, 8, 17], "notif": [1, 4, 5, 7, 14], "notifi": [1, 4, 8, 12, 13, 14, 17], "notification_endpoint": 7, "notification_id": 8, "novemb": 16, "noy1vfbehnz3zfdwzriiwginrhef9pzf9jb2rliiwgilrjtklulvhywfhywfhywfhywf": 6, "nsd": 6, "null": [9, 12], "number": [6, 7, 8, 12, 13, 14, 17, 18, 19], "numericd": [6, 8, 17], "numero": 7, "nzblsxh8udccd7nowxfzafhkxzsrgc9x": 6, "o": [4, 16], "o2nmbxrvyxbwbgutyxbw": 18, "o2nmbxrvyxbwbgutyxbwyx": 18, "oaep": [0, 7], "oauth": [6, 7, 8, 11, 12, 13, 14, 16, 18, 19], "oauth_authorization_serv": [5, 17], "object": [4, 5, 7, 8, 9, 11, 14, 16, 17, 18], "obscur": [12, 13], "obtain": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "occour": [12, 13], "occur": [8, 9, 12, 13, 14, 17, 18], "oem": [4, 18], "offer": [3, 12, 13, 14, 17, 18, 19], "offici": 5, "offlin": [5, 9, 12, 14], "often": 4, "oib7im1ldghvzci6icjjawuifx0sicjfc2rfywxnijoginnoys0yntyilcaiy25mijog": 6, "oid": [6, 7, 8, 11, 12, 13, 16, 17, 18], "oid4vp": [4, 12, 13], "oidc": [6, 7, 8, 15, 16], "oidc4vci": 14, "oir0vuiiwiahr1ijoiahr0chm6ly9yzxnvdxjjzs5legftcgxllm9yzy9wcm90zwn0z": 8, "ok": [6, 8, 12, 13, 14, 18], "okalavqxhwqumh3ehyukmlacsidq33pys41y5pesz3hxwaxq3nmg": 8, "oliv": 3, "omit": [7, 8], "onc": [3, 8, 12, 13, 18, 19], "one": [0, 4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "ones": 6, "ongo": 17, "onli": [3, 4, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "onlin": [10, 14, 17], "opaqu": [6, 12, 13], "open": [3, 8, 19], "openid": [4, 6, 7, 8, 11, 12, 13, 16, 17, 18, 19], "openid4vc": [11, 16, 18], "openid4vci": [5, 7, 8, 16, 17], "openid4vp": [5, 8, 11, 12, 13, 16, 17], "openid_credenti": 8, "openid_credential_issu": [5, 17], "openid_relying_parti": [7, 17], "oper": [0, 4, 5, 8, 12, 13, 17, 18], "opportun": 3, "optim": 0, "option": [1, 4, 6, 7, 8, 9, 10, 12, 13, 15], "optxrimpptoa1plemagr6pxhf8y6": 8, "order": [6, 12, 13, 18], "org": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "organ": [4, 7, 11, 15, 16, 19], "organiz": [4, 17], "organization_cod": 6, "organization_id": [9, 12], "organization_nam": [6, 7, 9, 11, 12, 17, 19], "origin": [4, 6, 17, 18], "other": [4, 5, 6, 8, 12, 13, 14, 15, 17, 18, 19], "otherwis": [12, 13, 14], "our": 3, "out": [4, 8, 9, 12, 14, 17], "outcom": 4, "outlin": [4, 6, 7, 9, 12, 13, 14, 17, 19], "outsid": 8, "over": [4, 6, 9, 12, 13, 14, 15, 17, 18, 19], "overal": 17, "overload": 17, "overse": [17, 18], "oversight": 4, "own": [8, 9, 12, 14, 15, 17, 18], "owner": [6, 15, 17, 18], "ownership": 15, "p": [0, 6, 7, 8, 11, 14, 16, 17, 18, 19], "p1": 17, "p2": 17, "p256": [6, 9, 12], "p3": 17, "p4": 17, "p5": 17, "p6": 17, "p7": 17, "p8": 17, "p9": 17, "pad": 0, "paes": 7, "page": [3, 12, 13, 18, 19], "pair": [4, 6, 7, 8, 9, 11, 12, 18], "paolaz": 3, "par": [5, 7], "paradigm": 5, "param": [8, 18, 19], "paramet": [0, 2, 5, 7, 11, 12, 13, 14, 19], "parliament": 5, "part": [4, 8, 9, 12, 13, 16, 17, 18, 19], "partak": 3, "parti": [3, 4, 5, 6, 8, 13, 14, 15, 18, 19], "partial": [12, 13], "particip": [3, 4, 5, 10, 17, 19], "particular": [1, 4, 8, 14, 17, 18], "particularli": 17, "pasqual": 3, "pass": [7, 8, 9, 11, 12, 18], "past": 4, "patent": 7, "path": [7, 11, 12, 13, 17], "pattern": 5, "paul": 3, "payload": [1, 4, 5, 6, 8, 12, 13, 14, 18], "pc33jm2lchcu_lhggv_ufq": 6, "pdnd": [1, 6, 8, 9, 12, 16], "peak": 17, "pec": [7, 11, 17], "peopl": 3, "per": [7, 8, 14, 16, 18], "perform": [4, 8, 9, 12, 13, 18, 19], "perimet": 17, "period": [3, 4, 14, 17, 18, 19], "peripher": [9, 12], "permiss": [4, 9, 12], "permit": 18, "person": [4, 6, 10, 11, 12, 13, 14, 15, 16, 17, 19], "personidentificationdata": [6, 7, 8, 11, 12, 13], "perspect": [8, 12, 13, 17], "pertain": [17, 18], "peter": 3, "phase": [6, 8, 9, 12, 14, 15, 17, 18], "phone": [8, 15], "physic": [4, 14, 18], "piattaforma": 16, "pick": [12, 13], "pictur": [8, 12, 13], "pid": [1, 4, 5, 12, 13, 14, 17, 18, 19], "pidprovid": 6, "pin": 19, "pivot": 5, "pi\u00f9": 7, "pkce": [7, 8], "pkcs1": 0, "pki": 17, "place": [6, 7, 18], "place_of_birth": 7, "plai": [18, 19], "plain": 17, "plaintext": [12, 13], "platform": 10, "pleas": [3, 5, 17, 19], "plu": 0, "pluggabl": 18, "pnrr": 5, "point": [4, 8, 9, 12, 13, 17, 18], "polic": 14, "polici": [4, 10, 12, 13, 14, 17, 19], "policy_uri": [7, 11, 17, 19], "poligrafico": [9, 12], "poll": [12, 13], "pop": [1, 8], "popul": [6, 12, 13], "portrait": [7, 9, 12], "posit": [4, 6, 8], "possess": [1, 4, 5, 6, 8, 12, 13, 15, 16, 17, 18, 19], "possibl": [3, 6, 8, 9, 12, 13, 17, 19], "post": [1, 5, 8, 11, 14, 17, 18], "potenti": [6, 12, 13, 14, 17, 18], "practic": [4, 7, 16], "pragma": 8, "pre": [4, 11, 17], "precaut": [12, 13], "predefin": 18, "predetermin": 18, "predict": 4, "preexist": 4, "prefer": [12, 13, 19], "preliminari": 8, "prerequisit": 18, "presenc": 6, "present": [4, 5, 6, 8, 9, 11, 15, 16, 17, 18, 19], "presentation_definit": [11, 12, 13, 18], "presentation_definition_uri": [12, 13], "presentation_definition_uri_support": [12, 13, 18], "presentation_definitions_support": [7, 11], "presentation_submiss": [12, 13], "presentationexch": 16, "presentationexchang": 11, "preserv": [14, 18, 19], "prevent": [8, 10, 12, 13, 18, 19], "previou": [6, 8, 12, 13, 14, 18], "previous": [8, 12, 13, 14, 17, 18], "primari": [4, 8, 9, 12, 19], "primarili": 18, "principl": 17, "prior": 8, "priv": [9, 12], "privaci": [4, 5, 10, 12, 13, 14, 15, 18, 19], "privacy_polici": [7, 11, 19], "privat": [1, 4, 6, 8, 9, 12, 13, 14, 17, 18], "private_key_jwt": 19, "privileg": 7, "probabilist": 0, "problem": 14, "proce": 8, "procedur": [4, 14, 15, 17], "proceed": 8, "process": [3, 4, 5, 6, 8, 10, 12, 13, 14, 15, 17, 18], "processor": 18, "produc": [4, 18], "product": 4, "profil": [1, 3, 6, 8, 9, 12, 14, 16, 17, 18], "profile_non_repudiation_01": 1, "program": 4, "project": [3, 5], "promot": [15, 17], "prompt": [9, 12, 13], "proof": [1, 4, 5, 6, 7, 8, 11, 12, 13, 16, 17, 18, 19], "proof_signing_alg_values_support": 7, "proof_typ": 8, "proof_types_support": 7, "propag": 17, "proper": [4, 12, 13, 18], "properti": [5, 7, 18], "propos": 3, "prosseda": 3, "protect": [6, 8, 10, 11, 12, 13, 17], "protocol": [1, 4, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18], "protocollo": [7, 11], "prove": [4, 6, 12, 13, 17], "provid": [1, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 17, 18], "provis": [8, 14, 17], "proxi": [8, 12, 13], "proxim": [4, 5], "ps256": 0, "ps384": 0, "ps512": 0, "pseudonym": [4, 5, 6], "pseudorandom": 8, "pss": 0, "pt0ixx0": [12, 13], "pub": [9, 12], "pubblich": 16, "public": [1, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "publicli": 17, "publish": [4, 12, 13, 15, 17], "pulido": 16, "pull": 3, "purpos": [5, 6, 11, 12, 13, 14, 15, 18], "push": [5, 7, 12, 13], "pushed_authorization_request_endpoint": 7, "puvdzw": 6, "pvu3jatu4a3tk9c9aowvglybb_rj7m": 8, "q": [1, 4, 5, 12, 13, 17, 18, 19], "qeaa": [4, 19], "qg_o64zqaxe412a108iroa": 6, "qkmx5iqt5phpu5tfcts6hsp": [7, 11], "qr": [7, 9, 12, 13], "qrcode": [12, 13], "qrjrj3af_b57sboirrcbm7br7woc8ynj7lhfpteffuk": 19, "qtsp": [4, 17], "qualifi": [4, 17, 19], "qualiti": [4, 12, 13], "quanto": 7, "quartili": [12, 13], "queri": [7, 8], "questa": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "questo": 7, "quickli": 17, "r": 16, "r3uoi": 17, "rais": [12, 13], "random": [6, 8, 9, 12, 13, 18], "rang": [9, 12], "rappresent": 6, "rar": 8, "raw": [12, 13], "re": [8, 12, 13], "read": 6, "readabl": [6, 8, 10, 11, 12, 13, 14, 18], "readerauth": [9, 12], "readi": 8, "real": [10, 14, 17], "realiabl": 5, "reason": [8, 14, 18], "receipt": 8, "receiv": [4, 8, 9, 12, 13, 14, 17, 18], "recipi": [1, 6], "recogn": [4, 15], "recognit": 19, "recommend": [0, 4, 6, 8, 12, 13, 14, 17, 18], "reconstruct": 18, "record": [4, 9, 12], "recov": [12, 13], "redact": 18, "redirect": [5, 8], "redirect_uri": [8, 12, 13], "reduc": [15, 17], "reduct": 15, "reestablish": 19, "refer": [0, 4, 5, 6, 8, 9, 12, 14, 15, 17, 18], "referenc": [6, 8, 12, 13, 14], "refin": 3, "reflect": [17, 18], "refresh": 8, "refus": [12, 13], "regard": [12, 13, 14, 17, 18], "regist": [1, 4, 6, 8, 11, 17, 18], "registerd": 14, "registr": [4, 5, 7, 8, 11, 17], "registrar": 4, "registri": [8, 14, 15, 17, 18, 19], "regul": [4, 5, 10, 14, 15, 17], "regulatori": [4, 17], "reiniti": 18, "reject": [8, 12, 13, 14], "relat": [1, 4, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "relationship": [4, 17], "releas": [4, 8, 12, 13, 15], "relev": [4, 8, 9, 12, 14, 15, 17, 18, 19], "reli": [4, 5, 6, 7, 8, 13, 14, 15, 18, 19], "reliabl": [4, 6, 14, 17, 19], "relianc": 17, "reload": 8, "remain": [4, 8, 12, 13, 15, 17], "remark": 5, "remot": [4, 5, 17, 18], "remov": [17, 18, 19], "renam": 4, "renew": [5, 8], "repeat": 18, "repetit": 15, "replai": [1, 8, 18], "repli": 8, "report": [3, 14, 17], "repositori": 4, "repres": [3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "represent": [6, 7, 8, 17], "repudi": [1, 4, 5, 14], "reput": 18, "req": [2, 12, 13], "request": [1, 3, 5, 7, 11, 15, 17, 19], "request_object_signing_alg_values_support": [7, 12, 13, 18], "request_uri": [7, 8, 11, 12, 13], "request_uri_method": [12, 13], "requir": [1, 4, 5, 6, 7, 9, 11, 12, 13, 16], "research": 17, "reset": 18, "resid": [6, 12, 13, 14], "resist": [6, 8, 10, 18], "resolut": 17, "resolv": [8, 17], "resourc": [5, 6, 8, 12, 13, 16, 17], "resp": [8, 16], "respect": [6, 8, 17, 19], "respond": [8, 9, 12, 18], "respons": [1, 4, 5, 7, 11, 16, 17, 18, 19], "response_cod": [12, 13], "response_mod": [7, 8, 12, 13, 18], "response_modes_support": [7, 8, 12, 13, 18], "response_typ": [8, 12, 13, 18], "response_types_support": [12, 13, 18], "response_uri": [7, 11, 12, 13], "response_uris_support": 11, "responsedata": [9, 12], "responsestatu": [9, 12], "rest": [1, 17, 19], "rest_jws_2021_pop": 1, "restor": [5, 18], "restrict": [4, 7, 8, 12, 13, 17], "restrictions_condit": 7, "restrizioni": 7, "result": [4, 8, 9, 12, 13, 14, 17], "retain": [9, 12, 17], "retent": 17, "retriev": [4, 6, 8, 9, 12, 13, 19], "return": [5, 6, 8, 9, 12, 13, 14, 17, 18], "reus": 8, "reveal": [4, 6, 9, 10, 12, 14], "revers": [6, 10], "revert": 19, "review": [3, 4, 19], "revis": [4, 5], "revoc": [1, 4, 5, 7, 8, 12, 13, 17, 19], "revocata": 7, "revocation_assert": 14, "revocation_assertion_respons": 14, "revocation_endpoint": 7, "revocation_request": 14, "revok": [4, 7, 14, 15, 17, 18], "rfc": [0, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "rfc2119": 4, "rfc3339": 16, "rfc6749": 14, "rfc7515": 16, "rfc7517": 16, "rfc7519": [6, 12, 13, 16], "rfc7800": [6, 14, 16], "rfc8152": 6, "rfc8174": [4, 16], "rfc8725": [12, 13], "rfc8747": 14, "rfc9101": [12, 13], "riccardo": 3, "rich": 8, "right": 4, "rilascio": 7, "risk": [4, 8, 15], "riyvi0kaz8nz3dlhuxbbd": 6, "robust": [12, 13, 14, 17], "roland": 3, "role": [4, 5, 14, 15], "root": [4, 12, 13], "rose": 3, "rossi": 6, "rotat": [10, 14], "rp": [4, 8, 11, 12, 13, 17], "rsa": [0, 7], "rsa_1_5": 0, "rsae": 0, "rsassa": 0, "rst": 5, "rule": [1, 3, 4, 5, 6, 8, 12, 13, 17], "rulebook": 6, "run": 4, "s022cvspdxuv44x": 6, "s1mt1kxfq2o8j9io7xmmx2mixag9m9pejvqrmca": 6, "s1xk5f2pm3": 6, "s256": [7, 8, 14], "safeguard": 18, "said": 15, "saitto": 3, "sakimura": 16, "salt": [6, 9, 12], "salvator": 3, "same": [4, 6, 8, 10, 12, 13, 14, 17, 19], "saml2": [4, 8, 15], "sampl": [12, 13], "satisfi": [14, 18], "scadenza": 7, "scalabl": 17, "scale": 17, "scan": [9, 12, 13], "scenario": [4, 12, 13, 14, 17, 18], "schema": [6, 8, 17, 18], "schema_uri": 6, "scheme": [0, 4, 5, 7, 8, 11, 12, 13, 15], "sciarretta": 3, "sciunnach": 3, "scope": [4, 6, 7, 8, 12, 13, 14, 17], "scopes_support": 7, "scurtescu": 16, "sd": [4, 5, 7, 8, 11, 14, 16, 17, 18], "sd_hash": [12, 13], "sdk": 18, "se": 18, "seamless": [12, 13, 15, 17], "second": [8, 9, 12, 13, 18], "section": [0, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "section_3": [8, 14, 18], "secur": [0, 4, 5, 8, 9, 10, 14, 15, 16, 17, 18, 19], "see": [4, 6, 7, 8, 9, 11, 12, 14, 17, 18], "seek": 3, "seen": 18, "segment": [12, 13], "select": [6, 8, 12, 13, 16, 18], "self": 6, "selfissu": 17, "selhausen": 16, "semant": 16, "send": [8, 9, 11, 12, 13, 14, 18], "sensit": [7, 8, 12, 13], "sent": [1, 8, 12, 13, 14], "sentenc": 4, "separ": [4, 6, 7, 8], "septemb": 16, "sequenc": [12, 13, 17, 18], "seri": 6, "serial": 8, "serv": [4, 14, 17, 18, 19], "server": [4, 7, 8, 9, 12, 13, 14, 16, 17, 18], "server_error": [12, 13], "servic": [1, 4, 5, 6, 8, 10, 14, 15, 17, 18, 19], "session": [5, 8, 13], "set": [3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "setup": [8, 9, 12], "sever": [3, 8, 12, 13, 17, 18], "sf2": [12, 13], "sha": [0, 6, 8, 9, 12, 14], "sha256": [0, 18], "sha384": 0, "sha512": 0, "sha521": 0, "shall": [4, 6, 8, 9, 12, 14], "share": [8, 17], "sharif": 3, "sheffer": 16, "short": [0, 8, 9, 12, 17, 18, 19], "should": [4, 6, 8, 9, 10, 12, 13, 14, 17, 18], "show": [8, 12, 13, 14], "shown": [4, 8, 12, 13], "side": [4, 8, 12, 13], "sign": [4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "sign1": 6, "signatur": [0, 4, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19], "signedjwt": 17, "signific": [5, 15, 17], "significantli": 17, "signin": [12, 13], "silletti": 3, "similar": 17, "simplifi": 8, "sinc": [8, 12, 13, 15, 17, 18], "singl": [6, 8, 14, 17, 18], "siopv2": 5, "sistemi": 16, "size": 6, "slack": 3, "slow": 8, "slt14644zbyxyf": 17, "smart": [4, 18], "smartphon": [4, 18], "smith": 10, "snapshot": 17, "snif": [12, 13], "snippet": 5, "so": [8, 9, 12, 14], "soap": 1, "soc": 18, "social": 10, "socket": [12, 13], "sog": 0, "solberg": 16, "solicit": 18, "solut": [4, 5, 8, 13, 17, 18], "some": [3, 6, 8, 12, 13, 14, 17], "sono": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "soon": 3, "sourc": [4, 5, 6, 8, 9, 12, 14], "source_endpoint": 17, "space": [7, 8, 12, 13], "spazio": 7, "spec": 17, "special": [8, 12, 13, 18], "specif": [1, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "specifi": [4, 6, 7, 8, 9, 12, 13, 14, 18, 19], "spid": [4, 7, 16, 17], "spidl1": 7, "spidl2": 7, "spidl3": 7, "splxlobezqqybys6wxsbia": 8, "sri": [6, 16], "ssi": 15, "stage": [9, 12, 18], "stakehold": [3, 17], "stamp": 17, "standalon": 4, "standard": [1, 4, 6, 8, 12, 13, 14, 16, 17, 18], "stare": 4, "start": [8, 14, 17, 18], "stata": 7, "state": [4, 5, 7, 8, 12, 13, 14, 15, 17], "statement": [5, 6, 12, 13, 18, 19], "static": [0, 5, 17], "stato": [7, 9, 12], "statu": [1, 4, 5, 6, 7, 8, 9, 16, 17, 18, 19], "status": 17, "status_assert": [6, 14], "status_assertion_request": 14, "status_assertion_respons": 14, "status_attestation_endpoint": 7, "steel": 16, "stefano": 3, "stem": [12, 13], "step": [8, 9, 12, 13, 14, 18, 19], "still": [4, 8, 17, 18], "stolen": 8, "storag": [4, 8, 14, 17, 18], "store": [4, 6, 8, 9, 10, 12, 14, 15, 17, 18, 19], "strategi": [5, 12, 13, 17, 18], "streamlin": [15, 17], "string": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "strong": [8, 19], "strongbox": [4, 18], "strongli": 18, "structur": [6, 9, 12, 13, 17, 18, 19], "student": 3, "sub": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "subject": [6, 7, 8, 17, 18, 19], "submiss": [1, 4, 12, 13], "submission_requir": [12, 13], "submit": [7, 8, 18], "subordin": [8, 17], "subphas": [9, 12], "subresourc": 16, "subsequ": [9, 12, 14], "subset": 7, "subset_of": 17, "substanti": [3, 4], "succe": 8, "succed": [12, 13], "succesfulli": 14, "success": [8, 12, 13, 14, 17, 18], "successful": [12, 13], "successfulli": [8, 12, 13, 14], "suffici": [8, 12, 13], "suit": [9, 12], "suitabl": 8, "sull": 16, "summar": [12, 13], "summari": 17, "summaris": 17, "sunflowerdream": 10, "superior": [17, 19], "supervis": [4, 9, 12], "supervisori": 4, "suppli": [12, 13], "support": [0, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "suspens": 14, "svg": [7, 11, 17, 19], "swap": 8, "switch": 8, "symmetr": [8, 12, 13, 14, 18], "syntax": [11, 12, 13, 16], "system": [4, 6, 8, 10, 15, 17, 18, 19], "t": [9, 12, 14, 16, 17], "t6dahp3tuwa_27kle8i9z_spk2ftqlky6pgmpchbsi2ahxy3aaxdurobpo4chtqgg3j2xcrghdfucfgeq": 17, "ta": 17, "tabl": [2, 6, 8, 9, 12, 13, 14, 17, 18, 19], "tag": [4, 6, 7, 18], "takahiko": 3, "take": [14, 18], "taken": [7, 8, 18], "tamper": [17, 19], "target": [8, 12, 13], "tarjan": 16, "task": 17, "tax": [6, 7], "tax_id_cod": [6, 7, 11, 12, 13], "tax_id_numb": 6, "taxpay": 6, "tbd": [12, 13], "tcaer19zvu3ohf4j4w4vfsvohip1ilildls7vcegemc": 6, "tech": 17, "technic": [1, 3, 4, 5, 7, 9, 12, 13, 14, 17, 18], "technician": 3, "techniqu": [12, 13], "technolog": 17, "technologi": [9, 12, 16], "tecnica": 16, "tecnologica": 16, "ted": 19, "tee": [18, 19], "telephon": 14, "template_uri": 6, "templatepid": 6, "temporari": [9, 12, 14], "temporarili": 8, "terbu": [3, 16], "term": [5, 17, 19], "termin": [5, 13, 18], "terminologi": 4, "text": [6, 8, 12, 13, 14, 18], "tfa0t8x": 6, "than": [8, 9, 12, 14, 17], "thank": [3, 17], "theft": [14, 15], "thei": [3, 4, 6, 7, 8, 12, 13, 14, 15, 17, 18], "them": [1, 4, 12, 13, 14, 15, 17, 18, 19], "themselv": 1, "therebi": 8, "therefor": [4, 6, 8, 12, 13, 14, 18], "thereof": 17, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "third": [4, 14, 17, 18], "thoma": 3, "those": [1, 6, 8, 14, 17], "threat": [17, 18], "three": [9, 12, 19], "through": [4, 6, 8, 9, 12, 13, 14, 17, 18], "throught": 18, "thu": [8, 17, 18, 19], "thumbprint": [8, 14, 16, 18, 19], "thumprint": 8, "tild": 6, "time": [1, 4, 6, 8, 9, 12, 13, 14, 16, 17, 18, 19], "timestamp": [6, 8, 12, 13, 14, 16, 17, 18, 19], "tinit": 6, "tklulvhywfhywfhywfhywfhywfgixq": 6, "tl": [8, 12, 13, 17], "tl5onvr": 8, "todo": 2, "togeth": [6, 8, 9, 12, 14], "token": [1, 5, 7, 12, 13, 16, 18, 19], "token_endpoint": [7, 19], "token_endpoint_auth_methods_suppor": 19, "token_endpoint_auth_methods_support": [7, 19], "token_endpoint_auth_signing_alg_va": 19, "token_endpoint_auth_signing_alg_values_support": [7, 19], "token_typ": 8, "tool": [14, 17, 18], "top": [8, 12, 13], "topic": [4, 18], "torsten": 3, "tos_uri": [7, 11, 19], "touchpoint": 14, "toward": 6, "track": [4, 6, 18], "tradit": [15, 17], "transact": [4, 8, 10, 12, 13, 17, 19], "transfer": [4, 16, 18], "transfermethod": [9, 12], "transit": [5, 17], "transmiss": [1, 12, 13, 17], "transmit": [8, 9, 12, 13], "transpar": [4, 17], "transport": 8, "treat": 8, "trigger": [8, 14], "true": [4, 6, 9, 12, 14], "truncat": 0, "trust": [1, 4, 5, 6, 7, 8, 11, 12, 13, 15, 18, 19], "trust_chain": [6, 12, 13, 17, 18], "trust_framework": [6, 9, 12], "trust_mark": 17, "trust_mark_id": 17, "trust_mark_issu": 17, "trust_mark_own": 17, "trust_mark_statu": 17, "trusti": 19, "trustworthi": [4, 8, 17, 18], "try": [12, 13], "ts_etuqs0ieiis1nynbheqsoy3ct4gpi": 8, "tschofenig": 16, "tsp": [4, 17], "tstr": [6, 9, 12], "turn": 14, "tutt": 7, "tutti": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "two": [6, 8, 9, 12, 13, 14, 18], "typ": [6, 8, 12, 13, 14, 17, 18, 19], "type": [4, 5, 7, 8, 9, 11, 12, 13, 14, 16, 18, 19], "typic": [3, 8, 15], "typo": 3, "u": [6, 7], "u0tx0gdflndditbcwznupy7m2tnh08jld": 17, "u2tdugtfsfo0dtlvv2oxu2xjqmxdyzfvil0sicjpc3mioiaiahr0chm6ly9wawrwcm92": 6, "u9xuk9biiwginrhef9pzf9jb2rliiwgilrjtklulvhywfhywfhywfhywfhywfgixq": 6, "uicc": 4, "uint": [6, 9, 12], "un315hdckvhya": 17, "un_distinguishing_sign": [9, 12], "unabl": [12, 13, 14], "unalt": 18, "unambigu": 4, "unauthor": [12, 13, 15, 18, 19], "unavail": [1, 8, 14, 17, 18], "under": [4, 12, 13, 14, 15, 17, 19], "undergo": [17, 18], "understand": 6, "unencrypt": [12, 13], "unexpect": [8, 12, 13], "uniform": [16, 18], "unilater": 18, "uninstal": 18, "uniqu": [1, 4, 6, 7, 8, 10, 11, 12, 13, 14, 17, 18, 19], "unique_id": [6, 7, 11, 12, 13], "univers": [8, 18], "unix": [6, 8, 12, 13, 14, 17, 18, 19], "unless": [9, 12], "unlik": [6, 17], "unlink": 8, "unlock": 19, "unpredict": [8, 18], "unprotect": 6, "unreserv": 8, "unsign": 6, "unsuccess": 8, "unsupported_hash_alg": 14, "unus": 18, "up": [9, 12, 13, 14, 17], "updat": [1, 5, 6, 12, 13, 14, 17], "upon": [4, 8, 12, 13, 17, 18], "uppercas": 16, "uri": [5, 8, 11, 16], "url": [6, 7, 8, 11, 12, 13, 17, 18, 19], "urlencod": [8, 12, 13, 18], "urlparam": [12, 13], "urn": [8, 18, 19], "us": [0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19], "usabl": [5, 7, 14, 18], "usag": [12, 13, 17, 18, 19], "usascii": [8, 16], "useful": 2, "user": [1, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19], "utf": 8, "util": [4, 6, 7, 9, 12, 13, 14, 18, 19], "utilizzabil": 7, "utmost": 19, "uuid": [8, 9, 12, 14], "uuid4": 8, "uy2vfywxsb3dhbmnliiwgdhj1zv0": 6, "v": 16, "v1": [4, 6], "v1_5": 0, "v2": [7, 8, 11, 16], "v4": [8, 14], "v9ynfxhkxpohqsmmulvibkrwfpepdf4qwdonmdojmroxr5j4hshh9mbem5qohh_pde62i1tlc36c65jfya7x3a": 8, "valid": [1, 4, 5, 6, 7, 8, 9, 12, 13, 14, 17, 18], "validfrom": [6, 9, 12], "validityinfo": [6, 9, 12], "validuntil": [6, 9, 12], "valu": [0, 2, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "value_typ": [6, 7], "valuedigest": [6, 9, 12], "valueless": 14, "van": 3, "var": 18, "vari": [4, 17, 18], "variou": [12, 13, 17, 19], "vbexjksm45xphtanncig6mcyuu4jfgnzopgukvogg9c": 18, "vc": [4, 5, 7, 8, 11, 12, 13, 16, 17, 18], "vc_claim": 6, "vct": [6, 7, 8, 11], "vctm": 6, "vdflegzxmm84sjlpbzd4tu1ymk1jegfhou05ugvkvnfytwnbiiwgillyyy1zlvdtcjrl": 6, "vdiiwieci6imw4dezyahgtmzr0vjnoukldukrzoxpda0rscejorjqyvvfvzldwqvdcr": 8, "vector": 0, "vehicle_category_cod": [9, 12], "vendor": 18, "ventola": 3, "verif": [6, 8, 9, 12, 14, 15, 17, 18], "verifi": [4, 5, 6, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19], "vernini": 3, "version": [3, 4, 6, 7, 9, 12, 16, 18, 19], "vet": 4, "via": [3, 6, 8, 9, 12, 13, 17, 18], "view": [5, 8, 19], "vladimir": 3, "volum": 17, "voluntarili": 19, "voucher": 1, "vp": [4, 12, 13], "vp_format": [7, 11, 17], "vp_formats_support": [12, 13, 18], "vp_token": [12, 13, 14, 18], "vqi": 6, "vulner": [0, 4], "vwh1vxh6m2dnmnzjrvpmzvljajyxs2fziiwginmxwes1zjjwttmtyuzuyxvyag12zdlw": 6, "w3c": [6, 16], "w8q7fjh9bearf8lm7rqrxavc": 8, "wa": [4, 6, 8, 12, 13, 14, 18, 19], "wai": [4, 6, 8, 17, 18], "wait": [8, 12, 13, 16], "wallet": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16], "wallet_provid": [5, 17], "wallet_relying_parti": [5, 12, 13, 17], "walletattest": [7, 11, 12, 13], "walletprovid": 18, "want": 15, "war": 18, "we": [3, 6], "web": [7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "webpath": [12, 13], "webserv": [12, 13], "websit": [5, 17, 19], "weinberg": 16, "welcom": 3, "well": [1, 4, 6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "were": 18, "what": [2, 5, 8, 15, 17, 18], "when": [1, 4, 6, 8, 9, 12, 13, 14, 17, 18, 19], "whenev": 14, "where": [3, 4, 6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "whether": [6, 8, 12, 13, 17, 18], "which": [1, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "while": [4, 6, 8, 10, 12, 13, 15, 17, 18], "who": [4, 8, 14, 15, 17, 18], "whom": [4, 15], "whose": [1, 12, 13, 18], "why": [12, 13], "wia": 8, "wierenga": 3, "window": 8, "wish": [6, 8], "within": [1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 17, 18, 19], "without": [4, 6, 8, 10, 14, 15, 17, 18], "wnz1m09irjrqnfc0dmztvm9isvaxsuxpbersczd2q2vhzw1jiiwginkioiaiwnhqavdx": 6, "word": [4, 16], "work": 3, "workstat": [12, 13], "would": [3, 8], "wp": 18, "wqhydymfksp95ifqpzdedww4l7avna2fn4jcewhytbu": 18, "wrap": 0, "write": [12, 13, 19], "wryzxnvdxjjzsisimlhdci6mtu2mji2mjyxocwiyxroijoizlvieu8ycjjam0rantnf": 8, "wscd": [4, 18, 19], "wsr4exeytqdesmrl7spovfmbxixp12e4syqn": 6, "www": [7, 8, 12, 13, 18], "wyi2swo3de0tytvpvlbhym9tn": 6, "wyi2swo3de0tytvpvlbhym9tnxrtd": 6, "wyi2swo3de0tytvpvlbhym9tnxrtdlzbiiwgimdpdmvux25hbwuilcaitwfi": 6, "wyitt25um29fcgh6tdnnchjucvf0yud3iiwizg9jdw1lbnrfbnvtymvyiiwimdawmdawmdiixq": 8, "wyiwqux5szrfui1avuptekvkdw5htfdriiwiawf0iiwimtc0nzexotu5nsjd": 8, "wyiyr0xdndjzs1f2zunmr2zyeu5stj": 6, "wyiyr0xdndjzs1f2zunmr2zyeu5stjl3iiwgimlhdciside2odmwmdawmdbd": 6, "wyj2bmtvx2tjv2rsa1dpzzbonlrycdd3iiwiz2l2zw5fbmftzsisik1hcmlvil": 8, "wyj3tw1xykkztfrpmdvlajfolxnpwwhriiwiy29uc3rhbnrfyxr0zw5kyw5jzv9hbgxvd2fuy2uilciwil0": 8, "wyjbodvjefi1rezyoelfafzfqtzqzgnbiiwibglua19xcl9jb2rliiwiahr0chm6ly9xci5legftcgxllmnvbsjd": 8, "wyjbsngtmdk1vlbycfr0t": 6, "wyjbsngtmdk1vlbycfr0tjrrt": 6, "wyjbsngtmdk1vlbycfr0tjrrtu9xuk9biiwgimv4cglyev9kyxrliiwgijiw": 6, "wyjbsngtmdk1vlbycfr0tjrrtu9xuk9biiwginrhef9pzf9jb2rliiwgilrj": 6, "wyjgvu1iqm5hlwhllulawtzkovz1uknbiiwiymlydghfzgf0zsisije5odatmdetmtaixq": 8, "wyjhmdjou3jrzmpgwfe3sw8woxn5ywpbiiwgimnvbnn0yw50x2f0dgvuzgf": 6, "wyjhmdjou3jrzmpgwfe3sw8woxn5ywpbiiwgimnvbnn0yw50x2f0dgvuzgfu": 6, "wyjhwhrynxnuetctvevpblhzajnmdgdbiiwicg9ydhjhaxqilcivowovnefbuvnrwkpsz0fcqvffqkxbrxnbquqvnffcv1jyahbaz0fbvfuwqutnqufbqwdbqkffyufbvufbqufcqufbqvbnrwjbqvvbqufbqkfbqufsz0vvqufnqufbqujbqulbqufjvefbtufbqufcquffqufbqufbqufbquffc0fbqufbuufbqvn3qufbquivkzbbtezcb2izunzjmmh2y0nbekxqqufprupkvffrrufbqufbqufqsefgyufbtwjkvwnjqvfbqufnquvbuc9orelgb2riundpath2ym5ndvlxunzzbvv1wti5dewzaghjqzh4tgpbdkfedy9lsejowtj0bgrdqmlav2rwymowbjc3ds9keujwwkqwblz6vk5nrtf3utjwb2fvadzjbvzuzws1vvkzchjzemxrsno4k0nqedrpbmh0y0cxbgrhrwdlrzfzym5nnmvemg5zv1j2ww1vnmjuttziv1ywwvm4bklizzzlrzf3zedzouowbhrzv2rst2pwrmvhbg1wrzl2yknbee1dnhhnq2mrq2p4evphwtzva1jhsuhodgjhnxppbkprwmowbmfiujbjrg92tdnkm2r5ntnnetv2y21jdk1uazvpuzh3twk4eu1pmxlar1l0yznsdwrhrjrmvzv6sxljk0nnb2dqseprwmpwrvpytmpjbwx3zedsdmjpqnlar1k2wvdkdmryutlkewnlsuncngjxehvjenawyvdabvbtzg9ksfj3t2k4dmjutxvzv1j2ww1vdvkyoxrmm1jwwm1zdk1tnhdmewmrq2lbz1biunbabvk2vw1wemiyedfkr2x2ymxwdwfyustnand2zedsbvpqcfnawe52ykhwmgfxoxvwvzvwzeq0s0ldqthkr2xtwmpwwvvtvnpimngxzedsdmjqnhpnref2tvr3dmrhbg1aanbzvw1wemiyedfkr2x2ymo0s0ldqthkr2xtwmpwwlvtvnpimngxzedsdmjqnhpnref2tvr3dmrhbg1aanbavw1wemiyedfkr2x2ymo0s0led3zjbvjtt2tsbgmytnlhweiwyvc5dvbnb0tjrhh5wkdznljhvnpzm0pwy0hscgiyngdjbvjtt21gawizvjbqu2nuq2lbz2vhmxnibk02zucxd1rvmdlkmmgwzehbnkx5oxvjetvowkc5avptnwpimjb2zudgd0x6rxvnqzl0ylm4blbnb2djrhg0ylhctlrucevimk4xyldwdwrfbevqbuzryjjkbe9tunzzmmxrt25omgiytnjpamxqtmpabvpuzgxmvfkzwtjrde5ettrzeta1wlrobuxusxdpree1tkrobu9uwtjavhd2zucxd1rvmdzsrzlqzfcxbgjuukpsrdrlsunbogvhmxduvta2u1c1emrhrnvzmlzkukq1ngjyqxvhv2xrt2psae16zzbzvfuxtfdjek1uz3ror05rwvmwne4yvxpmve14tvrzd00ytmhaveuzt0r3dmvhmxduvta2u1c1emrhrnvzmlzkukq0s0led3zjbvjtt2tsbgmytnlhweiwyvc5dvbnbzhmm0prwmpwu1jfwstdand2zurwngjyqnrawfjougdvz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0npqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqutjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjqw9nsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnq2lbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbs0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0lbb2djq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwddaufnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0flsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsufvz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0npqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqutjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjqw9nsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnq2lbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbs0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0lbb2djq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwddaufnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0flsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsufvz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0npqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqutjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjqw9nsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnq2lbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbs0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0lbbzhqm2h3wvdoclpyuwdavzvrufnkm0p6ocsvoxnbuxdbrkf3uuvcqu1gqkfrrujrvuzcz2nnq0fjsej3y1bdd3nkrejfuevosvjeeevsrxhzy0z4tvvhafvsrvjnaedcb2riujhmshhnwelpuwliavfjsgg4zs85c0frd0vgqlfvsejny09dqwdpsghrukzcngviadrlsgg0zuhongviadrlsgg0zuhongviadrlsgg0zuhongviadrlsgg0zuhongviadrlsgg0zuhongviadrllzhbquvrz0jhquzvqxdfukfbsvjbuu1sqwyvrufcmefbuufcqlffqkfrqufbqufbqufbqufbqudbuvviq0frrufnuc94qujdruffqufrtunbz01oqlfvsejrqufbqufbqvfjrejbvudceevotvzfsuvotvvgeupcvm1geg9hvfnrb0dsa3nfak1rt0nvafvxww5lrhnzsvlobeoxcy8vrufcwujbuuvcqufbqufbqufbqufbqufbqufbqujbdi9fqujzukfrrujbqufbqufbqufbqufbqufbqufbukfml2fbqxdeqvfbq0vrtvjbrdhbm0xbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufcnxrtejhmve1hn25hamwytvrgcza5own2whjrvvvvujj6ttlfqxdudmz1bhrwnlzjcnh0ddrpvhixnm5usgh1zmdnzm43s3fvbxfyn3flwhrjtvy2mtntwevqtnvut0jscedsmgvptfdotjjxuhzybvkrq3dxwhk5y1zllzc3kzgxuhu4uxnjdjloqmv0rjdwtgliafhjblbvmgpws1burjnhbtfwudmwvevmqwd5chnqdwx0cdzyy294dhlzt1rvtjzybehodwzoogzun2fxwwlxbjc2zvh0u0robw01k0zxzuzhenrpetdhwgkzcwurddnytnllnks0n1ltt2lrzwtbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbquffttryofjkqzrlyuy0oxfkvtm4dtl6chc4sznwrvhmovvmn2fzou5vouvlmmvvqtb2ngs4uxr6yisxt2nywe15zkzxs3bushdivxpgaxhic3a5tlgrs2vjkzdxvvjkuufbqujmzuczruxjmndkvgplmfbnbnhhdxfkeu1hn016wxz4n2fmulyvawpsuhy2a0c2senqauxvwevquxzide1xbxhsmmvwt1powetvbtvzcw4vzfrqb3fqb24yvhpoqk13qufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqvdqzm01ou4yzhrytznecxrmteh4yu9jvvjqblhhntzlyutmylzqs1bqnkfhrwi4m1zxkzg5elpxdjz6ztcvsxz6ew90mho1bgkzsdd0dwlqulrieg5uttlncuxfb0fbqufbqxz1dzkxyxzzemmythiralh1ohlmrthxn2rvk1pmdhorowjyajawejhknvrivenezmzzztu5tjnqdfhcm0rwvmzqshlxt2mwvfbuv3e0nktxs3zivfbpugo2vuy4qufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqnfsm1l1ohe5vdnkajdregjzk0o2vfrgm0ppsjzlogl1bm5iuc9muk1mzlhlne1es0fbqufbqufbttg5edf2s3zutjnarzbnctdqawvxmhpkeg9tzwlqsw9wnxp5l3pvulazmfftamjkqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufck2vuzhqytwu1znuxzddiddb6wfzqwkvsemtit1rjk3jydguzshfxddvgvxpkejhxnwtwznpwve1sotbjbys1umjsqufbqufbqufgedj4cte3uwr4nmjyzvbwtvhjret0nuzqohrvve1mzkhpuhzrzec4ytdidjq5ds9hctc2m2nwaxvtztjkam5drdlbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqvi3avhmcxh1sfc1twlpzvzwdlnzcxftzmjgcw9itytpt1zgtwrrukrrcufbqufbqufbq2xjyzzlbzdzbufkru9hbctysjrkymj5szu1mvhos3hhcxa5czjxv1jjuufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufxwgztslzxr3lozhdhstuxnudtnuzxbvbivmjxaufjnktpbwltwjdjyuzrqufbqufbqufvcjzls3bqc2tiumzzzupwcct5tkn3ytq1vjqrbtq5cxfqylricglxumvnqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqvvxauppww1py0e1nthuzhyztnjjuu5imet1awfhy1hncjheempydfzumzf1znkxuw9qawdbqufbqufbq1i4txr2m04wy1fortblawlhcwnytw84tnlqcxrvejmxewz5mhlnnkdveevsrvjis0vguufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbytnkmlrzv3uvalltkzlqc3pwt1bur0xxvvv4l0q1l3m3ays2wm1twi94vtlpne5zrkfbqufbqufbr3ovy2jirnjzwtjydnzvte0wemtvemk2ykzvzncrzjdtnuh2bulwai9bqzfkcwfoa1vbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufibjfiq3hkundmk0juv0tnakz5tgrwctlhcmpuvfhsvkhlww4yvefosgvpwereudrkn2hud1zgm0kwsexybwnis21pzmurbndwyytpdu8zn1vkugjfvvk1vufbqufbqvphnec4tu0vaup1r1bdmfhjzlfju3vkennxstvkotzmqlvul3ddyzl2mlk2zxlkzznpmdddegrpd0xhqmcys01mrng3ze5xemfvamxuuljusetjajjsq0qwqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbque4rzrorzb2wdljeu5kmwpdczv1rmtvotdkcznznxhwsdzusfhfedb4ufvevtdpmznqbxzizxuzdfmyalrlmxztzwmxzux4mdvwau96bc9fajj4ntnishbxaknoewl1m2nyddnlyxflnko1vjaxunlxcg5zbuo2wwxsogdbqstyzezketvsynqwmvyxmxp5b3bwam5wvlbarviweklnm2nktzu4mtdjtjj6cvc3cwiyawfuemlyegvlakt2edjjdjrjztjmtzdjoutvylk3zjbiuzlbmgpimg5soet6aflxufqzdhf6ywpsrk1mck05y3pqve05yuqzz0fbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufby3dlrfu5wjbqvetactfmvk1iq3bqcm5jeutmy2yxvefjsnjpqndlngxabhpgewiym2ryejzqtjhkajvwrk9sshvyb21lcctnqwhldgr5oxrysxjtdlnkd2f4cdhuowk3rkyrbvb4auorszbxyi9wv283ly9btdvxnzmvmwtjly9bs0zgntbydvh0ctq5y1y2dhvev05ravbzv29vc1v6k0vwvdhtawfhtmdjshvhdvpiegnhoxqzu00rdnpmq1phvljwa1q3njy1bxfqaendzdzack9ryw5urldtnnbnnxrnovu0k1jsy2orbvpcnytzqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufmsnzezg0zzg82zc9hrzr0v3h0uhnuuetqd2xyt3e1ufpsvehuvlq3swlrwwixm3vvdhm0otjxalj0dtzycu1smvhmmwrhufrwn284nnjsnzrowulactnkumjvdmq5r21iyjbqrxbucw0vzhvynm8vrhzzsuloctnidmlobnhwvfryoxjdb243t0pomjzpwdmxulzqeeljanerk041nnzfehfxnjliexfanjzhczj1s2z5ee1soefskzvnm0s1cnvmdetwkzfyntavaktpbnbpzlrivlbzq1jhuhzuzw1rvvjimhpkbxq0dhvpcwlqtnjtbva1wm1zuvhmexzjvgu4nzmrk3vxohzmunovqui3mgd0r3nintnwctlfmjlum1pyzvzibnjvcnphnhbuk1dkaufsmzb6uhbucm50vvz0ek51dus3zjdpcvb0vwviudr3q1fhunzqzwvrukvhynv2vzhxbu9xbw5ocm1uohn6twzcqkx0sjq5ofvnq0thyxrmdfp0rwvqthc3zgzqnzzzcg40a0v2mg51b3qwv2u5alu5ddzsbdb4mxpzdtnmrluvajmwruv6mex1b3rznuyybwpxzhzhcnawvdezte5kr1jusdnlylz5otbtuvprmmz1emj1n3rpl3reynvywtjvv0lubfg0t3jsvmjuc3jwbnpxwjlreendowdbqufbqufbqufbqufbqufbqufbqufbqufbqwhur0hmdur3otjmzdfqsw9wdjvkexj3t0zqvfz5oe5kbu9julbavevktxoyujj6qu5htji3ajfuzfd1whramtdpdvptwmruotzyb3bvcdlgrkzqvlrusg9pugpqu290s2dbqufbqufbqufbqufbqzdiuznick8xzgnznnpvv2rjdzh5mva3mvbuvfhunmflnmvxcw1lewzoufnnm240ugi5d2vjv3o3v3nzouzoakx0mwvcemnhs3vmz2jzunptstdhwmpwawv5ztjkuvrnqufbqufbqufbqufbqufbqufbqufbqufbqudtzmrkn2l2yxr4vhewzuxremk2tmowv2flww5voepjaus2nnzmew1pudvwd1livufbqufbqufbqufbqufbqufabddrvgnwn1nls2rpanpjbu1yv2nldxpyve05sghmy1ryuly3k1vwec9nbwpjdefbqufbqufbqufbqufbqufbqufbqufbqufucujvrnh5ditny1lkmtnpzlzxzhlqohnsvc94wejerkfbqufbqufbqufbqufbquffejrhmy9gk01pmuxuuhixtznsk2fkcc81sm8zowpxuufbqufbqufbqufbqufbqufbqufbqufbqupcenm0adviamuvoefjv1z6nstgmvhlcwlmovdwullsqufbqufbqufbqufbqufbquy5ngvasgltlzl1nvhqbdrmvmnxcvovmwfvsfjprufbqufbqufbqufbqufbqufbqufbqufbquzlcgllwm1lauk2uwmyzfv2vgthbmw1rtlnm2npnwmvtlhnl3fvohlnqufbqufbqufbqufbqufbrda2wgvusdfqrxljnkp0wkz1nstxduovukiwbxbtsnbpwtzzbnbrvkfbqufbqufbqufbqufbqufbqufbqufbqjrkd1gvrmrdejhtwjvsyxhydgy0vvrqnke1dvvuem9wcw5ybulsb1zbqufbqufbqufbqufbqufbqln1zvzgvlvky1jnzzzsn2z2k05hrmdatvr6atdqv3eveg9pzjfashvbqufbqufbqufbqufbqufbqufbqufbqujit0thukdkdzmztgs4k1hnoup5wmlmyjrlb0hqr21pvk1smljftknvqufbqufbqufbqufbqufbqutwunpwbu8ysmdiutdozmtsbdhooxraufbunfrty2fabjirq3barwpbqufbqufbqufbqufbqufbqufbqufbqujctzzdevbgdurhnnjrvhk1nmzyyi9otvuvcurrdwv1v2hrqufbqufbqufbqufbqufbquzznjrcdnazuhvsnhp3wtjyy21lzkxunkxmnvptbjlhuk93qufbqufbqufbqufbqufbqufbqufbqufzlzdvckn5yy9ndhvishhls3e3be9mrjjhyvk1ek5odxvtdxirbw1ryuh0qufbqufbqufbqufbqufbqufbrgzedwrjtep3t0mymmnmtg9xb3uxwxmzwxbxamxnvtnlnne2zjzhb1phuufbqufbqufbqufbqufbqufbqufbqufbqwzoewlpn2jxddnls2e2s29ts3fhbzv4tvqxee1bmwi0cgr6zhfsr3fydfeysgn4nytgzxftcu5pdjnmqjeysm43tkzjk2jwvdjstxhnzfhpvm9nugtinhercs93qtlzk3nvzvfmaxi2ci9brdfqnnlonuirs3zxdjhbufdqcktia0g0cstxl3dbovkrc29luwzpcjzyl0femwo2ewg1qitldnf2oefqv1bys0hrsdrxk3evd0e5wstzb2vrzmlynnivquqxajz5advck0t2cxy4qvbxuhjlsgtinhercs93qtlzk3nvzvfmaxi2ci9brdfqnnlonuirs3zxdjhbufdqcktia0g0cstxl3dbovkrc29luwzpcjzyl0femwo2ewg1qitldnf2oefqv1bys0hrsdrxk3evd0e5wstzb2vrzmlynnivquqxajz5awzjtgu1dtftdlzmt29iohvzowpdczfsvk9uv0x2aes3ohg5bxv1ue5wcddzavptzxjuqlj0smjvb3rxnmjkdwltawltswltbw1pvvjfzfvsq0q2qufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufcly9ail0": 8, "wyjjq0zdexljv1j4alzinkzurvr5otd3iiwidgf4x2lkx2nvzguilcjsu1nnuke4mfiwmug1mdfcil0": 8, "wyjlbhvwnu9nm2dttkljoevzbnn4qv9biiwgi": 6, "wyjlbhvwnu9nm2dttkljoevzbnn4qv9biiwgimrvy3vtzw50x251bwjlcii": 6, "wyjlbhvwnu9nm2dttkljoevzbnn4qv9biiwginvuaxf1zv9pzcisicj4ehh4": 6, "wyjlbhvwnu9nm2dttkljoevzbnn4qv9biiwginvuaxf1zv9pzcisicj4ehh4ehh4ec14": 6, "wyjlsthav205uw5luhbougvozw": 6, "wyjlsthav205uw5luhbougvozw5izg": 6, "wyjlsthav205uw5luhbougvozw5izghriiwgimzhbwlsev9uyw1liiwgiljv": 6, "wyjqyzmzsk0ytg": 6, "wyjqyzmzsk0ytgnoy1vfbehnz3zfdwzriiwginrhef9pzf9jb2rliiwgilrj": 6, "wyjrz19pnjr6cuf4ztqxmmexmd": 6, "wyjrz19pnjr6cuf4ztqxmmexmdhpcm": 6, "wyjrz19pnjr6cuf4ztqxmmexmdhpcm9biiwgimjpcnrox2rhdguilcaimtk4": 6, "wyjvrudnavzqaxv1dejvby1wctd6wurbiiwizmftawx5x25hbwuilcjsb3nzasjd": 8, "wyjvsefhawz1bzlotw9pbkvdu0loog9riiwizxhwaxj5x2rhdguilciymdmwltaxltewil": 8, "x": [1, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "x20": 8, "x23": 8, "x2zomhngsdc4zlbrcxhmt3mzrmrzog9jd3o2qjzdam51cuhhufruowd0wq": 17, "x5c": [6, 17], "x5chain": 6, "x5d": 8, "x_509": 6, "xfahyomi54": 6, "xmw7apdlbmuw3t1urwi4nafmtkri": 17, "xr2pjyrjkgmnz4wmdnqd_ujsq4r95nj98b44": 18, "xrtdlzbiiwgimdpdmvux25hbwuilcaitwfyaw8ixq": 6, "xxx": 6, "xxxx": 6, "xxxxxxxx": 6, "xxxxxxxxxx": 6, "xxxxxxxxxxxx": 6, "xxxxxxxxxxxxxxx": 6, "xxxxxxxxxxxxxxxx": 6, "y": [6, 7, 8, 9, 11, 12, 14, 16, 17, 18, 19], "y1ltc2": 8, "y2vfywxsb3dhbmnliiwgdhj1zv0": 6, "yasuda": [3, 16], "ylpnuudivldlvle0agjtswlyc1zmdwvjq0u2ddrqvdlgmkhausj9fx0": 6, "you": 3, "your": 4, "yqyvnmcw6fy1dqd": 8, "yrc": 6, "yvbn": 6, "ywy2ntnjzdczzjywnzhimwyilcaidmvyawzpy2f0aw9uijogeyj0cnvzdf9mcmftzxdv": 6, "yxr1c19hc3nlcnrpb24ioib7imnyzwrlbnrpywxfagfzaf9hbgcioiaic2hhlti1nij9": 6, "yxrpb24ioib7inrydxn0x2zyyw1ld29yayi6icjlawrhcyisicjhc3n1cmfuy2vfbgv2": 6, "yyyi": [6, 7], "zecca": [9, 12], "zneybzhkowlvn3hntvgytul4yuc5ttlqzupwcxjny0eilcaiwxjjlxmtv1nyngv4rvl0": 6, "zspe_neo": 8, "zu": 16, "zvdghcmclmvwluggsgpskcpkehz4u9owj1sliblcc1o": 6, "zwwioiaiaglnacisicjldmlkzw5jzsi6ihsibwv0ag9kijogimnpzsj9fswgil9zzf9h": 6, "zxjiwwbzmqghvwkvq4hbsiirsvfuecce6t4jt9f2hzq": 6, "\u00e5": 16, "\u00e8": 7}, "titles": ["Cryptographic Algorithms", "Authentic Sources", "backup-restore.rst", "How to contribute", "Normative Language and Conventions", "The Italian EUDI Wallet implementation profile", "PID/(Q)EAA Data Model", "Entity Configuration of PID/(Q)EAA Providers", "PID/(Q)EAA Issuance", "Proximity Flow", "Pseudonyms", "Entity Configuration of Relying Parties", "Relying Party Solution", "Remote Flow", "Credential Lifecycle", "The Digital Identity Wallet Paradigm", "Technical References", "The Infrastructure of Trust", "Wallet Attestation", "Wallet Solution"], "titleterms": {"The": [5, 15, 17], "about": 17, "access": 8, "acknowledg": 3, "acronym": 4, "algorithm": 0, "anchor": 17, "api": 17, "assert": 14, "attest": [17, 18, 19], "attribut": 2, "authent": 1, "author": [8, 12, 13], "backup": 2, "case": 14, "cbor": [6, 12, 13], "chain": 17, "check": [12, 13], "claim": 6, "code": 2, "common": 17, "compon": 18, "configur": [7, 11, 17], "consider": [2, 10, 17], "content": 5, "contribut": 3, "convent": 4, "credenti": [6, 8, 14], "cross": [12, 13], "cryptograph": 0, "data": 6, "deactiv": 19, "decentr": 17, "defer": 8, "defin": 4, "detail": [12, 13], "devic": [9, 12, 13], "digit": [6, 15], "dynam": 18, "eaa": [6, 7, 8], "endpoint": [8, 12, 13, 17, 19], "engag": [9, 12], "entiti": [7, 11, 17], "error": [12, 13, 14], "eudi": 5, "evalu": 17, "exampl": [6, 7, 10, 11], "extern": [2, 19], "fast": 17, "feder": 17, "federation_ent": [7, 11, 17, 19], "flow": [8, 9, 12, 13, 14], "format": 6, "function": [14, 17], "gener": [2, 8, 10, 17], "header": [8, 19], "high": 8, "how": 3, "http": [8, 12, 13, 14, 18], "i": 10, "ident": 15, "implement": [2, 5, 10], "index": 5, "infrastructur": 17, "initi": [18, 19], "instanc": [14, 18, 19], "intermedi": 17, "introduct": 5, "issuanc": [8, 18], "italian": 5, "jwt": [6, 12, 13], "languag": 4, "leav": 17, "level": 8, "librari": 2, "lifecycl": [14, 18, 19], "live": 17, "long": 17, "low": 8, "mdoc": [6, 9, 12, 13], "mechan": 17, "metadata": [6, 7, 11, 17, 19], "mobil": 6, "model": 6, "namespac": 6, "non": [6, 17], "norm": [4, 6], "notif": 8, "oauth_authorization_serv": 7, "object": [6, 12, 13], "offlin": 17, "openid_credential_issu": 7, "oper": [14, 19], "par": 8, "paradigm": 15, "paramet": [6, 8, 17, 18], "parti": [11, 12, 17], "pattern": 1, "payload": 19, "pid": [6, 7, 8], "possess": 14, "post": [12, 13], "present": [12, 13, 14], "privaci": 17, "process": 19, "profil": 5, "proof": 14, "properti": [2, 10, 17], "provid": [7, 19], "proxim": [9, 12], "pseudonym": 10, "push": 8, "q": [6, 7, 8], "redirect": [12, 13], "refer": [2, 16, 19], "registr": 18, "reli": [11, 12, 17], "remark": 17, "remot": [12, 13], "renew": 17, "repudi": 17, "request": [8, 9, 12, 13, 14, 18], "requir": [2, 8, 10, 14, 17, 18, 19], "respons": [8, 9, 12, 13, 14], "restor": 2, "return": 19, "revoc": [14, 18], "role": 17, "rst": 2, "sd": [6, 12, 13], "secur": [1, 6, 12, 13], "session": [9, 12], "snippet": 2, "solut": [12, 19], "sourc": 1, "state": [18, 19], "statement": 17, "static": 18, "statu": [12, 13, 14], "technic": [8, 16], "term": 4, "termin": [9, 12], "token": 8, "transit": [18, 19], "trust": 17, "type": [6, 17], "uri": [12, 13], "us": [10, 14], "valid": 19, "vc": 6, "verifi": 14, "view": 18, "wallet": [5, 14, 15, 17, 18, 19], "wallet_provid": 19, "wallet_relying_parti": [7, 11], "what": 10}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"(Q)EAA non-normative examples": [[6, "q-eaa-non-normative-examples"]], "Access Token": [[8, "access-token"]], "Acknowledgements": [[3, "acknowledgements"]], "Acronyms": [[4, "acronyms"]], "Attributes": [[2, "attributes"]], "Authentic Sources": [[1, null]], "Authorization Request": [[8, "authorization-request"]], "Authorization Request Details": [[12, "authorization-request-details"], [13, "authorization-request-details"]], "Authorization Response": [[8, "authorization-response"]], "Authorization Response Details": [[12, "authorization-response-details"], [13, "authorization-response-details"]], "Authorization Response Errors": [[12, "authorization-response-errors"], [13, "authorization-response-errors"]], "Authorization endpoint": [[8, "authorization-endpoint"]], "Configuration of the Federation": [[17, "configuration-of-the-federation"]], "Considerations about Decentralization": [[17, "considerations-about-decentralization"]], "Credential Lifecycle": [[14, null]], "Credential Proof of Possession": [[14, "credential-proof-of-possession"]], "Credential Request": [[8, "credential-request"]], "Credential Response": [[8, "credential-response"]], "Credential Revocation HTTP Request": [[14, "credential-revocation-http-request"]], "Credential Revocation HTTP Response": [[14, "credential-revocation-http-response"]], "Credential endpoint": [[8, "credential-endpoint"]], "Cross Device Flow Status Checks and Security": [[12, "cross-device-flow-status-checks-and-security"], [13, "cross-device-flow-status-checks-and-security"]], "Cryptographic Algorithms": [[0, null]], "Deactivation": [[19, "deactivation"]], "Deferred Flow": [[8, "deferred-flow"]], "Defined Terms": [[4, "defined-terms"]], "Device Engagement": [[9, "device-engagement"], [12, "device-engagement"]], "Digital Credential Metadata Type": [[6, "digital-credential-metadata-type"]], "Dynamic Component View": [[18, "dynamic-component-view"]], "Entity Configuration": [[17, "entity-configuration"]], "Entity Configuration Leaves and Intermediates": [[17, "entity-configuration-leaves-and-intermediates"]], "Entity Configuration Trust Anchor": [[17, "entity-configuration-trust-anchor"]], "Entity Configuration of PID/(Q)EAA Providers": [[7, null]], "Entity Configuration of Relying Parties": [[11, null]], "Entity Configurations Common Parameters": [[17, "entity-configurations-common-parameters"]], "Entity Statement": [[17, "entity-statement"]], "Entity Statements": [[17, "entity-statements"]], "Error Assertion": [[14, "error-assertion"]], "Example": [[10, "example"]], "Example of a (Q)EAA Provider Entity Configuration": [[7, "example-of-a-q-eaa-provider-entity-configuration"]], "Example of a Relying Party Entity Configuration": [[11, "example-of-a-relying-party-entity-configuration"]], "External references": [[2, "external-references"], [19, "external-references"]], "Federation API endpoints": [[17, "federation-api-endpoints"]], "Federation Roles": [[17, "federation-roles"]], "Functional Requirements": [[14, "functional-requirements"], [17, "id3"]], "General Properties": [[2, "general-properties"], [10, "general-properties"], [17, "general-properties"]], "General Requirements": [[8, "general-requirements"]], "Header": [[19, "header"]], "High-Level (Q)EAA flow": [[8, "high-level-q-eaa-flow"]], "High-Level PID flow": [[8, "high-level-pid-flow"]], "How to contribute": [[3, null]], "Implementation Considerations": [[10, "implementation-considerations"]], "Implementation considerations": [[2, "implementation-considerations"]], "Index of content": [[5, "index-of-content"]], "Initialization Process": [[19, "initialization-process"]], "Introduction": [[5, "introduction"]], "Libraries and code snippets": [[2, "libraries-and-code-snippets"]], "Low-Level Issuance Flow": [[8, "low-level-issuance-flow"]], "MDOC-CBOR": [[6, "mdoc-cbor"]], "MDOC-CBOR Examples": [[6, "mdoc-cbor-examples"]], "Metadata Types": [[17, "id1"]], "Metadata for federation_entity": [[7, "metadata-for-federation-entity"], [11, "metadata-for-federation-entity"]], "Metadata for oauth_authorization_server": [[7, "metadata-for-oauth-authorization-server"]], "Metadata for openid_credential_issuer": [[7, "metadata-for-openid-credential-issuer"]], "Metadata for wallet_relying_party": [[7, "metadata-for-wallet-relying-party"], [11, "metadata-for-wallet-relying-party"]], "Metadata of federation_entity Leaves": [[17, "metadata-of-federation-entity-leaves"]], "Mobile Security Object": [[6, "mobile-security-object"]], "Non-repudiability of the Long Lived Attestations": [[17, "non-repudiability-of-the-long-lived-attestations"]], "Normative Language and Conventions": [[4, null]], "Notification Request": [[8, "notification-request"]], "Notification Response": [[8, "notification-response"]], "Notification endpoint": [[8, "notification-endpoint"]], "Offline Relying Party Metadata": [[17, "offline-relying-party-metadata"]], "Offline Trust Attestation Mechanisms": [[17, "offline-trust-attestation-mechanisms"]], "Offline Wallet Trust Attestation": [[17, "offline-wallet-trust-attestation"]], "Operational Requirements": [[14, "operational-requirements"]], "PAR http request parameters": [[8, "id6"]], "PID Claims": [[6, "pid-claims"]], "PID Non-Normative Examples": [[6, "pid-non-normative-examples"]], "PID/(Q)EAA Data Model": [[6, null]], "PID/(Q)EAA Issuance": [[8, null]], "PID/(Q)EAA SD-JWT parameters": [[6, "pid-q-eaa-sd-jwt-parameters"]], "Payload": [[19, "payload"]], "Payload federation_entity": [[19, "payload-federation-entity"]], "Privacy Remarks": [[17, "privacy-remarks"]], "Proximity Flow": [[9, null], [12, "proximity-flow"]], "Pseudonyms": [[10, null]], "Pushed Authorization Request (PAR) Request": [[8, "pushed-authorization-request-par-request"]], "Pushed Authorization Request (PAR) Response": [[8, "pushed-authorization-request-par-response"]], "Pushed Authorization Request Endpoint": [[8, "pushed-authorization-request-endpoint"]], "Redirect URI": [[12, "redirect-uri"], [13, "redirect-uri"]], "Redirect URI Errors": [[12, "redirect-uri-errors"], [13, "redirect-uri-errors"]], "Relying Party Solution": [[12, null]], "Relying Party Trust Evaluation": [[17, "relying-party-trust-evaluation"]], "Remote Flow": [[12, "remote-flow"], [13, null]], "Request Object Details": [[12, "request-object-details"], [13, "request-object-details"]], "Request URI Endpoint Errors": [[12, "request-uri-endpoint-errors"], [13, "request-uri-endpoint-errors"]], "Request URI Response": [[12, "request-uri-response"], [13, "request-uri-response"]], "Request URI with HTTP POST": [[12, "request-uri-with-http-post"], [13, "request-uri-with-http-post"]], "Requirements": [[2, "requirements"], [10, "requirements"], [18, "requirements"], [19, "requirements"]], "Return to Operational state": [[19, "return-to-operational-state"]], "Revocation Assertion": [[14, "revocation-assertion"]], "Revocation Checks": [[12, "revocation-checks"], [13, "revocation-checks"]], "Revocation Flows": [[14, "revocation-flows"]], "Revocation Request by Wallet Instance": [[14, "revocation-request-by-wallet-instance"]], "Revocation Use Cases": [[14, "revocation-use-cases"]], "Revocations": [[18, "revocations"]], "SD-JWT Presentation": [[12, "sd-jwt-presentation"], [13, "sd-jwt-presentation"]], "SD-JWT-VC Credential Format": [[6, "sd-jwt-vc-credential-format"]], "Security Patterns": [[1, "security-patterns"]], "Session Termination": [[9, "session-termination"], [12, "session-termination"]], "States": [[18, "states"]], "Static Component View": [[18, "static-component-view"]], "Status Assertion": [[14, "status-assertion"]], "Status Assertion Flows": [[14, "status-assertion-flows"]], "Status Assertion HTTP Request": [[14, "status-assertion-http-request"]], "Status Assertion HTTP Response": [[14, "status-assertion-http-response"]], "Status Assertion Presentation to the Verifiers": [[14, "status-assertion-presentation-to-the-verifiers"]], "Status Assertion Request by Wallet Instance": [[14, "status-assertion-request-by-wallet-instance"]], "Technical Flow": [[8, "technical-flow"]], "Technical References": [[16, null]], "The Digital Identity Wallet Paradigm": [[15, null]], "The Infrastructure of Trust": [[17, null]], "The Italian EUDI Wallet implementation profile": [[5, null]], "Token Request": [[8, "token-request"]], "Token Response": [[8, "token-response"]], "Token endpoint": [[8, "token-endpoint"]], "Transition to Valid state": [[19, "transition-to-valid-state"]], "Transitions": [[18, "transitions"]], "Trust Chain": [[17, "trust-chain"]], "Trust Chain Fast Renewal": [[17, "trust-chain-fast-renewal"]], "Trust Evaluation Mechanism": [[17, "trust-evaluation-mechanism"]], "Trust Infrastructure Functional Requirements": [[17, "trust-infrastructure-functional-requirements"]], "Wallet Attestation": [[17, "wallet-attestation"], [18, null], [18, "table-wallet-attestation-claim"], [19, "wallet-attestation"]], "Wallet Attestation Issuance": [[18, "wallet-attestation-issuance"]], "Wallet Attestation Request": [[18, "wallet-attestation-request"]], "Wallet Instance": [[19, "wallet-instance"]], "Wallet Instance Initialization and Registration": [[18, "wallet-instance-initialization-and-registration"]], "Wallet Instance Lifecycle": [[18, "wallet-instance-lifecycle"], [19, "wallet-instance-lifecycle"]], "Wallet Instance registration http request parameters": [[18, "id6"]], "Wallet Provider Endpoints": [[19, "wallet-provider-endpoints"]], "Wallet Provider Metadata": [[19, "wallet-provider-metadata"]], "Wallet Solution": [[19, null]], "What it is useful for": [[10, "what-it-is-useful-for"]], "backup-restore.rst": [[2, null]], "http request header parameters": [[8, "id7"]], "mDoc Request": [[9, "mdoc-request"], [12, "mdoc-request"]], "mDoc Response": [[9, "mdoc-response"], [12, "mdoc-response"]], "nameSpaces": [[6, "namespaces"]], "wallet_provider metadata": [[19, "id1"]]}, "docnames": ["algorithms", "authentic-sources", "backup-restore", "contribute", "defined-terms", "index", "pid-eaa-data-model", "pid-eaa-entity-configuration", "pid-eaa-issuance", "proximity-flow", "pseudonyms", "relying-party-entity-configuration", "relying-party-solution", "remote-flow", "revocation-lists", "ssi-introduction", "standards", "trust", "wallet-attestation", "wallet-solution"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["algorithms.rst", "authentic-sources.rst", "backup-restore.rst", "contribute.rst", "defined-terms.rst", "index.rst", "pid-eaa-data-model.rst", "pid-eaa-entity-configuration.rst", "pid-eaa-issuance.rst", "proximity-flow.rst", "pseudonyms.rst", "relying-party-entity-configuration.rst", "relying-party-solution.rst", "remote-flow.rst", "revocation-lists.rst", "ssi-introduction.rst", "standards.rst", "trust.rst", "wallet-attestation.rst", "wallet-solution.rst"], "indexentries": {"rfc": [[0, "index-0", false], [0, "index-1", false], [0, "index-10", false], [0, "index-11", false], [0, "index-12", false], [0, "index-13", false], [0, "index-14", false], [0, "index-15", false], [0, "index-16", false], [0, "index-17", false], [0, "index-18", false], [0, "index-19", false], [0, "index-2", false], [0, "index-20", false], [0, "index-21", false], [0, "index-3", false], [0, "index-4", false], [0, "index-5", false], [0, "index-6", false], [0, "index-7", false], [0, "index-8", false], [0, "index-9", false], [6, "index-0", false], [6, "index-1", false], [6, "index-2", false], [6, "index-3", false], [6, "index-4", false], [6, "index-5", false], [6, "index-6", false], [6, "index-7", false], [6, "index-8", false], [6, "index-9", false], [7, "index-0", false], [7, "index-1", false], [7, "index-10", false], [7, "index-11", false], [7, "index-2", false], [7, "index-3", false], [7, "index-4", false], [7, "index-5", false], [7, "index-6", false], [7, "index-7", false], [7, "index-8", false], [7, "index-9", false], [8, "index-0", false], [8, "index-1", false], [8, "index-10", false], [8, "index-100", false], [8, "index-101", false], [8, "index-102", false], [8, "index-103", false], [8, "index-104", false], [8, "index-105", false], [8, "index-106", false], [8, "index-107", false], [8, "index-108", false], [8, "index-109", false], [8, "index-11", false], [8, "index-110", false], [8, "index-111", false], [8, "index-112", false], [8, "index-113", false], [8, "index-114", false], [8, "index-115", false], [8, "index-116", false], [8, "index-117", false], [8, "index-118", false], [8, "index-119", false], [8, "index-12", false], [8, "index-120", false], [8, "index-121", false], [8, "index-122", false], [8, "index-123", false], [8, "index-124", false], [8, "index-125", false], [8, "index-126", false], [8, "index-127", false], [8, "index-128", false], [8, "index-129", false], [8, "index-13", false], [8, "index-130", false], [8, "index-131", false], [8, "index-132", false], [8, "index-133", false], [8, "index-14", false], [8, "index-15", false], [8, "index-16", false], [8, "index-17", false], [8, "index-18", false], [8, "index-19", false], [8, "index-2", false], [8, "index-20", false], [8, "index-21", false], [8, "index-22", false], [8, "index-23", false], [8, "index-24", false], [8, "index-25", false], [8, "index-26", false], [8, "index-27", false], [8, "index-28", false], [8, "index-29", false], [8, "index-3", false], [8, "index-30", false], [8, "index-31", false], [8, "index-32", false], [8, "index-33", false], [8, "index-34", false], [8, "index-35", false], [8, "index-36", false], [8, "index-37", false], [8, "index-38", false], [8, "index-39", false], [8, "index-4", false], [8, "index-40", false], [8, "index-41", false], [8, "index-42", false], [8, "index-43", false], [8, "index-44", false], [8, "index-45", false], [8, "index-46", false], [8, "index-47", false], [8, "index-48", false], [8, "index-49", false], [8, "index-5", false], [8, "index-50", false], [8, "index-51", false], [8, "index-52", false], [8, "index-53", false], [8, "index-54", false], [8, "index-55", false], [8, "index-56", false], [8, "index-57", false], [8, "index-58", false], [8, "index-59", false], [8, "index-6", false], [8, "index-60", false], [8, "index-61", false], [8, "index-62", false], [8, "index-63", false], [8, "index-64", false], [8, "index-65", false], [8, "index-66", false], [8, "index-67", false], [8, "index-68", false], [8, "index-69", false], [8, "index-7", false], [8, "index-70", false], [8, "index-71", false], [8, "index-72", false], [8, "index-73", false], [8, "index-74", false], [8, "index-75", false], [8, "index-76", false], [8, "index-77", false], [8, "index-78", false], [8, "index-79", false], [8, "index-8", false], [8, "index-80", false], [8, "index-81", false], [8, "index-82", false], [8, "index-83", false], [8, "index-84", false], [8, "index-85", false], [8, "index-86", false], [8, "index-87", false], [8, "index-88", false], [8, "index-89", false], [8, "index-9", false], [8, "index-90", false], [8, "index-91", false], [8, "index-92", false], [8, "index-93", false], [8, "index-94", false], [8, "index-95", false], [8, "index-96", false], [8, "index-97", false], [8, "index-98", false], [8, "index-99", false], [11, "index-0", false], [11, "index-1", false], [11, "index-2", false], [11, "index-3", false], [12, "index-0", false], [12, "index-1", false], [12, "index-2", false], [13, "index-0", false], [13, "index-1", false], [13, "index-2", false], [14, "index-0", false], [14, "index-1", false], [14, "index-10", false], [14, "index-11", false], [14, "index-12", false], [14, "index-13", false], [14, "index-14", false], [14, "index-15", false], [14, "index-16", false], [14, "index-17", false], [14, "index-18", false], [14, "index-19", false], [14, "index-2", false], [14, "index-20", false], [14, "index-21", false], [14, "index-22", false], [14, "index-23", false], [14, "index-24", false], [14, "index-25", false], [14, "index-26", false], [14, "index-27", false], [14, "index-28", false], [14, "index-29", false], [14, "index-3", false], [14, "index-30", false], [14, "index-31", false], [14, "index-32", false], [14, "index-33", false], [14, "index-34", false], [14, "index-35", false], [14, "index-36", false], [14, "index-37", false], [14, "index-38", false], [14, "index-39", false], [14, "index-4", false], [14, "index-40", false], [14, "index-41", false], [14, "index-42", false], [14, "index-43", false], [14, "index-44", false], [14, "index-45", false], [14, "index-5", false], [14, "index-6", false], [14, "index-7", false], [14, "index-8", false], [14, "index-9", false], [16, "index-0", false], [16, "index-1", false], [16, "index-10", false], [16, "index-11", false], [16, "index-12", false], [16, "index-13", false], [16, "index-14", false], [16, "index-15", false], [16, "index-16", false], [16, "index-17", false], [16, "index-2", false], [16, "index-3", false], [16, "index-4", false], [16, "index-5", false], [16, "index-6", false], [16, "index-7", false], [16, "index-8", false], [16, "index-9", false], [17, "index-0", false], [17, "index-1", false], [17, "index-2", false], [17, "index-3", false], [18, "index-0", false], [18, "index-1", false], [18, "index-10", false], [18, "index-11", false], [18, "index-12", false], [18, "index-13", false], [18, "index-14", false], [18, "index-15", false], [18, "index-16", false], [18, "index-17", false], [18, "index-18", false], [18, "index-19", false], [18, "index-2", false], [18, "index-20", false], [18, "index-21", false], [18, "index-22", false], [18, "index-23", false], [18, "index-3", false], [18, "index-4", false], [18, "index-5", false], [18, "index-6", false], [18, "index-7", false], [18, "index-8", false], [18, "index-9", false], [19, "index-0", false]], "rfc 2119": [[16, "index-0", false]], "rfc 2616": [[16, "index-1", false]], "rfc 3339": [[16, "index-2", false]], "rfc 3986": [[16, "index-3", false]], "rfc 4122": [[8, "index-61", false], [8, "index-87", false], [14, "index-19", false]], "rfc 5280": [[6, "index-3", false]], "rfc 5639": [[0, "index-9", false]], "rfc 5646": [[6, "index-8", false], [6, "index-9", false], [7, "index-10", false], [7, "index-11", false], [7, "index-9", false]], "rfc 6749": [[8, "index-0", false], [8, "index-122", false], [8, "index-25", false], [8, "index-29", false], [8, "index-30", false], [8, "index-35", false], [8, "index-46", false], [8, "index-49", false], [8, "index-5", false], [8, "index-74", false], [8, "index-76", false], [8, "index-93", false], [8, "index-94", false], [8, "index-95", false], [16, "index-14", false]], "rfc 6749#section-4.1.2": [[8, "index-68", false], [8, "index-70", false]], "rfc 6749#section-4.1.2.1": [[8, "index-73", false]], "rfc 6749#section-5.2": [[8, "index-96", false], [14, "index-0", false], [14, "index-1", false], [14, "index-2", false], [14, "index-3", false], [14, "index-4", false], [14, "index-5", false], [14, "index-6", false], [14, "index-7", false]], "rfc 7159": [[16, "index-4", false]], "rfc 7515": [[6, "index-0", false], [6, "index-1", false], [6, "index-2", false], [6, "index-4", false], [6, "index-7", false], [7, "index-5", false], [8, "index-100", false], [8, "index-117", false], [8, "index-121", false], [8, "index-123", false], [8, "index-125", false], [8, "index-128", false], [8, "index-129", false], [8, "index-80", false], [8, "index-82", false], [8, "index-84", false], [8, "index-86", false], [8, "index-99", false], [11, "index-2", false], [11, "index-3", false], [14, "index-21", false], [14, "index-23", false], [14, "index-28", false], [14, "index-30", false], [14, "index-39", false], [14, "index-41", false], [16, "index-5", false]], "rfc 7516": [[0, "index-17", false], [0, "index-3", false], [0, "index-5", false], [0, "index-7", false], [16, "index-6", false]], "rfc 7516#section-4.1.1": [[8, "index-36", false], [8, "index-52", false], [12, "index-0", false], [13, "index-0", false], [14, "index-8", false], [14, "index-9", false], [18, "index-0", false], [18, "index-12", false]], "rfc 7517": [[8, "index-124", false], [8, "index-126", false], [8, "index-127", false], [8, "index-130", false], [8, "index-83", false], [8, "index-85", false], [12, "index-2", false], [13, "index-2", false], [14, "index-22", false], [14, "index-24", false], [14, "index-29", false], [14, "index-31", false], [14, "index-40", false], [14, "index-42", false], [16, "index-7", false], [17, "index-2", false], [17, "index-3", false]], "rfc 7518": [[0, "index-0", false], [0, "index-1", false], [0, "index-10", false], [0, "index-11", false], [0, "index-12", false], [0, "index-13", false], [0, "index-14", false], [0, "index-15", false], [0, "index-16", false], [0, "index-18", false], [0, "index-19", false], [0, "index-2", false], [0, "index-20", false], [0, "index-21", false], [0, "index-4", false], [0, "index-6", false], [0, "index-8", false], [16, "index-8", false]], "rfc 7519": [[6, "index-5", false], [6, "index-6", false], [8, "index-103", false], [8, "index-105", false], [8, "index-107", false], [8, "index-109", false], [8, "index-111", false], [8, "index-112", false], [8, "index-114", false], [8, "index-116", false], [8, "index-131", false], [8, "index-132", false], [8, "index-133", false], [8, "index-18", false], [8, "index-39", false], [8, "index-41", false], [8, "index-43", false], [8, "index-45", false], [8, "index-51", false], [8, "index-54", false], [8, "index-56", false], [8, "index-58", false], [8, "index-60", false], [8, "index-62", false], [8, "index-72", false], [8, "index-88", false], [8, "index-91", false], [8, "index-92", false], [8, "index-97", false], [12, "index-1", false], [13, "index-1", false], [14, "index-12", false], [14, "index-14", false], [14, "index-16", false], [14, "index-18", false], [14, "index-26", false], [14, "index-34", false], [14, "index-36", false], [14, "index-38", false], [14, "index-44", false], [16, "index-9", false], [17, "index-0", false], [17, "index-1", false], [18, "index-15", false], [18, "index-17", false], [18, "index-19", false], [18, "index-21", false], [18, "index-3", false], [18, "index-5", false], [18, "index-7", false], [18, "index-9", false]], "rfc 7519#section-4.1.7": [[14, "index-20", false], [14, "index-27", false], [14, "index-45", false]], "rfc 7521": [[8, "index-69", false], [8, "index-77", false], [8, "index-78", false], [8, "index-79", false], [16, "index-17", false]], "rfc 7591#section-2": [[11, "index-1", false]], "rfc 7591#section-3.2.1": [[11, "index-0", false]], "rfc 7636": [[7, "index-3", false], [8, "index-2", false], [8, "index-7", false]], "rfc 7636#section-4.2": [[8, "index-47", false]], "rfc 7636#section-4.3": [[8, "index-48", false]], "rfc 7638": [[8, "index-119", false], [16, "index-10", false], [19, "index-0", false]], "rfc 7638#section_3": [[8, "index-101", false], [8, "index-37", false], [14, "index-10", false], [14, "index-32", false], [18, "index-1", false], [18, "index-13", false]], "rfc 7800": [[16, "index-11", false], [18, "index-10", false], [18, "index-22", false]], "rfc 8174": [[16, "index-12", false]], "rfc 8259": [[8, "index-63", false]], "rfc 8414": [[7, "index-8", false], [18, "index-11", false], [18, "index-23", false]], "rfc 8414#section-2": [[7, "index-1", false], [7, "index-2", false], [7, "index-4", false], [7, "index-6", false], [7, "index-7", false]], "rfc 8725": [[8, "index-81", false], [16, "index-13", false]], "rfc 9027": [[8, "index-26", false]], "rfc 9068": [[8, "index-102", false], [8, "index-104", false], [8, "index-106", false], [8, "index-108", false], [8, "index-110", false], [8, "index-113", false], [8, "index-115", false]], "rfc 9101": [[8, "index-10", false], [8, "index-12", false], [8, "index-14", false], [8, "index-19", false], [8, "index-20", false], [8, "index-3", false]], "rfc 9110": [[8, "index-34", false], [8, "index-89", false], [8, "index-90", false]], "rfc 9126": [[8, "index-1", false], [8, "index-11", false], [8, "index-13", false], [8, "index-15", false], [8, "index-16", false], [8, "index-17", false], [8, "index-21", false], [8, "index-22", false], [8, "index-23", false], [8, "index-24", false], [8, "index-38", false], [8, "index-40", false], [8, "index-42", false], [8, "index-44", false], [8, "index-53", false], [8, "index-55", false], [8, "index-57", false], [8, "index-59", false], [8, "index-6", false], [8, "index-64", false], [8, "index-65", false], [8, "index-67", false], [8, "index-9", false], [14, "index-11", false], [14, "index-13", false], [14, "index-15", false], [14, "index-17", false], [14, "index-25", false], [14, "index-33", false], [14, "index-35", false], [14, "index-37", false], [14, "index-43", false], [18, "index-14", false], [18, "index-16", false], [18, "index-18", false], [18, "index-2", false], [18, "index-20", false], [18, "index-4", false], [18, "index-6", false], [18, "index-8", false]], "rfc 9126#as_metadata": [[7, "index-0", false]], "rfc 9126#section-2.3": [[8, "index-66", false]], "rfc 9207": [[8, "index-71", false], [16, "index-16", false]], "rfc 9396": [[8, "index-4", false], [8, "index-50", false], [8, "index-8", false]], "rfc 9449": [[8, "index-118", false], [8, "index-120", false], [8, "index-27", false], [8, "index-28", false], [8, "index-31", false], [8, "index-32", false], [8, "index-33", false], [8, "index-75", false], [8, "index-98", false], [16, "index-15", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 4, 5, 6, 7, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19], "0": [4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "00": [6, 11], "00z": 6, "01": [6, 9, 12, 14], "02": [6, 9, 12], "03": [7, 11], "04": [8, 16], "04a98be3": [12, 13], "05z": [9, 12], "08": [9, 12], "08b3f1ca5517019767be3dee3bb06145": [9, 12], "09": [9, 12], "091535f699ea575c7937fa5f0f454ae": [12, 13], "095vprpttn4qmoqroa": 6, "0a6da0af437e2943f1836f31c678d89298e9": 6, "0b434530": 14, "0cdfe077400432c055a2b69596c90": 6, "0e5f0b6b33418e508740771e82f893372eaf5b2445bc4c84dcf08b005e9493fc": [9, 12], "0f1571a97ffb799cc8fcdf2ba4fc2909929": 6, "0fe3cbe0": 18, "1": [2, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "10": [6, 8, 9, 12, 13, 16, 18], "1004": [6, 9, 12], "1024": 8, "11": [6, 7, 8, 9, 12, 13, 18], "11aa7273a2d2daa973f5951f0c34c2fba": 6, "12": [6, 8, 9, 12, 13, 18], "128": [0, 8, 12, 13], "12pt": 6, "13": [4, 8, 9, 12, 13, 14, 16, 18], "137f903174253c4585358267aae2ea4": [9, 12], "14": [4, 8, 12, 13, 16, 18], "14888": 0, "15": [8, 12, 13], "1504699136": 14, "1504700136": [12, 13], "1504785536": 14, "16": [6, 8, 9, 12, 13], "1649373279": 17, "1649375259": 17, "1649450746": 17, "1649623546": 17, "1672418465": [12, 13], "1672422065": [12, 13], "167fe": [9, 12], "1683000000": 6, "1686645115": 18, "1686652315": 18, "1687171759": 19, "1687281195": 18, "1687288395": 18, "1698744039": 14, "1698744139": 14, "17": [8, 12, 13, 18], "1705570055": 8, "1709290159": 19, "1715842560": 8, "1715842860": 8, "1718207217": [7, 11], "17487": 16, "1749743216": [7, 11], "1778914560": 8, "18": [8, 12, 13, 18], "18013": [4, 6, 9, 12, 16], "185d84dfb71ce9b173010ddd62174fb": [9, 12], "186": 0, "1883000000": 6, "18bdea0988cb": [12, 13], "19": [5, 8, 12, 13], "1956": [6, 9, 12], "1980": 6, "1986": 16, "1997": 16, "1999": 16, "1_0": 7, "1ad0d6a7313efdc38fcd765852fa2bd43debf48bf5a580d": 6, "1fbao": 8, "1fed7190d2975ab79c072e6f1d9d52436059d1fc959d55baf74f057d89b10fcc0dc77a50d433d4c76ddf26223c5560c4ab123b5cb5eb805a90036aa147493076": [9, 12], "1h0cwdyggvu8w": 19, "1jeqsisimnydii6ilatmju2in19": 8, "1knr9ar3mzmokyty8brvriue85nixryx4xd3k4jw7vi": 17, "2": [1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "20": [6, 9, 11, 12, 13, 16], "200": [8, 12, 13, 14, 18], "2002": 16, "2008": 4, "201": [8, 12, 13], "2013": 18, "2014": 16, "2015": 16, "2016": 16, "2017": [9, 12, 16], "2018": [9, 12], "2019": [9, 12], "202": [8, 12, 13], "2020": 16, "2021": 16, "20212223": [9, 12], "2022": 16, "2023": [6, 9, 12, 16], "2024": [5, 6, 9, 12, 16], "204": [8, 18], "21": [8, 12, 13], "2119": 16, "22": [6, 8, 9, 12, 13], "22t00": 6, "22t06": 6, "23": [6, 8, 9, 12, 13, 16], "24": [6, 8, 9, 12, 13, 14, 16, 17, 18], "247c93ddb942": 8, "24t14": [9, 12], "25": [12, 13], "256": [0, 6, 7, 8, 9, 11, 12, 14, 17, 18, 19], "26": [12, 13], "2616": 16, "27": [12, 13], "28": [12, 13], "29": [12, 13], "29227872ceb49923d267b5f4bade6d387b42ac2dc4b2ae26c9013067fee7018a": [9, 12], "2c128e4d": [12, 13], "2e40bcd6799008085ffb1a1f3517efee335298fd976b3e655bfb3f4eaa11d171": 6, "2f": [8, 12, 13], "2fcb": [12, 13], "2feaa": 8, "2freli": [12, 13], "2frequest_uri": [12, 13], "2g": 8, "2glc42skqvecfgfrynrn9w": 6, "2hnofs3ync9tjicaivhwlvuj3axwggz_98urfaqme": 17, "2ow9rp35yrqzhrtnp86l": 8, "2w3": [12, 13], "3": [0, 1, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "30": 6, "300": [8, 9, 12], "302": [8, 12, 13], "308201253081cda00302010202012a300a06082a8648ce3d0403023020311e301c06035504030c15536f6d652052656164657220417574686f72697479301e170d3233313132343130323832325a170d3238313132323130323832325a301a3118301606035504030c0f536f6d6520526561646572204b65793059301306072a8648ce3d020106082a8648ce3d03010703420004aa1092fb59e26ddd182cfdbc85f1aa8217a4f0fae6a6a5536b57c5ef7be2fb6d0dfd319839e6c24d087cd26499ec4f87c8c766200ba4c6218c74de50cd1243b1300a06082a8648ce3d0403020347003044022048466e92226e042add073b8cdc43df5a19401e1d95ab226e142947e435af9db30220043af7a8e7d31646a424e02ea0c853ec9c293791f930bf589bee557370a4c97b": [9, 12], "3082013e3081e5a00302010202012a300a06082a8648ce3d040302301a3118301606035504030c0f5374617465204f662055746f706961301e170d3233313132343134353430345a170d3238313132323134353430345a30383136303406035504030c2d5374617465204f662055746f7069612049737375696e6720417574686f72697479205369676e696e67204b65793059301306072a8648ce3d020106082a8648ce3d03010703420004c338ec1000b351ce8bcdfc167450aeceb7d518bd9a519583e082d67effff06565804fc09abf0e4a08e699c9dba3796285a15f68e40ac7f9fc7700a15153a4065300a06082a8648ce3d040302034800304502210099b7d62e6bf7b1823db3713df889bf73e70bb4d9c58c21e92c58d2f1beffe932022058d039747a00d70e6d66be4797e6142b3608a014ee09b7b79af2cae2aaf27788": [9, 12], "30820215308201bca003020102021404ad30c": 6, "31579c8b0e7d": [12, 13], "3166": 6, "319": 6, "32": [8, 12, 13], "32f54163": [12, 13], "33": [6, 9, 12], "3339": 16, "36": [11, 16, 17], "3600": 8, "38": 18, "384": [0, 6], "3986": 16, "3a": [8, 12, 13], "3abwc4jk": 8, "3agrant": 18, "3aietf": [8, 18], "3ajwt": 18, "3aoauth": [8, 18], "3aparam": [8, 18], "3arequest_uri": 8, "3be39b69": [12, 13], "3e6c07ddcb03": [12, 13], "3wljk1ejuz2": 8, "3zfqn6kuntjhjbgiyxhyqxie0wrfiqyxnuio2a0bfy4ewystd7znccmforojmmhqwccjnadqbkg7beywbq4jpg": 8, "4": [0, 4, 6, 7, 8, 9, 12, 13, 14, 18], "40": 6, "400": [8, 12, 13, 14], "401": [12, 13], "4025": 8, "403": [12, 13], "4086c1379975f805f1b1f4975e6a1265": [9, 12], "412": 6, "4122": [8, 14], "41aa": [12, 13], "43": 8, "43a5": 8, "44b5": 18, "45efef742b2c4837a9a3b0e1d05a6917": [9, 12], "47b982369791d08003a7283f059cb0d1": 8, "48f1": [12, 13], "49bb": [7, 11], "4a4b4cc64ec9299c1a2501ea449f577005e9f7a60408057c07a7c67fb151e5f5": [9, 12], "4c40": 14, "4cd3": [12, 13], "4cf5": [12, 13], "4dfd": 14, "4e5b": 18, "4fzkwhilki": 8, "4hnpti": 18, "4ljp": 8, "5": [4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18], "50": 6, "500": [12, 13, 14], "503": 14, "509": [1, 6, 17], "512": [0, 6, 8], "521": 0, "5280": 6, "53c15c57b3b076e788795829190220b4": 6, "53e29d0ddbbc7d2306a32bdbe2e56e51": [9, 12], "54": [9, 12], "5639": 0, "5646": [6, 7], "56z": 6, "58a0d421a7e53b7db0412a196fea50ca6d4c8a530a47dd84d88588ab145374bd0ab2a724cf2ed2facf32c7184591c5969efd53f5aba63194105440bc1904e1b9": [9, 12], "59fe68db795dee4c20976380ea247705": [9, 12], "5a88d182bce5f42efa59943f33359d2e8a968ff289d93e5fa444b624343": [9, 12], "5b": 8, "5izghriiwgimzhbwlsev9uyw1liiwgiljvc3npil0": 6, "5t5yypbhn": [18, 19], "6": [6, 8, 9, 11, 12, 13, 17, 18], "60": 8, "6059ff1ce27b4997b4ade1de7b01dc60": 6, "60a8": 18, "61fbc6c8ad24ec86a78bb4e9ac377dd2b7c711d9f2eb9afd4aa0963662847a": [9, 12], "646d": 18, "6749": [8, 14, 16], "6ac1": [12, 13], "6b3d194fc131": [7, 11], "6d44f21ee875f2c1d502b43198e5a152": [9, 12], "6d8025d2f02a5e7e1406fb6aaeb67f9ede9b07191a53f3e23b77c528223a94e2": [9, 12], "6ec69324": 18, "6f204f7e": 14, "6hjvrcxnzf0slu6uknmzhol": 6, "6ij7tm": 6, "6s0a": 18, "7": [6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18], "7159": 16, "7166": [12, 13], "73690d92dcaa61b0203870f67c6aa9fdfea889b6f0c720de757b4b0a8516a206": [9, 12], "74c75a5ef760": 14, "7515": [6, 7, 8, 11, 14, 16], "7516": [0, 8, 12, 13, 14, 16, 18], "7517": [8, 12, 13, 14, 16, 17, 19], "7518": [0, 16], "7519": [6, 8, 12, 13, 14, 16, 17, 18], "7521": [8, 16], "7523": 18, "7591": 11, "7636": [7, 8], "7638": [8, 14, 16, 18, 19], "765": 4, "7800": [16, 18], "78824fbd6fbba88a2aab44df8b6f5e9759126d87d1f4415995e658fd9239e1f": [9, 12], "7e": 8, "7fb0": [12, 13], "8": [6, 8, 9, 11, 12, 13, 18], "814e": 14, "8174": 16, "8259": 8, "8368": [7, 11], "8414": [7, 18], "86400": 8, "864000": 8, "86b8": [12, 13], "8725": [8, 16], "8808": 18, "8949": 6, "89jkwhilrt": 8, "8d9066f6c8da16619867cd4e2fab0c88": [9, 12], "8jjozbfovmnvq3hflmpwy4o19gpxs61fwhjzebu589": 6, "8mxk1ealyznwh": 8, "9": [6, 8, 9, 11, 12, 13, 18], "9027": 8, "9052": 6, "9068": 8, "9101": [8, 12, 13], "9110": 8, "9126": [7, 8, 14, 18], "917dd5391bd9": 18, "9207": [8, 16], "921b": [12, 13], "9360": 6, "9378": 8, "9396": 8, "93d8": [12, 13], "9449": [8, 16], "951574aee1bb7907ae1ec3109db2b225": 8, "960cb15a2ea9b68e5233ce902807aa95": 6, "987654321": [9, 12], "98b7": 14, "990cba2069fa1b33b8d6ae910b6549dc": [9, 12], "9biiwgimjpcnrox2rhdguilcaimtk4mc0wms0xmcjd": 6, "9d155319408c": 14, "9d3774bd5994ccfed248674b32a4f76a": 6, "9t2lq": [12, 13], "9tjicaivhwlvuj3axwggz_9": [12, 13], "A": [4, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19], "As": [4, 7, 8, 18], "At": [17, 18], "By": [3, 6, 19], "For": [4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19], "IT": [3, 4, 5, 6, 7, 9, 10, 12, 14, 19], "If": [1, 3, 6, 7, 8, 9, 12, 13, 14, 17, 18], "In": [1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 17, 18], "It": [1, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "Its": [4, 18], "NOT": [0, 1, 4, 6, 8, 10, 11, 12, 13, 14, 17, 18], "No": [4, 5, 8, 17, 18], "Not": [12, 13], "On": [8, 18], "One": 14, "Such": [12, 13], "The": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 19], "Their": 4, "Then": 14, "There": [7, 12, 13, 17], "These": [4, 11, 12, 13, 14, 17, 18, 19], "To": [7, 8, 12, 13, 14, 17, 18, 19], "_2ysumwfjwmranlo15r6dibxervdy_npjuwakjmfdoc": 14, "_qt5": 17, "_sd": 6, "_sd_alg": 6, "_v3bjjelki0tnpbc4yss7yjupwszzmpq0zq9n5zj8xgq_t3nn9bghuyvzegr60xokqbnqmms4iygpol7ekespw": 8, "a10126": [9, 12], "a128cbc": [0, 7], "a128gcm": 7, "a128kw": 0, "a192cbc": 7, "a192gcm": 7, "a2": 8, "a2395ec214350c26066306e23279b3a": [9, 12], "a256cbc": [0, 7], "a256gcm": 7, "a256kw": 0, "a25e1a5b915d2d6eafee9674e0232939": [9, 12], "a26776657273696f6e63312e306b646f63526571756573747381a26c6974656d7352657175657374d818590152a267646f6354797065756f72672e69736f2e31383031332e352e312e6d444c6a6e616d65537061636573a2746f72672e69736f2e31383031332e352e312e4954a375766572696669636174696f6e2e65766964656e6365f4781c766572696669636174696f6e2e6173737572616e63655f6c6576656cf4781c766572696669636174696f6e2e74727573745f6672616d65776f726bf4716f72672e69736f2e31383031332e352e31ab76756e5f64697374696e6775697368696e675f7369676ef47264726976696e675f70726976696c65676573f46f646f63756d656e745f6e756d626572f46a69737375655f64617465f46f69737375696e675f636f756e747279f47169737375696e675f617574686f72697479f46a62697274685f64617465f46b6578706972795f64617465f46a676976656e5f6e616d65f468706f727472616974f46b66616d696c795f6e616d65f46a726561646572417574688443a10126a11821590129308201253081cda00302010202012a300a06082a8648ce3d0403023020311e301c06035504030c15536f6d652052656164657220417574686f72697479301e170d3233313132343130323832325a170d3238313132323130323832325a301a3118301606035504030c0f536f6d6520526561646572204b65793059301306072a8648ce3d020106082a8648ce3d03010703420004aa1092fb59e26ddd182cfdbc85f1aa8217a4f0fae6a6a5536b57c5ef7be2fb6d0dfd319839e6c24d087cd26499ec4f87c8c766200ba4c6218c74de50cd1243b1300a06082a8648ce3d0403020347003044022048466e92226e042add073b8cdc43df5a19401e1d95ab226e142947e435af9db30220043af7a8e7d31646a424e02ea0c853ec9c293791f930bf589bee557370a4c97bf6584058a0d421a7e53b7db0412a196fea50ca6d4c8a530a47dd84d88588ab145374bd0ab2a724cf2ed2facf32c7184591c5969efd53f5aba63194105440bc1904e1b9": [9, 12], "a3": 8, "a30063312e30018201d818584ba4010220012158205a88d182bce5f42efa59943f33359d2e8a968ff289d93e5fa444b624343167fe225820b16e8cf858ddc7690407ba61d4c338237a8cfcf3de6aa672fc60a557aa32fc670281830201a300f401f50b5045efef742b2c4837a9a3b0e1d05a6917": [9, 12], "a366737461747573006776657273696f6e63312e3069646f63756d656e747381a267646f6354797065781865752e6575726f70612e65632e65756469772e7069642e316c6973737565725369676e6564a26a697373756572417574688443a10126a1182159021930820215308201bca003020102021404ad06a30c1a6dc6e93be0e2e8f78dcafa7907c2300a06082a8648ce3d040302305b310b3009060355040613025a45312e302c060355040a0c25465053204d6f62696c69747920616e64205472616e73706f7274206f66205a65746f706961311c301a06035504030c1349414341205a65746573436f6e666964656e73301e170d3231303932393033333034355a170d3232313130333033333034345a3050311a301806035504030c114453205a65746573436f6e666964656e7331253023060355040a0c1c5a65746f70696120436974792044657074206f662054726166666963310b3009060355040613025a453059301306072a8648ce3d020106082a8648ce3d030107034200047c5545e9a0b15f4ff3ce5015121e8ad3257c28d541c1cd0d604fc9d1e352ccc38adef5f7902d44b7a6fc1f99f06eedf7b0018fd9da716aec2f1ffac173356c7da3693067301f0603551d23041830168014bba2a53201700d3c97542ef42889556d15b7ac4630150603551d250101ff040b3009060728818c5d050102301d0603551d0e04160414ce5fd758a8e88563e625cf056bfe9f692f4296fd300e0603551d0f0101ff040403020780300a06082a8648ce3d0403020347003044022012b06a3813ffec5679f3b8cddb51eaa4b95b0cbb1786b09405e2000e9c46618c02202c1f778ad252285ed05d9b55469f1cb78d773671f30fe7ab815371942328317c59032ad818590325a667646f6354797065781865752e6575726f70612e65632e65756469772e7069642e316776657273696f6e63312e306c76616c6964697479496e666fa3667369676e6564c074323032332d30322d32325430363a32333a35365a6976616c696446726f6dc074323032332d30322d32325430363a32333a35365a6a76616c6964556e74696cc074323032342d30322d32325430303a30303a30305a6c76616c756544696765737473a2781865752e6575726f70612e65632e65756469772e7069642e31ac015820a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a025820cd372fb85148700fa88095e3492d3f9f5beb43e555e5ff26d95f5a6adc36f8e6035820e67e72111b363d80c8124d28193926000980e1211c7986cacbd26aacc5528d48045820f7d062d662826ed95869851db06bb539b402047baee53a00e0aa35bfbe98265d0658202a132dbfe4784627b86aa3807cd19cfeff487aab3dd7a60d0ab119a72e736936075820bdca9e8dbca354e824e67bfe1533fa4a238b9ea832f23fb4271ebeb3a5a8f7200858202c0eaec2f05b6c7fe7982683e3773b5d8d7a01e33d04dfcb162add8bd99bee9a095820bfe220d85657ccec3c67e7db1df747e9148a152334bb6d4b65b273279bcc36ec0a582018e38144f5044301d6a0b4ec9d5f98d4cd950e6ea2c29b849cbd457da29b6ad30b58203c71d2f0efa09d9e3fbbdffd29204f6b292c9f79570aef72dd86c91f7a3aa5c50c582065743d58d89d45e52044758f546034fd13a4f994bc270cdfa7844f74eb3f4b6e0d5820b4a8eb5d523bffa17b41bda12ddc7da32ae1e5f7ff3dcc394a35401f16919bbf781b65752e6575726f70612e65632e65756469772e7069642e69742e31a10e58209d6c11644651126c94acdaf0803e86d4c71d15d3b2712a14295416734efd514d6d6465766963654b6579496e666fa1696465766963654b6579a401022001215820ba01aea44eee1e338eb2f04e279dbd51b34655783ee185150838c9a7a7c4db7122582025ba0044439a3871a7b975a0994a85e79b705a9ac263b3fe899b0a93412ee8c96f646967657374416c676f726974686d675348412d32353658400813c28fd62f2602cbc14724e5865733c44a0fca589b55c085ec9d5c725d6cce25ba0044439a3871a7b975a0994a85e79b705a9ac263b3fe899b0a93412ee8c96a6e616d65537061636573a2781865752e6575726f70612e65632e65756469772e7069642e3188d818586da4686469676573744944016672616e646f6d5820156df9227ad341eaa61aabd301106fd21bdc18820e01dfc16bcf5fecc447111b71656c656d656e744964656e7469666965726b6578706972795f646174656c656c656d656e7456616c7565d903ec6a323032342d30322d3232d818586fa4686469676573744944026672616e646f6d5820a3a1f13f05544d03a5b50b5fdb78465808393bcf3b7953a345fe28f820c7be0d71656c656d656e744964656e7469666965726d69737375616e63655f646174656c656c656d656e7456616c7565d903ec6a323032332d30322d3232d8185866a4686469676573744944036672616e646f6d5820852591f90f2c9ded57a03632e2c1322ab52a082a431e71a4149a6830c8f1ad0c71656c656d656e744964656e7469666965726f69737375696e675f636f756e7472796c656c656d656e7456616c7565624954d818587ca4686469676573744944046672616e646f6d5820d1d587b3512acce15c4f6b20944ceb002a464e4a158389788563408873c3fce571656c656d656e744964656e7469666965727169737375696e675f617574686f726974796c656c656d656e7456616c7565764d696e69737465726f2064656c6c27496e7465726e6fd8185864a4686469676573744944056672616e646f6d582094fdd7609c0e73dc8589b5cab11e1d9058cf8bff8a336da5f81fcba055396a0f71656c656d656e744964656e7469666965726a676976656e5f6e616d656c656c656d656e7456616c7565654d6172696fd8185865a4686469676573744944066672616e646f6d5820660c0a7bf79e0e0261ca1547a4294fb808aa70738f424b13ab1b9440b566ae1371656c656d656e744964656e7469666965726b66616d696c795f6e616d656c656c656d656e7456616c756565526f737369d818586ba4686469676573744944076672616e646f6d5820315c53491286488fa07f5c2ce67135ef5c9959c3469c99a14e9b6dc924f9eba571656c656d656e744964656e746966696572696269727468646174656c656c656d656e7456616c7565d903ec6a313935362d30312d3132d818587da4686469676573744944086672616e646f6d5820764ef39c9d01f3aa6a87f441603cfe853fba3cee3bc2c168bcc9e96271d6e06371656c656d656e744964656e74696669657269756e697175655f69646c656c656d656e7456616c7565781e78787878787878782d7878782d787878782d787878787878787878787878781b65752e6575726f70612e65632e65756469772e7069642e69742e3181d8185877a46864696765737449440d6672616e646f6d5820717df3f583b1484366c33a1f869f2b5d201d466a8b589c79ab1a2d85e595432571656c656d656e744964656e7469666965726d7461785f69645f6e756d6265726c656c656d656e7456616c75657554494e49542d585858585858585858585858585858": 6, "a36776657273696f6e63312e3069646f63756d656e747381a367646f6354797065756f72672e69736f2e31383031332e352e312e6d444c6c6973737565725369676e6564a26a6e616d65537061636573a2746f72672e69736f2e31383031332e352e312e495483d81858f7a46864696765737449440b6672616e646f6d506d44f21ee875f2c1d502b43198e5a15271656c656d656e744964656e74696669657275766572696669636174696f6e2e65766964656e63656c656c656d656e7456616c756581a2647479706571656c656374726f6e69635f7265636f7264667265636f7264bf6474797065781f68747470733a2f2f657564692e77616c6c65742e70646e642e676f762e697466736f75726365bf716f7267616e697a6174696f6e5f6e616d65754d6f746f72697a7a617a696f6e6520436976696c656f6f7267616e697a6174696f6e5f6964656d5f696e666c636f756e7472795f636f6465626974ffffd8185866a4686469676573744944046672616e646f6d50185d84dfb71ce9b173010ddd62174fbe71656c656d656e744964656e746966696572781c766572696669636174696f6e2e74727573745f6672616d65776f726b6c656c656d656e7456616c7565656569646173d8185865a4686469676573744944006672616e646f6d50137f903174253c4585358267aae2ea4e71656c656d656e744964656e746966696572781c766572696669636174696f6e2e6173737572616e63655f6c6576656c6c656c656d656e7456616c75656468696768716f72672e69736f2e31383031332e352e318bd8185852a46864696765737449440c6672616e646f6d5053e29d0ddbbc7d2306a32bdbe2e56e5171656c656d656e744964656e7469666965726b66616d696c795f6e616d656c656c656d656e7456616c756563446f65d8185855a4686469676573744944036672616e646f6d50990cba2069fa1b33b8d6ae910b6549dc71656c656d656e744964656e7469666965726a676976656e5f6e616d656c656c656d656e7456616c756567416e746f6e696fd818585ba46864696765737449440a6672616e646f6d504086c1379975f805f1b1f4975e6a126571656c656d656e744964656e7469666965726a69737375655f646174656c656c656d656e7456616c7565d903ec6a323031392d31302d3230d818585ca4686469676573744944016672616e646f6d50ab4ca30c918dd2fd0bf35242c15fa2d871656c656d656e744964656e7469666965726b6578706972795f646174656c656c656d656e7456616c7565d903ec6a323032342d31302d3230d8185855a4686469676573744944076672616e646f6d508d9066f6c8da16619867cd4e2fab0c8871656c656d656e744964656e7469666965726f69737375696e675f636f756e7472796c656c656d656e7456616c7565624954d818587ea4686469676573744944056672616e646f6d5059fe68db795dee4c20976380ea24770571656c656d656e744964656e7469666965727169737375696e675f617574686f726974796c656c656d656e7456616c75657828497374697475746f20506f6c696772616669636f2065205a656363612064656c6c6f20537461746fd818585ba4686469676573744944026672616e646f6d5008b3f1ca5517019767be3dee3bb0614571656c656d656e744964656e7469666965726a62697274685f646174656c656c656d656e7456616c7565d903ec6a313935362d30312d3230d818585ca4686469676573744944096672616e646f6d50a2395ec214350c26066306e23279b3ae71656c656d656e744964656e7469666965726f646f63756d656e745f6e756d6265726c656c656d656e7456616c756569393837363534333231d8185850a4686469676573744944066672616e646f6d50a25e1a5b915d2d6eafee9674e023293971656c656d656e744964656e74696669657268706f7274726169746c656c656d656e7456616c75654420212223d81858eea46864696765737449440d6672616e646f6d50eeed6a3b856563627589a360939d12f771656c656d656e744964656e7469666965727264726976696e675f70726976696c656765736c656c656d656e7456616c756582a37576656869636c655f63617465676f72795f636f646561416a69737375655f64617465d903ec6a323031382d30382d30396b6578706972795f64617465d903ec6a323032342d31302d3230a37576656869636c655f63617465676f72795f636f646561426a69737375655f64617465d903ec6a323031372d30322d32336b6578706972795f64617465d903ec6a323032342d31302d3230d818585ba4686469676573744944086672616e646f6d50c0ef486b2a194ed3cbf7f354fd40092171656c656d656e744964656e74696669657276756e5f64697374696e6775697368696e675f7369676e6c656c656d656e7456616c756561496a697373756572417574688443a10126a118215901423082013e3081e5a00302010202012a300a06082a8648ce3d040302301a3118301606035504030c0f5374617465204f662055746f706961301e170d3233313132343134353430345a170d3238313132323134353430345a30383136303406035504030c2d5374617465204f662055746f7069612049737375696e6720417574686f72697479205369676e696e67204b65793059301306072a8648ce3d020106082a8648ce3d03010703420004c338ec1000b351ce8bcdfc167450aeceb": [9, 12], "a5c1": 8, "a5ivpgbos5tmvva": 6, "a697": 18, "a6a119f7cacac0b8c6aacac747fd3fe7e50b6d9bb8a507fda79f0df6646f285d": [9, 12], "a766d85790ea": 18, "aal": [4, 12, 13, 18], "aal_values_support": 19, "aarc": 8, "aarma": 3, "ab4ca30c918dd2fd0bf35242c15fa2d8": [9, 12], "abil": [4, 15, 17, 18, 19], "abilitazion": 7, "abl": [6, 8, 10, 12, 13, 14, 17, 18], "about": [1, 3, 4, 5, 6, 7, 8, 12, 13, 14, 15, 18, 19], "abov": [6, 7, 8, 9, 12, 17, 18], "abstract": 17, "abvdfcnxt0z5rrwdxzsuhuuxz3gm2vcezleyij61ka": 6, "accept": [3, 8, 9, 12, 13, 14], "access": [1, 3, 4, 5, 6, 10, 12, 13, 14, 15, 17, 18, 19], "access_token": 8, "accommod": [12, 13, 17], "accompagnator": 7, "accomplish": [1, 8, 19], "accord": [1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "account": 17, "accredit": 4, "achiev": 18, "acknowledg": 5, "acquir": [15, 18, 19], "acquisit": 18, "acr_values_support": 7, "acronym": 5, "across": [5, 10, 15], "act": [4, 7, 8, 12, 13, 17], "action": [4, 8, 9, 12, 13, 14, 18, 19], "activ": [3, 9, 12, 13, 14, 15, 17, 18, 19], "actor": [4, 12, 13, 15, 18, 19], "actual": [12, 13, 18, 19], "ad": [4, 6, 8, 12, 13], "adapt": 17, "add": 1, "addit": [6, 7, 8, 10, 14, 17], "addition": [6, 12, 13, 18], "address": [8, 12, 13, 14, 17, 18], "adequ": [8, 17, 19], "adher": [4, 7, 12, 13, 17, 18, 19], "adjust": 17, "administ": 4, "administr": [3, 6, 8, 14, 15, 17], "adopt": 5, "advanc": [5, 17], "advis": [8, 12, 13], "ae": 0, "ae84834f389ee69888665b90a3e4fcc": 6, "af": 6, "af9a": [12, 13], "afd09e720b918cedc2b8a881950bab6a1051e18ae16a814d51e609938663d5e1": [9, 12], "aftauxhmvd9pyqtj6fmuhc": 6, "after": [1, 8, 9, 12, 13, 14, 18, 19], "ag": [12, 13], "again": [3, 8, 12, 13, 17], "against": [1, 8, 17, 18], "agent": [8, 12, 13], "agre": [9, 12, 17], "agreement": [0, 4, 9, 12], "aid": 17, "aim": [4, 5, 6, 8, 18], "ajx": 6, "akhaw": 16, "alen": 3, "alg": [0, 6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "alg_values_support": 18, "algorithm": [5, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "alias": [12, 13], "alifuoco": 3, "align": [5, 12, 13, 17], "all": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "allow": [1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 17, 18, 19], "allowed_leaf_entity_typ": 17, "alon": 8, "along": [6, 8, 9, 12, 13, 14, 18, 19], "alpha": 6, "alphanumer": 8, "alreadi": [4, 8, 14, 18], "also": [3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 17, 18, 19], "altern": [4, 12, 13], "altmann": 3, "alwai": [3, 4, 10, 15, 17], "ambigu": 16, "amend": 3, "american": 16, "amir": 3, "amministrazioni": 16, "among": [4, 14, 17], "amount": [8, 17], "an": [1, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "anagraph": 6, "analysi": 4, "anchor": [5, 7, 8, 11, 19], "andrea": 3, "android": [4, 18, 19], "anew": 17, "ani": [4, 6, 8, 9, 12, 13, 14, 17, 18], "annex": [1, 8], "annotazioni": 7, "anonym": [4, 10, 17], "anoth": [4, 7, 12, 13, 15, 18], "anpr": 6, "antonio": [9, 12], "anymor": [12, 13, 18], "anyon": 3, "api": [4, 5, 8, 12, 13, 18, 19], "apolog": 3, "apologi": 3, "app": [4, 8, 9, 12, 18, 19], "appear": [4, 6], "append": [12, 13], "appendix": 0, "appl": [4, 18], "appli": [8, 12, 13, 14, 17, 18], "applic": [1, 3, 4, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19], "application_typ": [7, 11], "approach": [3, 6, 15, 17, 18], "appropri": [9, 12, 13, 14, 18], "april": 16, "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "arbitrari": 4, "architectur": [4, 5, 8, 15, 16, 17, 18, 19], "area": 18, "arf": [4, 5, 6, 16, 17, 18], "arial": 6, "aris": [12, 13], "arrai": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "articl": 4, "artifact": [4, 17], "as_metadata": 7, "ascii": 8, "ask": [9, 12, 13, 14, 19], "aspect": [12, 13], "assert": [4, 5, 6, 8, 16, 17, 18, 19], "assess": [4, 17, 18], "assign": [10, 12, 13, 14, 17], "associ": [4, 7, 11, 14, 17, 18, 19], "assum": [8, 17], "assumpt": 8, "assur": [4, 6, 12, 13, 14, 16, 19], "assurance_level": [6, 9, 12], "asymmetr": [0, 8, 18], "ath": 8, "attach": [8, 17], "attack": [1, 8, 10, 17, 18], "attain": 17, "attempt": [12, 13, 18], "attend": 7, "attest": [1, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16], "attest_jwt_client_auth": 7, "attestkei": 4, "attribut": [1, 4, 5, 6, 8, 9, 12, 13, 14, 17, 19], "aud": [8, 12, 13, 14, 18], "audit": [1, 17], "audit_rest_02": 1, "autent": [12, 13], "auth": [7, 8, 16], "authent": [0, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19], "authentic_sourc": 6, "authenticator_assurance_level": 4, "authet": 6, "author": [1, 4, 5, 6, 7, 11, 14, 15, 16, 17, 18, 19], "authorit": 4, "authority_hint": [7, 11, 17, 19], "authorization_cod": [7, 8], "authorization_detail": 8, "authorization_encrypted_response_alg": 7, "authorization_encrypted_response_enc": 7, "authorization_endpoint": [7, 12, 13, 18], "authorization_serv": [7, 17], "authorization_signed_response_alg": [7, 11], "authorization_signing_alg_values_support": 7, "authz": [12, 13], "auto": 8, "autom": [4, 14, 17], "automat": [7, 17], "autonom": 17, "autonomi": 17, "autorit\u00e0": 7, "avail": [1, 3, 8, 12, 13, 17, 18, 19], "avoid": 15, "aw8ixq": 6, "awar": 14, "awrlci5legftcgxllm9yzyisicjpyxqioiaxnjgzmdawmdawlcaizxhwijogmtg4mzaw": 6, "awz": [12, 13], "azpx7u7r": 8, "b": [9, 12, 16], "b01b8208d9e6cc834d87dc356ab50170": 8, "b0d43e4e2ea534e4d5304e64bcf7a0f13e2c8ee8304b9cd23aba4909652a4647": [9, 12], "b16e8cf858ddc7690407ba61d4c338237a8cfcf3de6aa672fc60a557aa32fc67": [9, 12], "b3jniiwgimlhdci6ide2odmwmdawmdasicjlehaioiaxodgzmdawmdawlcaic3viijog": 6, "b6672b6149af": 8, "b6672b6149bg": 8, "b820963964e53af064686dd9218303494a": 6, "back": [4, 8, 14, 18], "backend": [4, 18], "backup": 5, "backward": 6, "bad": [8, 12, 13, 14], "balanc": [10, 12, 13], "band": [14, 17], "base": [3, 4, 8, 9, 12, 13, 14, 15, 16, 17, 18], "base64": [7, 18], "base64url": [6, 8, 12, 13, 14, 18], "basi": 16, "basic": 19, "bastian": 16, "bastien": 3, "bb6e6c68d1b4b4ec5a2ae9206f5t4": 6, "bbc77e6cca981a3ad0c3e544edf86": 6, "bc5568239e35ce9ff8798c27ffdcd757b134b679f0fe05729aa3491381912e65": [9, 12], "bcp": [4, 16], "bcp47": 7, "bearer": 18, "becaus": [12, 13, 14, 18], "becom": [8, 14, 18, 19], "bedrock": 4, "been": [3, 8, 12, 13, 14, 18], "befor": [3, 4, 8, 12, 13, 17], "begin": [8, 9, 12, 13], "behalf": [4, 14, 17], "behavior": 17, "behind": 17, "being": [4, 6, 8, 9, 12, 13, 18], "belong": 4, "below": [0, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "berner": 16, "best": 16, "better": [12, 13, 14], "between": [1, 4, 8, 9, 10, 12, 13, 14, 15, 17, 18], "beyond": [14, 17], "bfue3h": 6, "bgcioiaic2hhlti1niisicjjbmyioib7imp3ayi6ihsia3r5ijogikvdiiwgimnydii6": 6, "binari": 6, "bind": [4, 8, 12, 13, 17, 18], "biometr": 19, "birth": [6, 7], "birth_dat": [6, 7, 9, 12], "bit": [0, 8, 12, 13, 16], "bith_dat": [12, 13], "bitsr": 6, "black": 6, "ble": [9, 12], "bleoption": [9, 12], "block": [0, 9, 12, 14], "bluetooth": [9, 12], "bodi": [4, 8, 12, 13, 14, 17, 18], "bomgktw1rbikntw8fzx_bel4ybandr6ahsdgpatfcig": 6, "bool": [9, 12], "boolean": [7, 18], "bootload": 18, "border": [15, 17], "born": 6, "both": [1, 6, 8, 9, 12, 13, 14, 15, 17, 18, 19], "bound": [4, 6, 7, 8, 14, 17, 18], "bradlei": 16, "bradner": 16, "brai": 16, "brainpool": 0, "brainpoolp256r1": 0, "brainpoolp384r1": 0, "brainpoolp512r1": 0, "branch": 3, "braun": 16, "breach": 17, "brief": 3, "browser": 8, "bstr": [6, 9, 12], "build": 17, "built": 17, "busi": 3, "bwc4jk": 8, "by0": 6, "byleaf": 17, "byte": [6, 9, 12], "bytrustanchor": 17, "bzmxamz6rna4wtjevzbslwzjtwvxd2u3ruxhdkdvse13tujwdte0rsisicjwuuktuzft": 6, "c": 16, "c05yv0jimhhxwg9htnk1oulps0nbcwtzbvffbyj9": 8, "c0ef486b2a194ed3cbf7f354fd400921": [9, 12], "c3npil0": 6, "c3rhdhvzijogeyjzdgf0dxnfyxnzzxj0aw9uijogeyjjcmvkzw50awfsx2hhc2hfywxn": 6, "c5f73e250fe869f24d15118acce286c9bb56b63a443dc85af653cd73f6078b1f": 6, "c65c": 8, "c8b708728e4c5756e35c03aeac257ca878d1f717d7b61f621be4d36dbd9b9c16": 6, "c950c0e6fdeb5de50a50096b247af03c": 8, "c_nonc": 8, "c_nonce_expires_in": 8, "c_xmtn3db9t0jjjptqeba": 6, "cab": 4, "cach": 8, "calcul": [6, 8, 9, 12], "call": [12, 13, 17], "campbel": 16, "can": [1, 3, 6, 7, 8, 9, 12, 13, 14, 15, 17, 18, 19], "candid": 17, "cannot": [4, 8, 12, 13, 14, 17, 18], "capabl": [8, 12, 13, 17, 18, 19], "capit": 4, "card": [4, 7, 18], "carri": [4, 6, 8, 12, 13, 17], "carta": 7, "case": [1, 4, 5, 6, 7, 8, 12, 13, 17, 18], "catalogu": 1, "categori": [4, 7], "caus": 8, "cb": [8, 12, 13], "cbor": [5, 8, 9, 12, 14], "cbortag": 6, "ccordiant": 6, "cefal\u00f9": 3, "cek": 0, "central": [9, 12, 15, 17], "cerini": 3, "certain": [4, 8, 9, 12, 13], "certif": [1, 4, 6, 14, 15, 17, 18], "certifi": [4, 17, 18, 19], "cf57377b675f64f37314739592c1e8a911a7ddaf341ce2902fe877c5a835e4c1": [9, 12], "chain": [0, 4, 5, 6, 8, 12, 13, 18], "challeng": [7, 8, 18], "chang": [3, 6, 12, 13, 14, 17], "channel": [3, 8, 9, 12, 14], "charact": [6, 8, 16], "character": 15, "characterist": 4, "charset": 8, "check": [4, 5, 8, 9, 14, 17, 18], "chiozzi": 3, "choos": [10, 15], "chosen": [8, 12, 13], "cie": [4, 6, 7, 16], "cipher": [0, 9, 12], "circumst": [14, 19], "citizen": [3, 4, 6, 15], "civil": [9, 12], "claim": [2, 4, 5, 7, 8, 11, 12, 13, 14, 17, 18, 19], "claimset": 8, "clarif": 3, "clarifi": [8, 12, 13, 14, 18], "clariti": [12, 13], "clear": [4, 12, 13, 17], "cliam": 6, "client": [1, 7, 8, 9, 11, 12, 13, 16, 17, 18, 19], "client_data": 18, "client_data_hash": 18, "client_id": [7, 8, 11, 12, 13], "client_id_schem": [12, 13], "client_metadata": [12, 13], "client_nam": [7, 11], "client_registration_types_support": 7, "close": 17, "closur": [9, 12], "cm": 8, "cmsioiaizwlkyxmilcaiyxnzdxjhbmnlx2xldmvsijogimhpz2gilcaizxzpzgvuy2ui": 6, "cnf": [6, 7, 8, 11, 12, 13, 14, 18], "code": [5, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18], "code_challeng": 8, "code_challenge_method": 8, "code_challenge_methods_support": 7, "code_verifi": 8, "codic": 7, "codificata": 7, "cogfqwztpbirqpnlrg": 18, "cognom": [6, 7], "cointain": [6, 8], "collect": [4, 6, 7, 8, 12, 13, 17], "collis": [6, 8, 18], "color": 6, "com": [3, 8, 12, 13, 18], "combin": [6, 17, 18], "come": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "command": [9, 12], "comment": 3, "commiss": [4, 5], "common": [4, 5, 7, 11], "commonli": 5, "commun": [1, 3, 4, 5, 8, 9, 12, 13, 14], "compani": 15, "compar": 17, "compat": [6, 17, 19], "compet": 4, "complement": [4, 17], "complet": [4, 12, 13, 15, 19], "complex": 17, "compli": 17, "compliac": 4, "complianc": [1, 4, 6, 8, 10, 12, 13, 14, 17, 18, 19], "compliant": [4, 7, 9, 11, 12, 13, 16, 18], "compon": [4, 5, 8, 9, 12, 13, 17], "compos": [8, 12, 13, 18], "comprehens": [12, 13], "compris": 7, "compromis": [14, 17, 18], "comput": [9, 12, 14, 18], "concat": 0, "concaten": [17, 18], "conceal": 6, "concern": [3, 5, 17], "concis": 6, "condit": [4, 6, 7, 8, 9, 12, 13, 14], "conduct": [4, 8], "confid": [4, 9, 12], "confidenti": [8, 17], "configur": [4, 5, 8, 12, 13, 18, 19], "confin": 4, "confirm": [4, 6, 8, 14, 18], "conform": 4, "connect": [3, 4, 6, 7, 8, 9, 11, 12, 14, 16, 19], "consent": [8, 9, 12, 13, 17, 18], "consequ": 3, "consid": [4, 8, 9, 12, 13, 17, 18], "consider": 5, "consist": [4, 6, 7, 8, 10, 11, 19], "const": [7, 11, 12, 13], "constant": 7, "constant_attendance_allow": [6, 7], "constitut": 4, "constraint": [7, 11, 12, 13, 17, 18], "construct": 18, "contact": [7, 8, 11, 17], "contain": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "content": [0, 4, 6, 8, 12, 13, 14, 18], "contenuti": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "context": [4, 10, 12, 13, 18, 19], "continu": [12, 13], "contractu": 4, "contribut": 5, "control": [4, 6, 8, 10, 15, 17, 18, 19], "convei": 17, "convent": 5, "convers": [12, 13], "cooki": [12, 13], "coordiant": 6, "coordin": [6, 9, 12], "core": [4, 6, 8, 16, 17], "correct": [12, 13], "corrent": 3, "correspond": [6, 8, 9, 12, 13, 14, 17, 18], "cose": 6, "cose_kei": 14, "cose_sign1": [9, 12], "cost": [15, 17], "could": [12, 13, 17], "count": [12, 13], "countermeasur": 8, "countri": [6, 7], "country_cod": [9, 12], "creat": [4, 8, 9, 12, 13, 14, 18], "creation": [8, 12, 13, 14, 17, 18], "credenti": [1, 4, 5, 7, 9, 11, 12, 13, 15, 16, 17, 18, 19], "credential_accept": 8, "credential_already_revok": 14, "credential_configuration_id": 8, "credential_configurations_support": [7, 8], "credential_delet": 8, "credential_endpoint": 7, "credential_failur": 8, "credential_hash": 14, "credential_hash_alg": [6, 14], "credential_invalid": 14, "credential_issu": 7, "credential_not_found": 14, "credential_pop": 14, "credential_revok": 14, "credential_signing_alg_values_support": 7, "credential_status_detail": 14, "credential_status_valid": 14, "credential_upd": 14, "credentialsubject": [12, 13], "credentialx": [12, 13], "criteria": [12, 13, 17], "critic": [12, 13], "cross": [5, 10, 17], "crucial": [4, 12, 13, 14], "crv": [6, 7, 8, 9, 11, 12, 14, 17, 18, 19], "cryptograf": 17, "cryptograph": [4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 17, 18, 19], "cryptographi": 17, "cryptographic_binding_methods_support": 7, "csrc": 4, "cupi": 3, "curfc21sbddzcg9wzm1cegl4udeyztrzexforsisicjhqlzkzmnuefqwwjvscndkefpt": 6, "current": [4, 6, 7, 8, 12, 13, 14, 16, 17, 18], "curv": [0, 6, 9, 12, 18], "custom": 18, "cycl": 14, "d": 16, "d126a6a856f7724560484fa9dc59d195": 6, "d2jhy2nhbg91cmvqdwfuzgft": 18, "d4e0bb387aa2556ff306925fdfb9a765": 8, "d76c51b7": [7, 11], "da": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "dab8ef51": 8, "dai": 8, "damag": [12, 13], "data": [1, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data_sourc": 6, "databas": 14, "datael": [9, 12], "dataitemnam": [9, 12], "dataitemvalu": [9, 12], "date": [6, 7, 14, 16, 17, 18], "datetim": [6, 19], "dati": 16, "db143143538f3c8d41dc024f9cb25c9d": 6, "db67gl7ck3tfiiaf7n6_7shvqk0mdymeqcogglkuaaw": 6, "dbjftjez4cvp": 8, "de": [3, 16], "de21bb62ff2897d8b986d2cda9f9bc5865c02807f7b4d9dd1fa4a79df4c0d37f": [9, 12], "deactiv": [5, 18], "decemb": 16, "decentr": 5, "decid": [6, 14, 18], "deciph": [12, 13], "decis": 8, "declar": 6, "decod": [6, 8, 12, 13, 14], "decoi": 6, "decre": 5, "decrypt": [9, 12, 13], "dedic": [4, 17, 18], "deem": [12, 13], "default": [0, 17], "default_acr_valu": 7, "defdf1aa746718016ef1b94bfe5r6": 6, "defens": 18, "defer": [5, 14], "defin": [1, 5, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "definit": [4, 12, 13, 14, 16, 17, 19], "definition_id": [12, 13], "degli": 6, "degre": 4, "dei": 16, "deleg": [17, 18], "delet": [14, 18], "delimit": 6, "dell": [6, 7, 16], "della": [7, 16], "dello": [9, 12], "demonstr": [1, 4, 8, 9, 12, 16, 17, 19], "denot": 8, "densiti": [12, 13], "depend": [4, 6, 8, 10, 12, 13, 14, 18, 19], "depict": 18, "deploy": 4, "deriv": [0, 4, 6, 8, 9, 12, 14, 17], "describ": [4, 6, 7, 8, 9, 12, 13, 14, 17, 18], "descript": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18], "descriptor": [12, 13], "descriptor_map": [12, 13], "deselect": [12, 13], "design": [3, 4, 15, 17], "destruct": [9, 12], "detail": [1, 5, 6, 7, 8, 9, 14, 17, 18, 19], "detect": [17, 18], "determin": [7, 8, 12, 13, 15, 17, 18, 19], "dettagli": 7, "develop": [3, 5, 12, 13, 17, 18], "devic": [4, 5, 8, 14, 17, 18, 19], "deviceauth": [6, 9, 12], "devicecheck": 18, "devicekei": [6, 9, 12], "devicekeyinfo": [6, 9, 12], "devicemac": 6, "devicenamespac": [9, 12], "deviceretrievalmethod": [9, 12], "devicesign": [6, 9, 12], "devicesignatur": [6, 9, 12], "devicesigneditem": 6, "dhljyxjkiiwginzjdcnpbnrlz3jpdhkioiaimmu0mgjjzdy3otkwmdgwodvmzmixytfm": 6, "di": [6, 7, 16, 18], "diagnos": [12, 13], "diagnost": [6, 9, 12], "diagram": [9, 12, 13, 14, 18], "dif": 11, "differ": [4, 6, 8, 9, 10, 12, 13, 14, 15, 17, 18], "diffi": 0, "digest": [6, 12, 13], "digestalgorithm": [6, 9, 12], "digestid": [6, 9, 12], "digit": [0, 1, 4, 5, 8, 12, 13, 14, 17, 18, 19], "digital": 16, "dijk": 3, "direct": 5, "direct_post": [11, 12, 13], "directli": [4, 6, 8, 10, 12, 13, 17, 18], "diritto": 7, "disabilitycard": [6, 8], "disabilit\u00e0": 7, "disabl": [7, 17], "discard": 17, "disclos": [6, 8, 9, 12, 17], "disclosur": [6, 12, 13, 16, 17], "discov": 8, "discoveri": [4, 7, 8, 12, 13, 17], "discret": 18, "discuss": [3, 10, 18], "dispatch": [9, 12], "displai": [6, 7, 9, 12, 13], "disput": 17, "distinct": [18, 19], "distribut": 17, "divers": 17, "divid": [9, 12, 14, 17, 18], "dn": 17, "do": [8, 12, 13, 14, 17, 18], "doc": 3, "docrequest": [9, 12], "doctyp": [6, 8, 9, 12], "document": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "document_numb": [6, 7, 9, 12], "documentazion": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "documento": 7, "doe": [9, 12, 13, 17, 18], "doesn": [9, 12, 14, 17], "doi": 16, "domain": [4, 6, 14], "domest": [6, 9, 12], "don": 17, "download": [12, 13], "dpop": [8, 16], "draft": [3, 11, 12, 14, 16, 17], "drive": [6, 7, 12, 13, 16], "driver": 7, "driving_privileg": [7, 9, 12], "driving_privileges_detail": 7, "due": [8, 12, 13, 14], "duplic": 8, "durat": 4, "dure": [1, 3, 4, 6, 8, 9, 12, 13, 14, 15, 17, 18, 19], "duzhinov": 3, "dvhobxzkoxb5uvrknkznvwhjlupyzkhyeghmayisicj6vmrnagntq2xnvldsvwdhc0dw": 6, "dx": 6, "dynam": [5, 8, 11, 17], "dzhuvinov": 16, "e": [0, 1, 4, 6, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19], "e0b70bcefbd43686f345c9ed429343aa": 6, "e151": 14, "e2382149255ae8e955af9b8984395": 6, "e353ea0b0fd92b6be90c64cc3b2ee1284153a8f0f5066b99aac599200e6eeeb2": [9, 12], "e453": 14, "e6048bdc7fd6454296f1e3f54536107c9c5b24c4064de46a98121e3630eecca2": [9, 12], "e9melhoa2owvfremtjguchaoek1t8urwbugjsstw": 8, "ea90": [7, 11], "eaa": [1, 4, 5, 12, 17, 18, 19], "each": [4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "earli": 17, "earliest": 17, "eavesdrop": [9, 12], "eb12193dc66c6174530cdc29b274381f": 6, "ec": [4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "ec2": [6, 9, 12], "ecdh": 0, "ecdsa": 0, "ecosystem": [4, 5, 15, 17, 18, 19], "eddsa": 18, "edevicekei": [9, 12], "editori": [3, 4], "educ": 15, "eea": 4, "eeed6a3b856563627589a360939d12f7": [9, 12], "eevzdhferxntumw3c3bvvmztqnhpefaxmmu0c3lxtkuilcaiczfyszvmmnbnmy1hrlrh": 6, "effici": [15, 17], "eg": [4, 12, 13, 17], "egieei5iuzr6r0mr02lnvq0omekmnkcji": [18, 19], "ehh4ec14ehh4lxh4ehgtehh4ec14ehh4ehh4ehh4ehgixq": 6, "ehh4lxh4ehgtehh4ec14ehh4ehh4ehh4ehgixq": 6, "ei8zwm9qnkppnpenenhdhq": 6, "eid": [7, 8], "eida": [4, 5, 6, 8, 9, 12, 15, 16, 17], "either": [6, 7, 8, 12, 13, 17, 18], "ej9vmzwmcxoccuwin0zt0js4m_shneig6tlxrqj": 17, "ekfumzrmohdhnurva1zcmezzbgftsljbqwm4stnstjexrmzjiiwgilzrss1tmw1umut4": 6, "electron": [4, 5, 17, 19], "electronic_record": [9, 12], "eleg": [12, 13], "element": [6, 9, 12, 13, 14, 15, 18], "elementidentifi": [6, 9, 12], "elementvalu": [6, 9, 12], "elenco": 7, "elig": [4, 5], "elimin": [15, 18], "elipt": 6, "elisa": 3, "ellipt": [0, 9, 12, 18], "eluv5og3gsnii8eynsxa_a": 6, "em3cmnzghiyfsq090n6b3op7laaqj8rghmhxgmjstqg": 17, "email": [8, 14, 17], "emanuel": 3, "embed": [4, 9, 12], "emerg": 17, "emiliano": 3, "empir": 4, "emploi": [12, 13, 17], "empow": 17, "empti": [6, 9, 12], "en": [6, 7], "enabl": [0, 4, 8, 12, 13, 14, 15, 17], "encapsul": 4, "enclav": [4, 18, 19], "encod": [6, 7, 8, 9, 12, 13, 14, 16, 18], "encompass": [6, 18], "encount": [8, 12, 13, 14, 18], "encourag": 3, "encrypt": [0, 6, 8, 9, 12, 13, 14, 16, 17, 18], "end": [8, 9, 12, 13, 14, 17], "endpoint": [4, 5, 6, 7, 11, 14, 18], "energi": [9, 12], "enforc": [4, 14, 17], "engag": [5, 19], "enhanc": [3, 4, 5, 12, 13, 15, 17], "enno31jfzfp8y2dw0r": 6, "enough": 8, "ensur": [1, 3, 4, 5, 8, 12, 13, 14, 15, 17, 18, 19], "enter": [12, 13, 17, 19], "entir": [4, 6, 7, 8, 17, 18, 19], "entiti": [4, 5, 8, 10, 12, 13, 14, 18, 19], "entitl": 14, "entity_id": [12, 13], "entity_typ": 17, "entityconfigur": 17, "entitystat": 17, "entri": [6, 14, 17], "entropi": [8, 12, 13], "enum": [12, 13], "enus": 19, "envelop": 14, "environ": [4, 12, 13, 18, 19], "envis": 15, "ephemer": [0, 9, 12, 18], "equal": [8, 12, 13, 17, 18], "ereaderkei": [9, 12], "errata": 16, "error": [5, 8, 18], "error_descript": [8, 12, 13, 14, 18], "es256": [0, 6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "es256k": 18, "es384": [0, 7, 11, 12, 13, 17, 18, 19], "es512": [0, 7, 11, 12, 13, 19], "esc0w8acc191": 8, "esempi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "especi": 17, "essenti": 18, "establish": [4, 5, 8, 9, 12, 13, 15, 17, 19], "estim": 1, "etc": [8, 14, 17], "ethic": 4, "etsi": [0, 6], "eu": [5, 6, 12, 13, 17, 18], "eudi": [3, 4, 9, 12, 16, 17, 19], "eudiw": [6, 12, 13, 17, 18], "euicc": 18, "europa": [6, 12, 13, 17, 18], "europea": 7, "european": [4, 5, 7, 15], "europeandisabilitycard": [7, 8], "evalu": [4, 5, 8, 12, 13, 18], "even": [8, 12, 13, 14, 15, 17], "event": [3, 8], "event_descript": 8, "everyon": 3, "evfusjzgtvvoyy1kwgzicnhotgsilcaielzkz2hjbunstvzxbfvnr3nhcfnrq1brruha": 6, "evid": [1, 6, 8, 9, 12, 14], "evolv": [6, 17], "exampl": [0, 1, 2, 3, 4, 5, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19], "exce": 8, "except": 17, "exchang": [1, 4, 7, 8, 9, 12, 13, 14, 15, 16, 17], "exclus": [9, 12, 18], "execut": [4, 18, 19], "exist": 18, "exp": [6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "expand": 8, "expect": 4, "experi": [8, 12, 13, 15], "experiment": 19, "expir": [6, 7, 8, 10, 12, 13, 14, 17, 18, 19], "expires_in": 8, "expiri": [6, 7, 8, 14, 17, 18], "expiry_d": [6, 7, 9, 12], "explicit": [12, 13], "explicitli": [8, 12, 13], "exploit": [12, 13], "expos": [8, 17], "express": [4, 12, 13], "exted": 6, "extend": [6, 19], "extens": 17, "extern": [4, 5, 17, 18], "extract": [12, 13], "ey71": 8, "eyj0exaioij2yytzzc1qd3qilcjhbgcioijfuzi1niisimtpzci6imm5ntbjmgu2zmrlyjvkztuwytuwmdk2yji0n2fmmdnjin0": 8, "eyj0exaioijhdctqd3qilcjhbgcioijfuzi1niisimtpzci6imm5ntbjmgu2zmrlyjvkztuwytuwmdk2yji0n2fmmdnjin0": 8, "eyj0exaioijkcg9wk2p3dcisimfszyi6ikvtmju2iiwiandrijp7imt0esi6ik": 8, "eyj0exaioijvcgvuawq0dmnplxbyb29mk2p3dcisimfszyi6ikvtmju2iiwiandrijp7imt0esi6ikvdiiwiy3j2ijoiuc0yntyilcj4ijoicfzvm2phdhu0ytn0azljowfvd1znthlcql9ysjdnltnxbgprmwvqvxoyrsisinkioijutdvptnzslulnyxjuz3j6nwpkdnnwb2zmekz3y2pqunrgvwtlbmvirukwin19": 8, "eyjfc2qioibb": 6, "eyjfc2qiolsiq1jjqkdpbwhhbe1tszhlzuxmnzg2n0w4chv6meznrtvas1vxlw12n0hiyyisilhhzjvjzfvgc0uzywtabeszt0e5d3dhcjjkcvawuu01m3bby2hiemprzmmilcjjr2fuqvdysg9wqvoyalbhnxk0sze3u0xpywfkcgrnuf9pdnbmtgx0vwjjiiwinefuzu1zvvaxrwh3emrhdkrqoehobnrargn1ejzrohhhwvj0nxo0shh0ssisijruytvxshrmyzdrynnxdhfvahd6wxdvduqty3hkvmdenmraltl0zudhz3milcjizs10a2u3yvu0wmhdnwuxcgzqrjcxuwpfrzrszg1iafroufl1tnqyoho0iiwisnnkahhtmwrvttjan29mumzywvjvoffeadj4m1dqnkdilujny21ddzjgayisilvobxbrsy1hs3hzahjwxzzwyvpfzzrovg5fx29aevdob01ztgnamuhlmjgilcjodddqu3rxmkeywkliuhbhdtjpdmvsek9rbwpyuen1v0rbdy0tdktsqtbjiiwiv3rtck5jvzftvkn0unznuf9um2ytrglhrudhns1ivk5rwgjrckowrnpzrsjdlcjlehaioje3ndy1mtu5nzisimlzcyi6imh0dhbzoi8vzwfhlxbyb3zpzgvylmlwenmuaxqilcjzdwiioijoemjmc1hoohveq2nkn25vv1hgwkfmsgt4wnnsr0m5whmilcjzdgf0dxmionsic3rhdhvzx2f0dgvzdgf0aw9uijp7imnyzwrlbnrpywxfagfzaf9hbgcioijzagetmju2in19lcj2y3qioijeaxnhymlsaxr5q2fyzcisil9zzf9hbgcioijzagetmju2iiwiy25mijp7imp3ayi6eyjrdhkioijfqyisimnydii6ilatmju2iiwieci6inbwvtnqyxr1ngezdgs5yzlhb3dwz0x5qkjfcko3ts0zv2xqazflalv6mkuilcj5ijoivew1t052ui1jz2fybmdyejvqzhzzcg9mznpgd2nqufj0rlvrzw5lsevjmcj9fx0": 8, "eyjhbgcioiairvmyntyilcaidhlwijogimv4yw1wbgurc2qtand0in0": 6, "eyjhbgcioijfuz": 18, "eyjhbgcioijfuzi1nii": [12, 13], "eyjhbgcioijfuzi1niisimtpzci6ik5gttfxvvzpvwxzelvxcexhbwxmy0vwufjwwtjwwfpjumpcblfywm1ssghlwvvwwvvszfrrbkeytkeilcj0exaioijhchbsawnhdglvbi9lbnrpdhktc3rhdgvtzw50k2p3dcj9": 17, "eyjhbgcioijfuzi1niisimtpzci6ikvvrzbfdlrwauk1ru5aqxdvq0lvtwdqqvk4x1visw5fmkhiwlmxn3rfqzaifq": 8, "eyjhbgcioijfuzi1niisimtpzci6ilnurkrxv2hky0dwwfgzqjnsvmraywtsq0xutnvna000wtngnlfutk9krxryzfhgwvlywjjjwgn0uveilcj0exaioijhchbsawnhdglvbi9lbnrpdhktc3rhdgvtzw50k2p3dcj9": 17, "eyjhbgcioijfuzi1niisimtpzci6imtoakzwte9nrjnheg": 18, "eyjhbgcioijfuzi1niisimtpzci6imvxa3pubwt0ww5kblzhmwxhmju1zdjkq2rvzersazqwuwt0wvlvmwfhrfzyt1robfphdfdxsgq1wncilcj0exaioijhchbsawnhdglvbi9lbnrpdhktc3rhdgvtzw50k2p3dcj9": 17, "eyjhbgcioijfuzi1niisinr5cci6indhbgx": 18, "eyjhbgcioijfuzi1nij9": 8, "eyjhbgcioijsuzi1niisimtpzci6": 6, "eyjlehaioje2ndk1ota2mdisimlhdci6mty0otqxnzg2miwiaxnzijoiahr0chm6ly9ycc5legftcgxllm9yzyisinn1yii6imh0dhbzoi8vcnauzxhhbxbszs5vcmcilcjqd2tzijp7imtlexmiolt7imt0esi6ikvdiiwia2lkijoitkznmvdvvmlvbfl6vvdwtgftbgzjrxbqulzzmlzywklsakjuuvhabvjiaetzvvzzvwxkvffuqtjoqsisimnydii6ilatmju2iiwieci6invzbemzd2qtcfgzd3o0yljzbnd5m2x6cgjhwkzotjk2aewyquhbm01rnlkilcj5ijoivkxdqlhgv2xktlnosxo4a0gyoxzmujromthca3dht1gynnprb3j1utfnncj9xx0sim1ldgfkyxrhijp7im9wzw5pzf9yzwx5aw5nx3bhcnr5ijp7imfwcgxpy2f0aw9ux3r5cguioij3zwiilcjjbgllbnrfawqioijodhrwczovl3jwlmv4yw1wbguub3jnlyisimnsawvudf9yzwdpc3ryyxrpb25fdhlwzxmiolsiyxv0b21hdgljil0simp3a3mionsia2v5cyi6w3sia3r5ijoirumilcjrawqioijork0xv1vwavvswxpvv3bmyw1szmnfcfbsvlkyvlhasvjqqm5rwfptukhos1lvvllvbgruuw5bmk5biiwiy3j2ijoiuc0yntyilcj4ijoidxnsqzn3zc1wwdn3ejriullud3kzbhpwykdarmhootzotdjbseeztve2wsisinkioijwtencwezxbgrou05jejhrsdi5dkxsne4xoejrd0dpwdi2elfvcnvrmu00in1dfswiy2xpzw50x25hbwuioijoyw1lig9migfuigv4yw1wbgugb3jnyw5pemf0aw9uiiwiy29udgfjdhmiolsib3bzqhjwlmv4yw1wbguuaxqixswiz3jhbnrfdhlwzxmiolsicmvmcmvzaf90b2tlbiisimf1dghvcml6yxrpb25fy29kzsjdlcjyzwrpcmvjdf91cmlzijpbimh0dhbzoi8vcnauzxhhbxbszs5vcmcvb2lkyy9ycc9jywxsymfjay8ixswicmvzcg9uc2vfdhlwzxmiolsiy29kzsjdlcjzy29wzsi6imv1lmv1cm9wys5lyy5ldwrpdy5wawqumsblds5ldxjvcgeuzwmuzxvkaxcucglklml0ljegzw1hawwilcjzdwjqzwn0x3r5cguioijwywlyd2lzzsj9lcjmzwrlcmf0aw9ux2vudgl0esi6eyjmzwrlcmf0aw9ux3jlc29sdmvfzw5kcg9pbnqioijodhrwczovl3jwlmv4yw1wbguub3jnl3jlc29sdmuviiwib3jnyw5pemf0aw9ux25hbwuioijfegftcgxlifjqiiwiag9tzxbhz2vfdxjpijoiahr0chm6ly9ycc5legftcgxllml0iiwicg9sawn5x3vyasi6imh0dhbzoi8vcnauzxhhbxbszs5pdc9wb2xpy3kilcjsb2dvx3vyasi6imh0dhbzoi8vcnauzxhhbxbszs5pdc9zdgf0awmvbg9nby5zdmcilcjjb250ywn0cyi6wyj0zwnoqgv4yw1wbguuaxqixx19lcj0cnvzdf9tyxjrcyi6w3siawqioijodhrwczovl3jlz2lzdhj5lmvpzgfzlnrydxn0lwfuy2hvci5legftcgxllmv1l29wzw5pzf9yzwx5aw5nx3bhcnr5l3b1ymxpyy8ilcj0cnvzdf9tyxjrijoizxlkacbcdtiwmjyifv0simf1dghvcml0ev9oaw50cyi6wyjodhrwczovl2ludgvybwvkawf0zs5lawrhcy5legftcgxllm9yzyjdfq": 17, "eyjlehaioje2ndk2mjm1ndysimlhdci6mty0otq1mdc0niwiaxnzijoiahr0chm6ly90cnvzdc1hbmnob3iuzxhhbxbszs5ldsisinn1yii6imh0dhbzoi8vaw50zxjtzwrpyxrllmvpzgfzlmv4yw1wbguub3jniiwiandrcyi6eyjrzxlzijpbeyjrdhkioijfqyisimtpzci6ilnurkrxv2hky0dwwfgzqjnsvmraywtsq0xutnvna000wtngnlfutk9krxryzfhgwvlywjjjwgn0uveilcjjcnyioijqlti1niisingioijyql9bogdcunh5njhvtkxzrkzlr0zmr2vmwu5xymgtszh1os1gylqyzkzjiiwiesi6ilnuwvk2y3njznkxcjbisfhltgjuvfzsamfndzhozznrues2wfvoc2uzdkuifv19lcj0cnvzdf9tyxjrcyi6w3siawqioijodhrwczovl3rydxn0lwfuy2hvci5legftcgxllmv1l2zlzgvyyxrpb25fzw50axr5l3royxqtchjvzmlszsisinrydxn0x21hcmsioijleupoyibcdtiwmjyifv19": 17, "eyjlehaioje2ndk2mjm1ndysimlhdci6mty0otq1mdc0niwiaxnzijoiahr0chm6ly9pbnrlcm1lzglhdguuzwlkyxmuzxhhbxbszs5vcmcilcjzdwiioijodhrwczovl3jwlmv4yw1wbguub3jniiwiandrcyi6eyjrzxlzijpbeyjrdhkioijfqyisimtpzci6ik5gttfxvvzpvwxzelvxcexhbwxmy0vwufjwwtjwwfpjumpcblfywm1ssghlwvvwwvvszfrrbkeytkeilcjjcnyioijqlti1niisingioij1c2xdm3dklxbym3d6ngjsww53etnsenbir1pgae45nmhmmkfiqtnnutzziiwiesi6ilzmq0jyrldsze5ttkl6ogtimjl2tfi0tje4qmt3r09ymjz6uw9ydvexttqifv19lcjtzxrhzgf0yv9wb2xpy3kionsib3blbmlkx3jlbhlpbmdfcgfydhkionsic2nvcguionsic3vic2v0x29mijpbimv1lmv1cm9wys5lyy5ldwrpdy5wawqumswgigv1lmv1cm9wys5lyy5ldwrpdy5wawquaxqumsjdfswicmvxdwvzdf9hdxrozw50awnhdglvbl9tzxrob2rzx3n1chbvcnrlzci6eyjvbmvfb2yiolsicmvxdwvzdf9vymply3qixx0sinjlcxvlc3rfyxv0agvudgljyxrpb25fc2lnbmluz19hbgdfdmfsdwvzx3n1chbvcnrlzci6eyjzdwjzzxrfb2yiolsiulmyntyilcjsuzuxmiisikvtmju2iiwirvm1mtiilcjquzi1niisilbtnteyil19fx0sinrydxn0x21hcmtzijpbeyjpzci6imh0dhbzoi8vdhj1c3qtyw5jag9ylmv4yw1wbguuzxuvb3blbmlkx3jlbhlpbmdfcgfydhkvchvibgljlyisinrydxn0x21hcmsioijleupoyibcdtiwmjyifv19": 17, "eyjpc3mioiaiahr0chm6ly9jbgllbnquzxhhbxbszs5jb20ilcaiyxvkijogimh0dhbzoi8vyxmuzxhhbxbszs5jb20ilcaibmjmijogmtmwmdgxntc4mcwgimv4cci6idezmda4mtkzodb9": 8, "eyjpc3mioii0n2i5odiznjk3otfkmdgwmdnhnzi4m2ywntljyjbkmsisimf1zci6imh0dhbzoi8vzwfhlxbyb3zpzgvylndhbgxldc5pchpzlml0l2nyzwrlbnrpywwilcjpyxqioje3mdu1nzawntusimv4cci6mtc3odkxndu2mcwibm9uy2uioij0c19fdfvrczbpzwljuzfowu5csevru295m2n0ngdwes00rlpld0hpbgtzin0": 8, "eyjpc3mioiigahr0chm6ly9jbgllbnquzxhhbxbszs5jb20ilcjhdwqioiigahr0chm6ly9hcy5legftcgxllmnvbsisimp0asi6ijvlzmy5yzfilwvkmgqtnddloc1hntuzlwy3ngrmmwjizwvkzcisimlhdci6mtcymji0otq0nywizxhwijoxnziymjq5nzq3fq": 8, "eyjpc3mioijodhrwczovl2vhys1wcm92awrlci53ywxszxquaxb6cy5pdcisinn1yii6imq0ztbiyjm4n2fhmju1nmzmmza2oti1zmrmyjlhnzy1iiwiyxvkijoiahr0chm6ly9lywetchjvdmlkzxiud2fsbgv0lmlwenmuaxqvy3jlzgvudglhbcisimlhdci6mtcxntg0mju2mcwizxhwijoxnzc4ote0ntywlcjqdgkioijmoty1nwnlyi1jnjvjltqwmjutotm3oc1injy3mmi2mtq5ymcilcjjbgllbnrfawqioii0n2i5odiznjk3otfkmdgwmdnhnzi4m2ywntljyjbkmsisimnuzii6eyjqa3qioii5nte1nzrhzwuxymi3ota3ywuxzwmzmta5zgiyyjiynsj9fq": 8, "eyjqd2sioib7imt0esi6icjfqyisicjjcnyioiaiuc0yntyilcaieci6icjuq0ffuje5": 6, "eyjqdgkioijlmwozvl9is2ljoc1mquvciiwiahrtij": 8, "f": 16, "f10aca0992694b3581f6f699bfc8a2c6cc687725": [7, 11], "f2461e4fab69e9f7bcffe552395424514524d1679440036213173101448d1b1ab4a293859b389ffa8b47aeed10e9b0c1545412ac37c51a76482cd9bbbe110152": [9, 12], "f8555ceb": 8, "f8a5966e6dac9970e0334d8f75e25": 6, "f9655ceb": 8, "f9ee4d36f67dbd75e23311ac1c29": 6, "facial": 19, "facilit": [3, 4, 17], "fact": 15, "factori": 18, "fail": [8, 12, 13, 14, 17], "failur": [12, 13, 14], "faiv8cncch43n07ybcwlejg4zo9o_xdefgiejdshk1ccj8yt9": 6, "fals": [9, 12, 13, 18], "falsif": 18, "famili": [0, 6, 7], "family_nam": [6, 7, 9, 12, 13, 17], "fanfs3ync9tjicaivhwlvuj3axwggz_98urfaqme": [7, 11], "far": [8, 14], "fast": 5, "faulti": [12, 13], "fb43": 8, "fbf4de318982f2dbad43c601caeb22628b301ac18aa8264c5831b2aaac89c486": [9, 12], "fc91": [12, 13], "feasibl": [12, 13], "featur": [4, 12, 13, 14, 17, 18], "februari": 16, "fed": [6, 7, 8, 11, 12, 13, 16, 17, 18], "feder": [4, 5, 7, 8, 11, 12, 13, 16, 18, 19], "federation_ent": 5, "federation_fetch_endpoint": 17, "federation_list_endpoint": 17, "federation_resolve_endpoint": 17, "federation_trust_mark_status_endpoint": 17, "fetch": [12, 13, 17], "fett": 16, "ff217bdb0653": [12, 13], "ff_etuqs0ieiis1nynbheqsoy3ct4gpi": 8, "field": [6, 7, 8, 9, 11, 12, 13, 14, 15, 16], "fifyx03bnosd8m6gyqifnhnp9cm_sam9tc5nlloiirc": 17, "fig": 8, "figur": [9, 12], "filter": [7, 8, 11, 12, 13], "fimewwe7elgvgohmwmbpu14": 6, "final": [9, 12, 13, 17], "find": [12, 13], "fingerprint": 19, "fip": 0, "first": [6, 7, 8, 12, 13, 18], "fiscal": 7, "flaw": 18, "flexibl": [12, 13, 17], "flow": [1, 5, 17, 18], "fly": 8, "fmlgrxfrzuv2gwmquh8": [7, 11], "focus": 17, "follow": [0, 1, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18], "font": 6, "forbidden": [12, 13], "forc": 17, "forgotten": 3, "form": [4, 6, 8, 12, 13, 14, 15, 17, 18, 19], "form_post": [7, 8, 12, 13, 18], "formal": 4, "format": [4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19], "forward": [12, 13], "foster": 17, "foto": 7, "found": [8, 12, 13, 14, 18], "fr1": 17, "fr10": 17, "fr11": 17, "fr12": 17, "fr13": 17, "fr14": 17, "fr15": 17, "fr16": 17, "fr17": 17, "fr18": 17, "fr19": 17, "fr2": 17, "fr20": 17, "fr21": 17, "fr22": 17, "fr23": 17, "fr24": 17, "fr25": 17, "fr26": 17, "fr27": 17, "fr28": 17, "fr29": 17, "fr3": 17, "fr4": 17, "fr5": 17, "fr6": 17, "fr7": 17, "fr8": 17, "fr9": 17, "fragment": [8, 12, 13], "frame": [12, 13, 18], "framework": [4, 5, 6, 8, 12, 13, 16, 17, 18, 19], "francesco": 3, "fraud": 15, "free": 3, "fresh": [8, 12, 13, 17, 18], "friendli": [12, 13], "from": [1, 3, 4, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "frystyk": 16, "fswginzjdci6icjodhrwczovl2lzc3vlci5legftcgxllm9yzy92ms4wl2rpc2fiawxp": 6, "fulfil": [12, 13, 14], "full": [5, 6, 17, 19], "function": [0, 4, 5, 6, 9, 12, 18, 19], "further": [4, 5, 8, 9, 12, 14, 17, 18, 19], "furthermor": [6, 8, 14, 17, 19], "futur": [8, 12, 13, 17, 18], "fyziol9lf2cekunt2jzxilrdink0upcd": 8, "g": [4, 6, 8, 12, 13, 14, 15, 16, 17, 18, 19], "g02nsrqfjfxq7io09syaja": 6, "g061": 8, "gabriella": 3, "gain": [4, 12, 13, 18], "gather": [12, 13], "gdpr": 17, "ge3sjy_zat34f8wa5dukvb0fslasjraac8i3ln11ffc": 6, "gener": [0, 4, 5, 6, 9, 12, 13, 14, 16, 18], "genuin": [4, 8, 18], "get": [6, 8, 11, 12, 13, 17, 18, 19], "getti": 16, "gg": [6, 7], "giada": 3, "github": 3, "giusepp": 3, "give": [9, 12, 13, 17], "given": [6, 8, 10, 12, 13, 14, 17, 18], "given_nam": [6, 7, 9, 12, 13, 17], "gli": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "globalplatform": 18, "glossari": 4, "goal": 4, "goland": 16, "good": [12, 13], "googl": 4, "gov": [4, 7, 9, 12], "govern": [4, 15, 17], "grant": [4, 7, 8, 12, 13, 15, 16, 18, 19], "grant_typ": [8, 18], "grant_types_support": [7, 19], "graphic": [4, 6], "grauso": 3, "greater": [8, 14], "group": [6, 12, 13], "group1": [12, 13], "group2": [12, 13], "grow": 17, "guarante": [1, 18, 19], "guarate": 6, "guess": [8, 10], "guida": [7, 16], "guidelin": [4, 5, 7, 18], "gxu": 8, "h": [6, 9, 12, 16], "h9gw": 18, "ha": [3, 5, 6, 8, 9, 12, 13, 14, 17, 18, 19], "hain": 16, "haip": [11, 16, 18], "handl": [4, 8, 12, 13, 17], "happen": [8, 12, 13, 17], "hardt": 16, "hardwar": [4, 12, 13, 17, 18], "hardware_key_tag": 18, "hardware_signatur": 18, "harm": 14, "hash": [0, 6, 8, 9, 12, 13, 14, 18], "hasn": 17, "have": [3, 6, 8, 9, 12, 13, 14, 15, 17, 18, 19], "header": [5, 6, 11, 12, 13, 14, 17, 18], "heartili": 3, "hedberg": [3, 16], "held": 8, "hellman": 0, "help": [12, 13, 17, 18], "henc": 18, "her": 10, "here": [4, 19], "hereaft": [8, 18], "herein": [12, 13], "high": [4, 5, 6, 9, 12, 13, 14, 16, 18, 19], "higher": 17, "highlight": 8, "hildebrand": 16, "hinder": [12, 13], "hint": [8, 17], "histor": [4, 17], "histori": 15, "hmac": 0, "hold": [9, 12, 13, 19], "holder": [4, 6, 12, 13, 14, 15, 18], "homepage_uri": [7, 11, 17, 19], "horizont": 17, "horvat": 3, "host": [7, 8, 11, 12, 13, 14, 18], "hour": [14, 17, 18], "how": [4, 5, 6, 9, 12, 13, 14, 18], "howev": [6, 8, 12, 13, 17], "hpcm9biiwgimjpcnrox2rhdguilcaimtk4mc0wms0xmcjd": 6, "hriiwgimzhbwlsev9uyw1liiwgiljvc3npil0": 6, "hs256": [0, 7], "hs384": [0, 7], "hs512": [0, 7], "hsm": [4, 18], "hti70g": 17, "htm": 8, "html": [7, 8, 11, 14], "http": [1, 3, 4, 5, 6, 7, 9, 11, 16, 17, 19], "httponli": [12, 13], "htu": 8, "human": [6, 8, 11, 14, 18], "hybrid": [18, 19], "hypertext": 16, "hywfgixq": 6, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "iaconelli": 3, "iam": 15, "iana": [8, 14, 18], "iat": [6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "icjqlti1niisicj4ijogilrdquvsmtladnuzt0hgngo0vzr2zlnwb0hjudfjtglsrgxz": 6, "icjywfhywfhywfhyil0": 6, "id": [4, 6, 7, 8, 11, 12, 13, 17, 19], "id_auth_channel_01": 1, "id_auth_channel_02": 1, "id_auth_rest_02": 1, "ida": [6, 16], "idea": 3, "ident": [4, 5, 6, 8, 10, 12, 13, 14, 16, 17], "identif": [4, 5, 6, 11, 12, 13, 14, 16, 17, 18, 19], "identifi": [4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "identitifi": 6, "idp": 8, "idphint": 8, "iec": [0, 6, 16], "ietf": [8, 14, 18, 19], "igarngrz5jdvspoffzfwcjprtfukenehei0": 8, "ii": 4, "ijhkam96qmzvdk1odlezsgzsbvbxetrpmtlhchhznjfgv0hqwmvivtu4ouuilcairhgt": 6, "ijogimm1zjczzti1mgzlody5zji0zde1mte4ywnjzti4nmm5ymi1nmi2m2e0ndnkyzg1": 6, "ijoginnoys0yntyifx0sicj2y3qioiaiahr0chm6ly9wawrwcm92awrlci5legftcgxl": 6, "ik56ykxzwgg4durdy2q3bm9xwezaqwzia3hac1jhqzlycyisicjzdgf0dxmioib7inn0": 6, "ikjvtudrdfcxcmjpa250dzhgenhfqmvmnfliqw5kcjzbshnkz3bhdezdawcilcairu5o": 6, "ikjydmzybg5oqu11sfiwn2fqvw1b": 6, "ilieik_mbjp8bhyngsphiuym3wgaokt9hsdref3qek4kyatafrrer6dgterurnawkbem8m1milyhbtnffzcjjg": 8, "illustr": [9, 12], "immedi": [8, 9, 12, 17, 19], "impact": [12, 13], "implement": [1, 3, 4, 6, 8, 9, 12, 13, 14, 17, 18], "impli": [14, 18], "implic": [12, 13], "implicit": 8, "import": [4, 12, 13], "impract": 8, "improv": 15, "inaccuraci": 14, "includ": [3, 4, 6, 7, 8, 9, 12, 13, 14, 15, 17, 18, 19], "incluid": 8, "inclus": [4, 18], "incorpor": [9, 12, 16, 17, 18], "incorrect": [12, 13, 14], "increas": 17, "incur": [12, 13], "independ": [9, 12, 17], "index": [12, 13], "indic": [6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 19], "indirectli": 17, "individu": [3, 4, 6, 8, 15, 17], "info_polici": [7, 11, 19], "inform": [3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19], "informativi": 16, "informazioni": [7, 11], "infrastructur": [4, 5, 15], "infrastruttura": 16, "inherit": 19, "initi": [0, 3, 4, 5, 8, 9, 12, 14, 17], "innermost": 7, "innov": 5, "input": [8, 12, 13], "input_descriptor": [7, 11, 12, 13], "inquir": 17, "insensit": [12, 13], "insid": [8, 14, 18], "insight": 4, "inspect": 8, "instal": [4, 18, 19], "instanc": [1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 17], "instead": [10, 17], "institut": [15, 16, 17], "instruct": 8, "int": 6, "integ": [6, 8], "integr": [1, 4, 6, 8, 15, 16, 17, 18, 19], "integrity_assert": 18, "integrity_rest_01": 1, "intend": [8, 9, 12, 13, 17], "intendersi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "intent": [9, 12], "intenttoretain": [9, 12], "interact": [4, 8, 12, 13, 15, 17, 18, 19], "intercept": [9, 12, 13], "interchang": 16, "interest": 3, "interfac": [4, 8, 14, 17, 18, 19], "intermedi": [5, 7, 8, 11, 19], "intermediari": [4, 12, 13, 15, 17], "intern": [3, 4, 12, 13, 14, 16, 18, 19], "internet": [14, 16], "interni": 6, "interno": 6, "interoper": [1, 4, 5, 6, 8, 12, 13, 15, 16, 17], "interoperabilit\u00e0": 16, "interpret": [4, 8], "interv": 14, "introduc": [5, 11], "invalid": [6, 8, 9, 12, 13, 14, 17, 18], "invalid_cli": 8, "invalid_dpop_proof": 8, "invalid_proof": 8, "invalid_request": [8, 12, 13, 14], "invalid_request_signatur": 14, "invit": 3, "involv": [4, 5, 8, 12, 13, 14, 15, 17, 18], "io": [4, 18, 19], "iphon": 18, "irregzaml7pnfjqh2apz82blqo5s0sl1jr0tefp5e1t913g8gnuwggtmquqhpzwv6bvtla8g": 17, "irrevers": 14, "iso": [0, 4, 6, 9, 12, 16], "iso18013": [9, 12, 16], "iss": [6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "isser": 19, "issu": [1, 3, 4, 6, 7, 8, 12, 13, 14, 15, 17, 18, 19], "issuanc": [1, 4, 5, 6, 14, 16, 17, 19], "issue_d": [6, 7, 9, 12], "issuer": [4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19], "issuerauth": [6, 9, 12], "issuersign": [6, 9, 12], "issuersigneditem": [6, 9, 12], "issuersigneditembyt": [6, 9, 12], "issuing_author": [6, 7, 9, 12], "issuing_countri": [6, 7, 9, 12], "istituto": [9, 12], "itali": 5, "italia": 3, "italian": [4, 6, 17], "italiantaxidentificationnumb": 6, "item": [9, 12, 13], "itemsrequest": [9, 12], "its": [4, 8, 9, 11, 12, 13, 14, 17, 18, 19], "itself": [14, 17, 18, 19], "j": 16, "jane": 10, "jar": [8, 12, 13], "jarm": [7, 8, 11, 16], "javacard": 18, "javascript": [12, 13, 16], "je2rpcqbfqxkpmqehahgzv6smmxd0i": [7, 11], "jfxsyomxhajplja": 8, "jji8302pyiu0xqlngtcwrdm9npe_": 6, "jjla": 18, "jkt": 8, "johansson": 3, "join": 3, "jone": 16, "jose": [6, 8, 11, 18], "jrrtu9xuk9biiwgimv4cglyev9kyxrliiwgijiwmjqtmdetmdeixq": 6, "json": [6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "jti": [8, 14], "judici": 14, "juli": 16, "june": 16, "jurisdict": 17, "jw": [1, 6, 7, 8, 11, 12, 13, 16, 17, 18, 19], "jwa": 16, "jwe": 16, "jwk": [6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "jwk_thumbprint": 18, "jwkid": 14, "jwt": [4, 5, 7, 8, 11, 14, 16, 17, 18, 19], "jwt_alg_valu": [7, 11, 12, 13, 17, 18], "jwt_proof": 8, "jwt_vc_json": 18, "jwt_vp_json": 18, "jxfhrxhlk": 6, "k": 16, "kawasaki": 3, "kb": [12, 13, 17], "kdf": 0, "keep": [17, 18], "kei": [0, 1, 2, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19], "kept": 14, "key_attest": 18, "keyauthor": 6, "keyinfo": 6, "keymast": 18, "keystor": [4, 18], "kid": [6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "kind": 4, "klaa": 3, "klyne": 16, "know": [14, 15, 17], "known": [4, 5, 6, 7, 8, 9, 11, 12, 17, 18, 19], "koiwai": 16, "kozihvcnaqccoiawgaib": 18, "kpku_xycocunt2o0bwsliqtnpu6im": 19, "kristina": 3, "kty": [6, 7, 8, 9, 11, 12, 14, 17, 18, 19], "kz": 8, "l": 16, "l3iiwgimlhdciside2odmwmdawmdbd": 6, "label": [6, 12, 13], "lack": 14, "laiso": 3, "languag": [5, 6, 7, 17], "larg": [4, 8], "last": 4, "later": [8, 12, 13], "latest": 17, "latter": [6, 8, 14], "launch": [5, 18], "law": [6, 14], "layer": [4, 16], "lc": 8, "le": 7, "leach": 16, "lead": [12, 13, 14, 18], "lead_tim": 8, "leaf": 17, "leak": 8, "learn": 3, "least": [7, 8, 9, 11, 12, 13, 18], "leav": [5, 7, 11], "lee": 16, "legal": [4, 14, 17, 19], "legisl": 5, "legitim": [4, 6, 12, 13, 14], "legitimaci": [4, 17], "lehmann": 16, "leiba": 16, "leif": 3, "length": [0, 6, 8, 9, 12, 13], "less": [8, 9, 12, 17], "level": [4, 5, 6, 9, 12, 13, 14, 15, 16, 18, 19], "leverag": [15, 17, 18], "liabil": 17, "librari": [5, 18], "licens": [6, 7, 12, 13, 14, 16], "life": [4, 14], "lifecycl": [5, 7], "lifetim": 8, "like": [3, 4, 17, 18], "limit": [9, 12, 13, 18], "limit_disclosur": [7, 11, 12, 13], "line": 16, "link": [3, 7, 8, 10, 12, 13, 14, 18], "link_qr_cod": 7, "linkabl": 10, "list": [0, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 17, 18, 19], "live": [5, 18], "liznsb39vfjhygs3k7jxe4r3": 18, "lm9yzy92ms4wl3blcnnvbmlkzw50awzpy2f0aw9uzgf0ysisicj2y3qjaw50zwdyaxr5": 6, "loa": [4, 8, 19], "load": 17, "local": [6, 7, 8, 14, 17, 18], "locat": [8, 9, 12, 13, 17], "lodderstedt": [3, 16], "log": [12, 13, 17], "login": 15, "logo": [7, 11, 17, 19], "logo_uri": [7, 11, 17, 19], "long": [5, 8, 14], "longer": [14, 17, 18], "look": 8, "looker": 16, "lorenzo": 3, "lose": [14, 18], "loss": 14, "lost": 18, "low": [5, 9, 12, 19], "lowercas": 16, "ltp2qrzmadk4": [7, 11], "lues_support": 19, "luogo": [6, 7], "lzbiiwgimdpdmvux25hbwuilcaitwfyaw8ixq": 6, "m": 16, "m_inf": [9, 12], "m_it": 6, "mac": [8, 12, 13, 14, 18], "made": [11, 12, 13, 14, 17, 18], "mai": [1, 4, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19], "main": [3, 4, 6, 8, 14, 15, 17, 18], "maintain": [4, 10, 11, 12, 13, 15, 17, 18, 19], "mainten": [12, 13], "major": 6, "make": [1, 3, 6, 8, 14, 17, 19], "malform": [12, 13], "malfunct": [12, 13], "malici": [12, 13, 18], "manag": [4, 8, 14, 15, 17, 18, 19], "mandat": [12, 13], "mandatori": [6, 8, 9, 12, 14], "manfredi": 3, "mani": 8, "manipul": [17, 18], "manner": [4, 12, 13, 14, 18, 19], "manufactur": [4, 18], "map": [6, 8, 10, 12, 13, 17], "march": [5, 16], "marco": [3, 16], "marier": 16, "marino": [3, 16], "mario": 6, "mark": [5, 6, 8, 12, 13, 17, 18], "market": 8, "mart": 3, "marta": 3, "masint": 16, "mask": 0, "master": 4, "match": [8, 11, 12, 13, 14, 17, 18], "materi": [6, 7, 8, 9, 12, 13, 14], "matter": 17, "max_path_length": 17, "maximum": [8, 17], "mb92k27uhbuju1p1r_ww1gfwfoejxk": 8, "mc0wms0xmcjd": 6, "md5": 6, "mdawmcwginn1yii6icjoemjmc1hoohveq2nkn25vv1hgwkfmsgt4wnnsr0m5whmilcai": 6, "mdl": [5, 6, 7, 9, 12, 16], "mdoc": [4, 5, 8, 14], "mean": [4, 6, 8, 12, 13, 14, 17], "meant": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "measur": [17, 18], "mechan": [4, 5, 6, 8, 12, 13, 14, 15, 18, 19], "medeiro": 16, "media": [8, 10, 12, 13, 17, 19], "medium": 19, "meet": [12, 13, 17, 18], "member": [3, 4, 5, 6, 8, 12, 13, 14, 15, 17], "mention": [12, 13, 18], "merg": [3, 4], "messag": [1, 3, 8, 9, 12, 13, 14, 18], "met": [18, 19], "metadata": [4, 5, 8, 12, 13, 14, 15, 18], "metadata_polici": 17, "method": [3, 6, 7, 8, 9, 10, 12, 13, 14, 17, 18, 19], "methodologi": 8, "meyer": 16, "mgf1": 0, "michel": 3, "might": [10, 12, 13, 17], "miicajccadogawibag": [12, 13], "minim": [10, 17], "minimum": [6, 8, 9, 12, 13, 14, 18], "ministero": 6, "minor": 17, "minut": 8, "mismatch": [12, 13], "miss": [12, 13], "misus": [8, 12, 13], "mitig": [1, 8, 17], "mix": 18, "mjqtmdetmdeixq": 6, "mm": [6, 7], "mobil": [4, 5, 7, 8, 9, 12, 13, 15, 16, 18, 19], "mobilesecurityobject": 6, "mobilesecurityobjectbyt": 6, "mode": [0, 8, 9, 11, 12, 13, 14, 16], "model": [4, 5, 8, 9, 12, 15, 17, 18, 19], "modi": [1, 16], "modif": [3, 17], "modul": 18, "mogul": 16, "monitor": 17, "more": [4, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "moro": 3, "mortimor": 16, "most": 8, "motherboard": 18, "motiv": 17, "motorizzazion": [9, 12], "mrvy3vtzw50x251bwjlciisicjywfhywfhywfhyil0": 6, "mso": [6, 14], "mso_mdoc": 8, "mult": [8, 16], "multi": 4, "multipl": [6, 7, 10, 12, 13, 14, 15, 16, 17, 18], "multivalu": 8, "must": [0, 1, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 19], "mv3c88mhhemba6oymbwugeb3dkhp4yadjmgyjwwilsk": 14, "mzuxn2vmzwuzmzuyothmzdk3nmizzty1nwjmyjnmngvhytexzde3msisicj2zxjpzmlj": 6, "n": [6, 12, 13, 16], "n3zdzudlbwmilcaiesi6icjaegppv1diwk1rr0hwv0twutroylnjaxjzvmz1zwndrtz0": 6, "nab": 4, "name": [0, 4, 6, 7, 9, 10, 11, 12, 13, 14, 17, 18, 19], "namespac": [5, 9, 12], "nascita": [6, 7], "nation": [3, 4, 5, 6, 7, 8, 14, 15, 16, 18], "nativ": [4, 18], "natur": [4, 6, 8, 14, 18, 19], "navig": [12, 13], "nazional": 16, "ne_q2unpgzoh": 6, "necess": 17, "necessari": [4, 12, 13, 14, 17, 18], "necessit": 18, "need": [3, 8, 12, 13, 14, 15, 17, 18], "negoti": [12, 13], "nehrderpynlhy3m5wldwtwz2auhm": 6, "nest": [6, 7], "network": [12, 13], "neutral": 4, "new": [1, 4, 8, 9, 12, 13, 14, 15, 17, 18], "newli": [9, 12], "newman": 16, "next": 6, "ngpuouyysfprin19fq": 6, "nhu5b1dqmvnssujsq2mxbyjdlcaiaxnzijogimh0dhbzoi8vaxnzdwvylmv4yw1wbguu": 6, "nicola": 3, "nicolussi": 3, "niel": 3, "nist": [0, 4, 8], "nmhqdnjjee56rjbzbfu2dwtobxpib0wtwxzcti10rmewvdhylwjzmcisicjhrtntanlf": 6, "nmilcj5ijoiovzfngpmx09rx282nhpivfrsy3vosmfqsg10nny5verwcluwq2r2r": 8, "nome": [6, 7], "non": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19], "nonc": [8, 12, 13, 18, 19], "nonce_endpoint": 19, "none": [0, 8, 11, 12, 13, 14, 18], "norm": [0, 1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "normal": 6, "normativi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "notat": [6, 9, 12, 16], "note": [4, 5, 8, 17], "notif": [1, 4, 5, 7, 14], "notifi": [1, 4, 8, 12, 13, 14, 17], "notification_endpoint": 7, "notification_id": 8, "novemb": 16, "noy1vfbehnz3zfdwzriiwginrhef9pzf9jb2rliiwgilrjtklulvhywfhywfhywfhywf": 6, "nsd": 6, "null": [9, 12], "number": [6, 7, 8, 12, 13, 14, 17, 18, 19], "numer": 14, "numericd": [6, 8, 17], "numero": 7, "nzblsxh8udccd7nowxfzafhkxzsrgc9x": 6, "o": [4, 16], "o2nmbxrvyxbwbgutyxbw": 18, "o2nmbxrvyxbwbgutyxbwyx": 18, "oaep": [0, 7], "oauth": [6, 7, 8, 11, 12, 13, 14, 16, 18, 19], "oauth_authorization_serv": [5, 17], "object": [4, 5, 7, 8, 9, 11, 14, 16, 17, 18], "obscur": [12, 13], "obtain": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "occour": [12, 13], "occur": [8, 9, 12, 13, 14, 17, 18], "oem": [4, 18], "offer": [3, 12, 13, 14, 17, 18, 19], "offici": 5, "offlin": [5, 9, 12, 14], "often": 4, "oib7im1ldghvzci6icjjawuifx0sicjfc2rfywxnijoginnoys0yntyilcaiy25mijog": 6, "oid": [6, 7, 8, 11, 12, 13, 16, 17, 18], "oid4vp": [4, 12, 13], "oidc": [6, 7, 8, 15, 16], "oidc4vci": 14, "oir0vuiiwiahr1ijoiahr0chm6ly9yzxnvdxjjzs5legftcgxllm9yzy9wcm90zwn0z": 8, "ok": [6, 8, 12, 13, 14, 18], "okalavqxhwqumh3ehyukmlacsidq33pys41y5pesz3hxwaxq3nmg": 8, "oliv": 3, "omit": [7, 8], "onc": [3, 8, 12, 13, 18, 19], "one": [0, 4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "ones": 6, "ongo": 17, "onli": [3, 4, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "onlin": [10, 14, 17], "opaqu": [6, 12, 13], "open": [3, 8, 19], "openid": [4, 6, 7, 8, 11, 12, 13, 16, 17, 18, 19], "openid4vc": [11, 16, 18], "openid4vci": [5, 7, 8, 16, 17], "openid4vp": [5, 8, 11, 12, 13, 16, 17], "openid_credenti": 8, "openid_credential_issu": [5, 17], "openid_relying_parti": [7, 17], "oper": [0, 4, 5, 8, 12, 13, 17, 18], "opportun": 3, "optim": 0, "option": [1, 4, 6, 7, 8, 9, 10, 12, 13, 15], "optxrimpptoa1plemagr6pxhf8y6": 8, "order": [6, 12, 13, 18], "org": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "organ": [4, 7, 11, 15, 16, 19], "organiz": [4, 17], "organization_cod": 6, "organization_id": [9, 12], "organization_nam": [6, 7, 9, 11, 12, 17, 19], "origin": [4, 6, 17, 18], "other": [4, 5, 6, 8, 12, 13, 14, 15, 17, 18, 19], "otherwis": [12, 13, 14], "our": 3, "out": [4, 8, 9, 12, 14, 17], "outcom": 4, "outlin": [4, 6, 7, 9, 12, 13, 14, 17, 19], "outsid": 8, "over": [4, 6, 9, 12, 13, 14, 15, 17, 18, 19], "overal": 17, "overload": 17, "overse": [17, 18], "oversight": 4, "own": [8, 9, 12, 14, 15, 17, 18], "owner": [6, 15, 17, 18], "ownership": 15, "p": [0, 6, 7, 8, 11, 14, 16, 17, 18, 19], "p1": 17, "p2": 17, "p256": [6, 9, 12], "p3": 17, "p4": 17, "p5": 17, "p6": 17, "p7": 17, "p8": 17, "p9": 17, "pad": 0, "paes": 7, "page": [3, 12, 13, 17, 18, 19], "pair": [4, 6, 7, 8, 9, 11, 12, 18], "paolaz": 3, "par": [5, 7], "paradigm": 5, "param": [8, 18, 19], "paramet": [0, 2, 5, 7, 11, 12, 13, 14, 19], "parliament": 5, "part": [4, 8, 9, 12, 13, 16, 17, 18, 19], "partak": 3, "parti": [3, 4, 5, 6, 8, 13, 14, 15, 18, 19], "partial": [12, 13], "particip": [3, 4, 5, 10, 17, 19], "particular": [1, 4, 8, 14, 17, 18], "particularli": [12, 13, 17], "pasqual": 3, "pass": [7, 8, 9, 11, 12, 18], "past": 4, "patent": 7, "path": [7, 11, 12, 13, 17], "pattern": 5, "paul": 3, "payload": [1, 4, 5, 6, 8, 12, 13, 14, 18], "pc33jm2lchcu_lhggv_ufq": 6, "pdnd": [1, 6, 8, 9, 12, 16], "peak": 17, "pec": [7, 11, 17], "peopl": 3, "per": [7, 8, 14, 16, 18], "perform": [4, 8, 9, 12, 13, 18, 19], "perimet": 17, "period": [3, 4, 14, 17, 18, 19], "peripher": [9, 12], "permiss": [4, 9, 12], "permit": 18, "person": [4, 6, 10, 11, 12, 13, 14, 15, 16, 17, 19], "personidentificationdata": [6, 7, 8, 11, 12, 13], "perspect": [8, 12, 13, 17], "pertain": [17, 18], "peter": 3, "phase": [6, 8, 9, 12, 14, 15, 17, 18], "phone": [8, 15], "physic": [4, 14, 18], "piattaforma": 16, "pick": [12, 13], "pictur": [8, 12, 13], "pid": [1, 4, 5, 12, 13, 14, 17, 18, 19], "pidprovid": 6, "pin": 19, "pivot": 5, "pkce": [7, 8], "pkcs1": 0, "pki": 17, "place": [6, 7, 18], "place_of_birth": 7, "plai": [18, 19], "plain": 17, "plaintext": [12, 13], "platform": 10, "pleas": [3, 5, 17, 19], "plu": 0, "pluggabl": 18, "pnrr": 5, "point": [4, 8, 9, 12, 13, 17, 18], "polic": 14, "polici": [4, 10, 12, 13, 14, 17, 19], "policy_uri": [7, 11, 17, 19], "poligrafico": [9, 12], "poll": [12, 13], "pop": [1, 8], "popul": [6, 12, 13], "portrait": [7, 9, 12], "posit": [4, 6, 8], "possess": [1, 4, 5, 6, 8, 12, 13, 15, 16, 17, 18, 19], "possibl": [3, 6, 8, 9, 12, 13, 17, 19], "post": [1, 5, 8, 11, 14, 17, 18], "potenti": [6, 12, 13, 14, 17, 18], "practic": [4, 7, 16], "pragma": 8, "pre": [4, 11, 17], "precaut": [12, 13], "predefin": 18, "predetermin": 18, "predict": 4, "preexist": 4, "prefer": [12, 13, 19], "preliminari": 8, "prerequisit": 18, "presenc": 6, "present": [4, 5, 6, 8, 9, 11, 15, 16, 17, 18, 19], "presentation_definit": [11, 12, 13, 18], "presentation_definition_uri": [12, 13], "presentation_definition_uri_support": [12, 13, 18], "presentation_definitions_support": [7, 11], "presentation_submiss": [12, 13], "presentationexch": 16, "presentationexchang": 11, "preserv": [14, 18, 19], "prevent": [8, 10, 12, 13, 18, 19], "previou": [6, 8, 12, 13, 14, 18], "previous": [8, 12, 13, 14, 17, 18], "primari": [4, 8, 9, 12, 19], "primarili": 18, "principl": 17, "prior": 8, "priv": [9, 12], "privaci": [4, 5, 10, 12, 13, 14, 15, 18, 19], "privacy_polici": [7, 11, 19], "privat": [1, 4, 6, 8, 9, 12, 13, 14, 17, 18], "private_key_jwt": 19, "privileg": 7, "probabilist": 0, "problem": 14, "proce": 8, "procedur": [4, 14, 15, 17], "proceed": 8, "process": [3, 4, 5, 6, 8, 10, 12, 13, 14, 15, 17, 18], "processor": 18, "produc": [4, 18], "product": 4, "profil": [1, 3, 6, 8, 9, 12, 14, 16, 17, 18], "profile_non_repudiation_01": 1, "program": 4, "project": [3, 5], "promot": [15, 17], "prompt": [9, 12, 13], "proof": [1, 4, 5, 6, 7, 8, 11, 12, 13, 16, 17, 18, 19], "proof_signing_alg_values_support": 7, "proof_typ": 8, "proof_types_support": 7, "propag": 17, "proper": [4, 12, 13, 18], "properti": [5, 7, 18], "propos": 3, "prosseda": 3, "protect": [6, 8, 10, 11, 12, 13, 17], "protocol": [1, 4, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18], "protocollo": [7, 11], "prove": [4, 6, 12, 13, 17], "provid": [1, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 17, 18], "provis": [8, 14, 17], "proxi": [8, 12, 13], "proxim": [4, 5], "ps256": 0, "ps384": 0, "ps512": 0, "pseudonym": [4, 5, 6], "pseudorandom": 8, "pss": 0, "pt0ixx0": [12, 13], "pub": [9, 12], "pubblich": 16, "public": [1, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "publicli": 17, "publish": [4, 12, 13, 15, 17], "pulido": 16, "pull": 3, "purpos": [5, 6, 11, 12, 13, 14, 15, 18], "push": [5, 7, 12, 13], "pushed_authorization_request_endpoint": 7, "puvdzw": 6, "pvu3jatu4a3tk9c9aowvglybb_rj7m": 8, "q": [1, 4, 5, 12, 13, 17, 18, 19], "qeaa": [4, 19], "qg_o64zqaxe412a108iroa": 6, "qkmx5iqt5phpu5tfcts6hsp": [7, 11], "qr": [7, 9, 12, 13], "qrcode": [12, 13], "qrjrj3af_b57sboirrcbm7br7woc8ynj7lhfpteffuk": 19, "qtsp": [4, 17], "qualifi": [4, 17, 19], "qualiti": [4, 12, 13], "quartili": [12, 13], "queri": [7, 8], "questa": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "quickli": 17, "r": 16, "r3uoi": 17, "rais": [12, 13], "random": [6, 8, 9, 12, 13, 18], "rang": [9, 12], "rappresent": 6, "rar": 8, "rational": 17, "raw": [12, 13], "re": [8, 12, 13], "read": 6, "readabl": [6, 8, 10, 11, 12, 13, 14, 18], "readerauth": [9, 12], "readi": 8, "real": [10, 14, 17], "realiabl": 5, "reason": [8, 14, 18], "receipt": 8, "receiv": [4, 8, 9, 12, 13, 14, 17, 18], "recipi": [1, 6], "recogn": [4, 15], "recognit": 19, "recommend": [0, 4, 6, 8, 12, 13, 14, 17, 18], "reconstruct": 18, "record": [4, 9, 12], "recov": [12, 13], "redact": 18, "redirect": [5, 8], "redirect_uri": [8, 12, 13], "reduc": [15, 17], "reduct": 15, "reestablish": 19, "refer": [0, 4, 5, 6, 8, 9, 12, 14, 15, 17, 18], "referenc": [6, 8, 12, 13, 14], "refin": 3, "reflect": [17, 18], "refresh": 8, "refus": [12, 13], "regard": [12, 13, 14, 17, 18], "regist": [1, 4, 6, 8, 11, 17, 18], "registerd": 14, "registr": [4, 5, 7, 8, 11, 17], "registrar": 4, "registri": [8, 14, 15, 17, 18, 19], "regul": [4, 5, 10, 14, 15, 17], "regulatori": [4, 17], "reiniti": 18, "reject": [8, 12, 13, 14], "relat": [1, 4, 6, 7, 8, 9, 12, 13, 14, 17, 18, 19], "relationship": [4, 17], "releas": [4, 8, 12, 13, 15], "relev": [4, 8, 9, 12, 14, 15, 17, 18, 19], "reli": [4, 5, 6, 7, 8, 13, 14, 15, 18, 19], "reliabl": [4, 6, 14, 17, 19], "relianc": 17, "reload": 8, "remain": [4, 8, 12, 13, 15, 17], "remark": 5, "remot": [4, 5, 17, 18], "remov": [17, 18, 19], "renam": 4, "renew": [5, 8], "repeat": 18, "repetit": 15, "replai": [1, 8, 18], "repli": 8, "report": [3, 14, 17], "repositori": [4, 17], "repres": [3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "represent": [6, 7, 8, 17], "repudi": [1, 4, 5, 14], "reput": 18, "req": [2, 12, 13], "request": [1, 3, 5, 7, 11, 15, 17, 19], "request_object_signing_alg_values_support": [7, 12, 13, 18], "request_uri": [7, 8, 11, 12, 13], "request_uri_method": [12, 13], "requir": [1, 4, 5, 6, 7, 9, 11, 12, 13, 16], "research": 17, "reset": 18, "resid": [6, 12, 13, 14], "resist": [6, 8, 10, 18], "resolut": 17, "resolv": [8, 17], "resourc": [5, 6, 8, 12, 13, 16, 17], "resp": [8, 16], "respect": [6, 8, 17, 19], "respond": [8, 9, 12, 13, 18], "respons": [1, 4, 5, 7, 11, 16, 17, 18, 19], "response_cod": [12, 13], "response_mod": [7, 8, 12, 13, 18], "response_modes_support": [7, 8, 12, 13, 18], "response_typ": [8, 12, 13, 18], "response_types_support": [12, 13, 18], "response_uri": [7, 11, 12, 13], "response_uris_support": 11, "responsedata": [9, 12], "responsestatu": [9, 12], "rest": [1, 17, 19], "rest_jws_2021_pop": 1, "restor": [5, 18], "restrict": [4, 7, 8, 12, 13, 17], "restrictions_condit": 7, "restrizioni": 7, "result": [4, 8, 9, 12, 13, 14, 17], "retain": [9, 12, 17], "retent": 17, "retriev": [4, 6, 8, 9, 12, 13, 19], "return": [5, 6, 8, 9, 12, 13, 14, 17, 18], "reus": 8, "reveal": [4, 6, 9, 10, 12, 14], "revers": [6, 10], "revert": 19, "review": [3, 4, 19], "revis": [4, 5], "revoc": [1, 4, 5, 7, 8, 17, 19], "revocation_assert": 14, "revocation_assertion_respons": 14, "revocation_endpoint": 7, "revocation_request": 14, "revok": [4, 7, 12, 13, 14, 15, 17, 18], "rfc": [0, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "rfc2119": 4, "rfc3339": 16, "rfc6749": 14, "rfc7515": 16, "rfc7517": 16, "rfc7519": [6, 12, 13, 16], "rfc7800": [6, 14, 16], "rfc8152": 6, "rfc8174": [4, 16], "rfc8725": [12, 13], "rfc8747": 14, "rfc9101": [12, 13], "riccardo": 3, "rich": 8, "right": 4, "rilascio": 7, "risk": [4, 8, 15, 17], "riyvi0kaz8nz3dlhuxbbd": 6, "robust": [12, 13, 14, 17], "roland": 3, "role": [4, 5, 14, 15], "root": [4, 12, 13], "rose": 3, "rossi": 6, "rotat": [10, 14], "rp": [4, 8, 11, 12, 13, 17], "rsa": [0, 7], "rsa_1_5": 0, "rsae": 0, "rsassa": 0, "rst": 5, "rule": [1, 3, 4, 5, 6, 8, 12, 13, 17], "rulebook": 6, "run": 4, "s022cvspdxuv44x": 6, "s1mt1kxfq2o8j9io7xmmx2mixag9m9pejvqrmca": 6, "s1xk5f2pm3": 6, "s256": [7, 8, 14], "safeguard": 18, "said": 15, "saitto": 3, "sakimura": 16, "salt": [6, 9, 12], "salvator": 3, "same": [4, 6, 8, 10, 12, 13, 14, 17, 19], "saml2": [4, 8, 15], "sampl": [12, 13], "satisfi": [14, 18], "scadenza": 7, "scalabl": 17, "scale": 17, "scan": [9, 12, 13], "scenario": [4, 12, 13, 14, 17, 18], "schema": [6, 8, 17, 18], "schema_uri": 6, "scheme": [0, 4, 5, 7, 8, 11, 12, 13, 15], "sciarretta": 3, "sciunnach": 3, "scope": [4, 6, 7, 8, 12, 13, 14, 17], "scopes_support": 7, "scurtescu": 16, "sd": [4, 5, 7, 8, 11, 14, 16, 17, 18], "sd_hash": [12, 13], "sdk": 18, "se": 18, "seamless": [12, 13, 15, 17], "second": [8, 9, 12, 13, 18], "section": [0, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "section_3": [8, 14, 18], "secur": [0, 4, 5, 8, 9, 10, 14, 15, 16, 17, 18, 19], "see": [4, 6, 7, 8, 9, 11, 12, 14, 17, 18], "seek": 3, "seen": 18, "segment": [12, 13], "select": [6, 8, 12, 13, 16, 18], "self": 6, "selfissu": 17, "selhausen": 16, "semant": 16, "send": [8, 9, 11, 12, 13, 14, 18], "sensit": [7, 8, 12, 13], "sent": [1, 8, 12, 13, 14], "sentenc": 4, "separ": [4, 6, 7, 8], "septemb": 16, "sequenc": [12, 13, 17, 18], "seri": 6, "serial": 8, "serv": [4, 14, 17, 18, 19], "server": [4, 7, 8, 9, 12, 13, 14, 16, 17, 18], "server_error": [12, 13], "servic": [1, 4, 5, 6, 8, 10, 14, 15, 17, 18, 19], "session": [5, 8, 13], "set": [3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "setup": [8, 9, 12], "sever": [3, 8, 12, 13, 17, 18], "sf2": [12, 13], "sha": [0, 6, 8, 9, 12, 14], "sha256": [0, 18], "sha384": 0, "sha512": 0, "sha521": 0, "shall": [4, 6, 8, 9, 12, 14], "share": [8, 17], "sharif": 3, "sheffer": 16, "short": [0, 8, 9, 12, 17, 18, 19], "should": [4, 6, 8, 9, 10, 12, 13, 14, 17, 18], "show": [8, 12, 13, 14], "shown": [4, 8, 12, 13], "side": [4, 8, 12, 13], "sign": [4, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "sign1": 6, "signatur": [0, 4, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19], "signedjwt": 17, "signific": [5, 15, 17], "significantli": 17, "signin": [12, 13], "silletti": 3, "similar": 17, "simplifi": 8, "sinc": [8, 12, 13, 15, 17, 18], "singl": [6, 8, 14, 17, 18], "siopv2": 5, "sistemi": 16, "size": 6, "slack": 3, "slow": 8, "slt14644zbyxyf": 17, "smart": [4, 18], "smartphon": [4, 18], "smith": 10, "snapshot": 17, "snif": [12, 13], "snippet": 5, "so": [8, 9, 12, 14], "soap": 1, "soc": 18, "social": 10, "socket": [12, 13], "sog": 0, "solberg": 16, "sole": 17, "solicit": 18, "solut": [4, 5, 8, 13, 17, 18], "some": [3, 6, 8, 12, 13, 14, 17], "sono": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "soon": 3, "sourc": [4, 5, 6, 8, 9, 12, 14], "source_endpoint": 17, "space": [7, 8, 12, 13], "spazio": 7, "spec": 17, "special": [8, 12, 13, 18], "specif": [1, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19], "specifi": [4, 6, 7, 8, 9, 12, 13, 14, 18, 19], "spid": [4, 7, 16, 17], "spidl1": 7, "spidl2": 7, "spidl3": 7, "splxlobezqqybys6wxsbia": 8, "sri": [6, 16], "ssi": 15, "stage": [9, 12, 14, 18], "stakehold": [3, 17], "stamp": 17, "standalon": 4, "standard": [1, 4, 6, 8, 12, 13, 14, 16, 17, 18], "stare": 4, "start": [8, 14, 17, 18], "state": [4, 5, 8, 12, 13, 14, 15, 17], "statement": [5, 6, 12, 13, 18, 19], "static": [0, 5, 17], "stato": [9, 12], "statu": [1, 4, 5, 6, 7, 8, 9, 16, 17, 18, 19], "status": 17, "status_assert": [6, 14], "status_assertion_request": 14, "status_assertion_respons": 14, "status_attestation_endpoint": 7, "steel": 16, "stefano": 3, "stem": [12, 13], "step": [8, 9, 12, 13, 14, 18, 19], "still": [4, 8, 12, 13, 17, 18], "stolen": 8, "storag": [4, 8, 14, 17, 18], "store": [4, 6, 8, 9, 10, 12, 14, 15, 17, 18, 19], "strategi": [5, 12, 13, 17, 18], "streamlin": [15, 17], "string": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "strong": [8, 19], "strongbox": [4, 18], "strongli": 18, "structur": [6, 9, 12, 13, 17, 18, 19], "student": 3, "sub": [6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "subject": [6, 7, 8, 17, 18, 19], "submiss": [1, 4, 12, 13], "submission_requir": [12, 13], "submit": [7, 8, 18], "subordin": [8, 17], "subphas": [9, 12], "subresourc": 16, "subsequ": [9, 12, 14], "subset": 7, "subset_of": 17, "substanti": [3, 4], "succe": 8, "succed": [12, 13], "succesfulli": 14, "success": [8, 12, 13, 14, 17, 18], "successful": [12, 13], "successfulli": [8, 12, 13, 14], "suffici": [8, 12, 13], "suit": [9, 12], "suitabl": 8, "sull": 16, "summar": [12, 13], "summari": 17, "summaris": 17, "sunflowerdream": 10, "superior": [17, 19], "supervis": [4, 9, 12], "supervisori": 4, "suppli": [12, 13], "support": [0, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "suspend": [12, 13, 14], "suspens": 14, "svg": [7, 11, 17, 19], "swap": 8, "switch": 8, "symmetr": [8, 12, 13, 14, 18], "syntax": [11, 12, 13, 16], "system": [4, 6, 8, 10, 15, 17, 18, 19], "t": [9, 12, 14, 16, 17], "t6dahp3tuwa_27kle8i9z_spk2ftqlky6pgmpchbsi2ahxy3aaxdurobpo4chtqgg3j2xcrghdfucfgeq": 17, "ta": 17, "tabl": [2, 6, 8, 9, 12, 13, 14, 17, 18, 19], "tag": [4, 6, 7, 18], "takahiko": 3, "take": [14, 18], "taken": [7, 8, 18], "tamper": [17, 19], "target": [8, 12, 13], "tarjan": 16, "task": 17, "tax": [6, 7], "tax_id_cod": [6, 7, 11, 12, 13], "tax_id_numb": 6, "taxpay": 6, "tcaer19zvu3ohf4j4w4vfsvohip1ilildls7vcegemc": 6, "tech": 17, "technic": [1, 3, 4, 5, 7, 9, 12, 13, 14, 17, 18], "technician": 3, "techniqu": [12, 13], "technolog": 17, "technologi": [9, 12, 16], "tecnica": 16, "tecnologica": 16, "ted": 19, "tee": [18, 19], "telephon": 14, "template_uri": 6, "templatepid": 6, "temporari": [9, 12, 14], "temporarili": 8, "terbu": [3, 16], "term": [5, 17, 19], "termin": [5, 13, 18], "terminologi": 4, "text": [6, 8, 12, 13, 14, 18], "tfa0t8x": 6, "than": [8, 9, 12, 14, 17], "thank": [3, 17], "theft": [14, 15], "thei": [3, 4, 6, 7, 8, 12, 13, 14, 15, 17, 18], "them": [1, 4, 12, 13, 14, 15, 17, 18, 19], "themselv": 1, "therebi": 8, "therefor": [4, 6, 8, 12, 13, 14, 18], "thereof": 17, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "third": [4, 14, 17, 18], "thoma": 3, "those": [1, 6, 8, 14, 17], "threat": [17, 18], "three": [9, 12, 19], "through": [4, 6, 8, 9, 12, 13, 14, 17, 18], "throught": 18, "thu": [8, 17, 18, 19], "thumbprint": [8, 14, 16, 18, 19], "thumprint": 8, "tild": 6, "time": [1, 4, 6, 8, 9, 12, 13, 14, 16, 17, 18, 19], "timestamp": [6, 8, 12, 13, 14, 16, 17, 18, 19], "tinit": 6, "tklulvhywfhywfhywfhywfhywfgixq": 6, "tl": [8, 12, 13, 17], "tl5onvr": 8, "todo": 2, "togeth": [6, 8, 9, 12, 14], "token": [1, 5, 7, 12, 13, 16, 18, 19], "token_endpoint": [7, 19], "token_endpoint_auth_methods_suppor": 19, "token_endpoint_auth_methods_support": [7, 19], "token_endpoint_auth_signing_alg_va": 19, "token_endpoint_auth_signing_alg_values_support": [7, 19], "token_typ": 8, "tool": [14, 17, 18], "top": [8, 12, 13], "topic": [4, 18], "torsten": 3, "tos_uri": [7, 11, 19], "touchpoint": 14, "toward": 6, "track": [4, 6, 18], "tradit": [15, 17], "transact": [4, 8, 10, 12, 13, 17, 19], "transfer": [4, 16, 18], "transfermethod": [9, 12], "transit": [5, 17], "transmiss": [1, 12, 13, 17], "transmit": [8, 9, 12, 13], "transpar": [4, 17], "transport": 8, "treat": 8, "trigger": [8, 14], "true": [4, 6, 9, 12], "truncat": 0, "trust": [1, 4, 5, 6, 7, 8, 11, 12, 13, 15, 18, 19], "trust_chain": [6, 12, 13, 17, 18], "trust_framework": [6, 9, 12], "trust_mark": 17, "trust_mark_id": 17, "trust_mark_issu": 17, "trust_mark_own": 17, "trust_mark_statu": 17, "trusti": 19, "trustworthi": [4, 8, 17, 18], "try": [12, 13], "ts_etuqs0ieiis1nynbheqsoy3ct4gpi": 8, "tschofenig": 16, "tsp": [4, 17], "tstr": [6, 9, 12], "turn": 14, "tutt": 7, "tutti": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "two": [6, 8, 9, 12, 13, 14, 18], "typ": [6, 8, 12, 13, 14, 17, 18, 19], "type": [4, 5, 7, 8, 9, 11, 12, 13, 14, 16, 18, 19], "typic": [3, 8, 15], "typo": 3, "u": [6, 7], "u0tx0gdflndditbcwznupy7m2tnh08jld": 17, "u2tdugtfsfo0dtlvv2oxu2xjqmxdyzfvil0sicjpc3mioiaiahr0chm6ly9wawrwcm92": 6, "u9xuk9biiwginrhef9pzf9jb2rliiwgilrjtklulvhywfhywfhywfhywfhywfgixq": 6, "uicc": 4, "uint": [6, 9, 12], "un315hdckvhya": 17, "un_distinguishing_sign": [9, 12], "unabl": [12, 13, 14], "unalt": 18, "unambigu": 4, "unauthor": [12, 13, 15, 18, 19], "unavail": [1, 8, 14, 17, 18], "under": [4, 12, 13, 14, 15, 17, 19], "undergo": [17, 18], "understand": 6, "unencrypt": [12, 13], "unexpect": [8, 12, 13], "uniform": [16, 18], "unilater": 18, "uninstal": 18, "uniqu": [1, 4, 6, 7, 8, 10, 11, 12, 13, 14, 17, 18, 19], "unique_id": [6, 7, 11, 12, 13], "univers": [8, 18], "unix": [6, 8, 12, 13, 14, 17, 18, 19], "unless": [9, 12], "unlik": [6, 17], "unlink": 8, "unlock": 19, "unpredict": [8, 18], "unprotect": 6, "unreserv": 8, "unsign": 6, "unsuccess": 8, "unsupported_hash_alg": 14, "unus": 18, "up": [9, 12, 13, 14, 17], "updat": [1, 5, 6, 12, 13, 14, 17], "upon": [4, 8, 12, 13, 17, 18], "uppercas": 16, "uri": [5, 8, 11, 16], "url": [6, 7, 8, 11, 12, 13, 17, 18, 19], "urlencod": [8, 12, 13, 18], "urlparam": [12, 13], "urn": [8, 18, 19], "us": [0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19], "usabl": [5, 14, 18], "usag": [12, 13, 17, 18, 19], "usascii": [8, 16], "useful": 2, "user": [1, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19], "utf": 8, "util": [4, 6, 7, 9, 12, 13, 14, 18, 19], "utmost": 19, "uuid": [8, 9, 12, 14], "uuid4": 8, "uy2vfywxsb3dhbmnliiwgdhj1zv0": 6, "v": 16, "v1": [4, 6], "v1_5": 0, "v2": [7, 8, 11, 16], "v4": [8, 14], "v9ynfxhkxpohqsmmulvibkrwfpepdf4qwdonmdojmroxr5j4hshh9mbem5qohh_pde62i1tlc36c65jfya7x3a": 8, "valid": [1, 4, 5, 6, 7, 8, 9, 12, 13, 14, 17, 18], "validfrom": [6, 9, 12], "validityinfo": [6, 9, 12], "validuntil": [6, 9, 12], "valu": [0, 2, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "value_typ": [6, 7], "valuedigest": [6, 9, 12], "valueless": 14, "van": 3, "var": 18, "vari": [4, 17, 18], "variou": [12, 13, 17, 19], "vbexjksm45xphtanncig6mcyuu4jfgnzopgukvogg9c": 18, "vc": [4, 5, 7, 8, 11, 12, 13, 16, 17, 18], "vc_claim": 6, "vct": [6, 7, 8, 11], "vctm": 6, "vdflegzxmm84sjlpbzd4tu1ymk1jegfhou05ugvkvnfytwnbiiwgillyyy1zlvdtcjrl": 6, "vdiiwieci6imw4dezyahgtmzr0vjnoukldukrzoxpda0rscejorjqyvvfvzldwqvdcr": 8, "vector": 0, "vehicle_category_cod": [9, 12], "vendor": 18, "ventola": 3, "verif": [6, 8, 9, 12, 13, 14, 15, 17, 18], "verifi": [4, 5, 6, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19], "vernini": 3, "version": [3, 4, 6, 7, 9, 12, 16, 18, 19], "vet": 4, "via": [3, 6, 8, 9, 12, 13, 17, 18], "view": [5, 8, 19], "vladimir": 3, "volum": 17, "voluntarili": 19, "voucher": 1, "vp": [4, 12, 13], "vp_format": [7, 11, 17], "vp_formats_support": [12, 13, 18], "vp_token": [12, 13, 14, 18], "vqi": 6, "vulner": [0, 4], "vwh1vxh6m2dnmnzjrvpmzvljajyxs2fziiwginmxwes1zjjwttmtyuzuyxvyag12zdlw": 6, "w3c": [6, 16], "w8q7fjh9bearf8lm7rqrxavc": 8, "wa": [4, 6, 8, 12, 13, 14, 18, 19], "wai": [4, 6, 8, 17, 18], "wait": [8, 12, 13, 16], "wallet": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16], "wallet_provid": [5, 17], "wallet_relying_parti": [5, 12, 13, 17], "walletattest": [7, 11, 12, 13], "walletprovid": 18, "want": 15, "war": 18, "we": [3, 6], "web": [7, 8, 11, 12, 13, 14, 16, 17, 18, 19], "webpath": [12, 13], "webserv": [12, 13], "websit": [5, 17, 19], "weinberg": 16, "welcom": 3, "well": [1, 4, 6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "were": 18, "what": [2, 5, 8, 15, 17, 18], "when": [1, 4, 6, 8, 9, 12, 13, 14, 17, 18, 19], "whenev": 14, "where": [3, 4, 6, 7, 8, 11, 12, 13, 14, 17, 18, 19], "whether": [6, 8, 12, 13, 17, 18], "which": [1, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19], "while": [4, 6, 8, 10, 12, 13, 15, 17, 18], "who": [4, 8, 14, 15, 17, 18], "whom": [4, 15], "whose": [1, 12, 13, 18], "why": [12, 13], "wia": 8, "wierenga": 3, "window": 8, "wish": [6, 8], "within": [1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 17, 18, 19], "without": [4, 6, 8, 10, 14, 15, 17, 18], "wnz1m09irjrqnfc0dmztvm9isvaxsuxpbersczd2q2vhzw1jiiwginkioiaiwnhqavdx": 6, "word": [4, 16], "work": 3, "workstat": [12, 13], "would": [3, 8], "wp": 18, "wqhydymfksp95ifqpzdedww4l7avna2fn4jcewhytbu": 18, "wrap": 0, "write": [12, 13, 19], "wryzxnvdxjjzsisimlhdci6mtu2mji2mjyxocwiyxroijoizlvieu8ycjjam0rantnf": 8, "wscd": [4, 18, 19], "wsr4exeytqdesmrl7spovfmbxixp12e4syqn": 6, "www": [7, 8, 12, 13, 18], "wyi2swo3de0tytvpvlbhym9tn": 6, "wyi2swo3de0tytvpvlbhym9tnxrtd": 6, "wyi2swo3de0tytvpvlbhym9tnxrtdlzbiiwgimdpdmvux25hbwuilcaitwfi": 6, "wyitt25um29fcgh6tdnnchjucvf0yud3iiwizg9jdw1lbnrfbnvtymvyiiwimdawmdawmdiixq": 8, "wyiwqux5szrfui1avuptekvkdw5htfdriiwiawf0iiwimtc0nzexotu5nsjd": 8, "wyiyr0xdndjzs1f2zunmr2zyeu5stj": 6, "wyiyr0xdndjzs1f2zunmr2zyeu5stjl3iiwgimlhdciside2odmwmdawmdbd": 6, "wyj2bmtvx2tjv2rsa1dpzzbonlrycdd3iiwiz2l2zw5fbmftzsisik1hcmlvil": 8, "wyj3tw1xykkztfrpmdvlajfolxnpwwhriiwiy29uc3rhbnrfyxr0zw5kyw5jzv9hbgxvd2fuy2uilciwil0": 8, "wyjbodvjefi1rezyoelfafzfqtzqzgnbiiwibglua19xcl9jb2rliiwiahr0chm6ly9xci5legftcgxllmnvbsjd": 8, "wyjbsngtmdk1vlbycfr0t": 6, "wyjbsngtmdk1vlbycfr0tjrrt": 6, "wyjbsngtmdk1vlbycfr0tjrrtu9xuk9biiwgimv4cglyev9kyxrliiwgijiw": 6, "wyjbsngtmdk1vlbycfr0tjrrtu9xuk9biiwginrhef9pzf9jb2rliiwgilrj": 6, "wyjgvu1iqm5hlwhllulawtzkovz1uknbiiwiymlydghfzgf0zsisije5odatmdetmtaixq": 8, "wyjhmdjou3jrzmpgwfe3sw8woxn5ywpbiiwgimnvbnn0yw50x2f0dgvuzgf": 6, "wyjhmdjou3jrzmpgwfe3sw8woxn5ywpbiiwgimnvbnn0yw50x2f0dgvuzgfu": 6, "wyjhwhrynxnuetctvevpblhzajnmdgdbiiwicg9ydhjhaxqilcivowovnefbuvnrwkpsz0fcqvffqkxbrxnbquqvnffcv1jyahbaz0fbvfuwqutnqufbqwdbqkffyufbvufbqufcqufbqvbnrwjbqvvbqufbqkfbqufsz0vvqufnqufbqujbqulbqufjvefbtufbqufcquffqufbqufbqufbquffc0fbqufbuufbqvn3qufbquivkzbbtezcb2izunzjmmh2y0nbekxqqufprupkvffrrufbqufbqufqsefgyufbtwjkvwnjqvfbqufnquvbuc9orelgb2riundpath2ym5ndvlxunzzbvv1wti5dewzaghjqzh4tgpbdkfedy9lsejowtj0bgrdqmlav2rwymowbjc3ds9keujwwkqwblz6vk5nrtf3utjwb2fvadzjbvzuzws1vvkzchjzemxrsno4k0nqedrpbmh0y0cxbgrhrwdlrzfzym5nnmvemg5zv1j2ww1vnmjuttziv1ywwvm4bklizzzlrzf3zedzouowbhrzv2rst2pwrmvhbg1wrzl2yknbee1dnhhnq2mrq2p4evphwtzva1jhsuhodgjhnxppbkprwmowbmfiujbjrg92tdnkm2r5ntnnetv2y21jdk1uazvpuzh3twk4eu1pmxlar1l0yznsdwrhrjrmvzv6sxljk0nnb2dqseprwmpwrvpytmpjbwx3zedsdmjpqnlar1k2wvdkdmryutlkewnlsuncngjxehvjenawyvdabvbtzg9ksfj3t2k4dmjutxvzv1j2ww1vdvkyoxrmm1jwwm1zdk1tnhdmewmrq2lbz1biunbabvk2vw1wemiyedfkr2x2ymxwdwfyustnand2zedsbvpqcfnawe52ykhwmgfxoxvwvzvwzeq0s0ldqthkr2xtwmpwwvvtvnpimngxzedsdmjqnhpnref2tvr3dmrhbg1aanbzvw1wemiyedfkr2x2ymo0s0ldqthkr2xtwmpwwlvtvnpimngxzedsdmjqnhpnref2tvr3dmrhbg1aanbavw1wemiyedfkr2x2ymo0s0led3zjbvjtt2tsbgmytnlhweiwyvc5dvbnb0tjrhh5wkdznljhvnpzm0pwy0hscgiyngdjbvjtt21gawizvjbqu2nuq2lbz2vhmxnibk02zucxd1rvmdlkmmgwzehbnkx5oxvjetvowkc5avptnwpimjb2zudgd0x6rxvnqzl0ylm4blbnb2djrhg0ylhctlrucevimk4xyldwdwrfbevqbuzryjjkbe9tunzzmmxrt25omgiytnjpamxqtmpabvpuzgxmvfkzwtjrde5ettrzeta1wlrobuxusxdpree1tkrobu9uwtjavhd2zucxd1rvmdzsrzlqzfcxbgjuukpsrdrlsunbogvhmxduvta2u1c1emrhrnvzmlzkukq1ngjyqxvhv2xrt2psae16zzbzvfuxtfdjek1uz3ror05rwvmwne4yvxpmve14tvrzd00ytmhaveuzt0r3dmvhmxduvta2u1c1emrhrnvzmlzkukq0s0led3zjbvjtt2tsbgmytnlhweiwyvc5dvbnbzhmm0prwmpwu1jfwstdand2zurwngjyqnrawfjougdvz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0npqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqutjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjqw9nsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnq2lbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbs0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0lbb2djq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwddaufnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0flsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsufvz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0npqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqutjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjqw9nsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnq2lbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbs0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0lbb2djq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwddaufnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0flsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsufvz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0npqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqutjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjqw9nsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnq2lbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbs0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0ldqwdjq0fnsunbz0lbbzhqm2h3wvdoclpyuwdavzvrufnkm0p6ocsvoxnbuxdbrkf3uuvcqu1gqkfrrujrvuzcz2nnq0fjsej3y1bdd3nkrejfuevosvjeeevsrxhzy0z4tvvhafvsrvjnaedcb2riujhmshhnwelpuwliavfjsgg4zs85c0frd0vgqlfvsejny09dqwdpsghrukzcngviadrlsgg0zuhongviadrlsgg0zuhongviadrlsgg0zuhongviadrlsgg0zuhongviadrlsgg0zuhongviadrllzhbquvrz0jhquzvqxdfukfbsvjbuu1sqwyvrufcmefbuufcqlffqkfrqufbqufbqufbqufbqudbuvviq0frrufnuc94qujdruffqufrtunbz01oqlfvsejrqufbqufbqvfjrejbvudceevotvzfsuvotvvgeupcvm1geg9hvfnrb0dsa3nfak1rt0nvafvxww5lrhnzsvlobeoxcy8vrufcwujbuuvcqufbqufbqufbqufbqufbqufbqujbdi9fqujzukfrrujbqufbqufbqufbqufbqufbqufbukfml2fbqxdeqvfbq0vrtvjbrdhbm0xbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufcnxrtejhmve1hn25hamwytvrgcza5own2whjrvvvvujj6ttlfqxdudmz1bhrwnlzjcnh0ddrpvhixnm5usgh1zmdnzm43s3fvbxfyn3flwhrjtvy2mtntwevqtnvut0jscedsmgvptfdotjjxuhzybvkrq3dxwhk5y1zllzc3kzgxuhu4uxnjdjloqmv0rjdwtgliafhjblbvmgpws1burjnhbtfwudmwvevmqwd5chnqdwx0cdzyy294dhlzt1rvtjzybehodwzoogzun2fxwwlxbjc2zvh0u0robw01k0zxzuzhenrpetdhwgkzcwurddnytnllnks0n1ltt2lrzwtbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbquffttryofjkqzrlyuy0oxfkvtm4dtl6chc4sznwrvhmovvmn2fzou5vouvlmmvvqtb2ngs4uxr6yisxt2nywe15zkzxs3bushdivxpgaxhic3a5tlgrs2vjkzdxvvjkuufbqujmzuczruxjmndkvgplmfbnbnhhdxfkeu1hn016wxz4n2fmulyvawpsuhy2a0c2senqauxvwevquxzide1xbxhsmmvwt1powetvbtvzcw4vzfrqb3fqb24yvhpoqk13qufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqvdqzm01ou4yzhrytznecxrmteh4yu9jvvjqblhhntzlyutmylzqs1bqnkfhrwi4m1zxkzg5elpxdjz6ztcvsxz6ew90mho1bgkzsdd0dwlqulrieg5uttlncuxfb0fbqufbqxz1dzkxyxzzemmythiralh1ohlmrthxn2rvk1pmdhorowjyajawejhknvrivenezmzzztu5tjnqdfhcm0rwvmzqshlxt2mwvfbuv3e0nktxs3zivfbpugo2vuy4qufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqnfsm1l1ohe5vdnkajdregjzk0o2vfrgm0ppsjzlogl1bm5iuc9muk1mzlhlne1es0fbqufbqufbttg5edf2s3zutjnarzbnctdqawvxmhpkeg9tzwlqsw9wnxp5l3pvulazmfftamjkqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufck2vuzhqytwu1znuxzddiddb6wfzqwkvsemtit1rjk3jydguzshfxddvgvxpkejhxnwtwznpwve1sotbjbys1umjsqufbqufbqufgedj4cte3uwr4nmjyzvbwtvhjret0nuzqohrvve1mzkhpuhzrzec4ytdidjq5ds9hctc2m2nwaxvtztjkam5drdlbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqvi3avhmcxh1sfc1twlpzvzwdlnzcxftzmjgcw9itytpt1zgtwrrukrrcufbqufbqufbq2xjyzzlbzdzbufkru9hbctysjrkymj5szu1mvhos3hhcxa5czjxv1jjuufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufxwgztslzxr3lozhdhstuxnudtnuzxbvbivmjxaufjnktpbwltwjdjyuzrqufbqufbqufvcjzls3bqc2tiumzzzupwcct5tkn3ytq1vjqrbtq5cxfqylricglxumvnqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqvvxauppww1py0e1nthuzhyztnjjuu5imet1awfhy1hncjheempydfzumzf1znkxuw9qawdbqufbqufbq1i4txr2m04wy1fortblawlhcwnytw84tnlqcxrvejmxewz5mhlnnkdveevsrvjis0vguufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbytnkmlrzv3uvalltkzlqc3pwt1bur0xxvvv4l0q1l3m3ays2wm1twi94vtlpne5zrkfbqufbqufbr3ovy2jirnjzwtjydnzvte0wemtvemk2ykzvzncrzjdtnuh2bulwai9bqzfkcwfoa1vbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufibjfiq3hkundmk0juv0tnakz5tgrwctlhcmpuvfhsvkhlww4yvefosgvpwereudrkn2hud1zgm0kwsexybwnis21pzmurbndwyytpdu8zn1vkugjfvvk1vufbqufbqvphnec4tu0vaup1r1bdmfhjzlfju3vkennxstvkotzmqlvul3ddyzl2mlk2zxlkzznpmdddegrpd0xhqmcys01mrng3ze5xemfvamxuuljusetjajjsq0qwqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbque4rzrorzb2wdljeu5kmwpdczv1rmtvotdkcznznxhwsdzusfhfedb4ufvevtdpmznqbxzizxuzdfmyalrlmxztzwmxzux4mdvwau96bc9fajj4ntnishbxaknoewl1m2nyddnlyxflnko1vjaxunlxcg5zbuo2wwxsogdbqstyzezketvsynqwmvyxmxp5b3bwam5wvlbarviweklnm2nktzu4mtdjtjj6cvc3cwiyawfuemlyegvlakt2edjjdjrjztjmtzdjoutvylk3zjbiuzlbmgpimg5soet6aflxufqzdhf6ywpsrk1mck05y3pqve05yuqzz0fbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufby3dlrfu5wjbqvetactfmvk1iq3bqcm5jeutmy2yxvefjsnjpqndlngxabhpgewiym2ryejzqtjhkajvwrk9sshvyb21lcctnqwhldgr5oxrysxjtdlnkd2f4cdhuowk3rkyrbvb4auorszbxyi9wv283ly9btdvxnzmvmwtjly9bs0zgntbydvh0ctq5y1y2dhvev05ravbzv29vc1v6k0vwvdhtawfhtmdjshvhdvpiegnhoxqzu00rdnpmq1phvljwa1q3njy1bxfqaendzdzack9ryw5urldtnnbnnxrnovu0k1jsy2orbvpcnytzqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufmsnzezg0zzg82zc9hrzr0v3h0uhnuuetqd2xyt3e1ufpsvehuvlq3swlrwwixm3vvdhm0otjxalj0dtzycu1smvhmmwrhufrwn284nnjsnzrowulactnkumjvdmq5r21iyjbqrxbucw0vzhvynm8vrhzzsuloctnidmlobnhwvfryoxjdb243t0pomjzpwdmxulzqeeljanerk041nnzfehfxnjliexfanjzhczj1s2z5ee1soefskzvnm0s1cnvmdetwkzfyntavaktpbnbpzlrivlbzq1jhuhzuzw1rvvjimhpkbxq0dhvpcwlqtnjtbva1wm1zuvhmexzjvgu4nzmrk3vxohzmunovqui3mgd0r3nintnwctlfmjlum1pyzvzibnjvcnphnhbuk1dkaufsmzb6uhbucm50vvz0ek51dus3zjdpcvb0vwviudr3q1fhunzqzwvrukvhynv2vzhxbu9xbw5ocm1uohn6twzcqkx0sjq5ofvnq0thyxrmdfp0rwvqthc3zgzqnzzzcg40a0v2mg51b3qwv2u5alu5ddzsbdb4mxpzdtnmrluvajmwruv6mex1b3rznuyybwpxzhzhcnawvdezte5kr1jusdnlylz5otbtuvprmmz1emj1n3rpl3reynvywtjvv0lubfg0t3jsvmjuc3jwbnpxwjlreendowdbqufbqufbqufbqufbqufbqufbqufbqufbqwhur0hmdur3otjmzdfqsw9wdjvkexj3t0zqvfz5oe5kbu9julbavevktxoyujj6qu5htji3ajfuzfd1whramtdpdvptwmruotzyb3bvcdlgrkzqvlrusg9pugpqu290s2dbqufbqufbqufbqufbqzdiuznick8xzgnznnpvv2rjdzh5mva3mvbuvfhunmflnmvxcw1lewzoufnnm240ugi5d2vjv3o3v3nzouzoakx0mwvcemnhs3vmz2jzunptstdhwmpwawv5ztjkuvrnqufbqufbqufbqufbqufbqufbqufbqufbqudtzmrkn2l2yxr4vhewzuxremk2tmowv2flww5voepjaus2nnzmew1pudvwd1livufbqufbqufbqufbqufbqufabddrvgnwn1nls2rpanpjbu1yv2nldxpyve05sghmy1ryuly3k1vwec9nbwpjdefbqufbqufbqufbqufbqufbqufbqufbqufucujvrnh5ditny1lkmtnpzlzxzhlqohnsvc94wejerkfbqufbqufbqufbqufbquffejrhmy9gk01pmuxuuhixtznsk2fkcc81sm8zowpxuufbqufbqufbqufbqufbqufbqufbqufbqupcenm0adviamuvoefjv1z6nstgmvhlcwlmovdwullsqufbqufbqufbqufbqufbquy5ngvasgltlzl1nvhqbdrmvmnxcvovmwfvsfjprufbqufbqufbqufbqufbqufbqufbqufbquzlcgllwm1lauk2uwmyzfv2vgthbmw1rtlnm2npnwmvtlhnl3fvohlnqufbqufbqufbqufbqufbrda2wgvusdfqrxljnkp0wkz1nstxduovukiwbxbtsnbpwtzzbnbrvkfbqufbqufbqufbqufbqufbqufbqufbqjrkd1gvrmrdejhtwjvsyxhydgy0vvrqnke1dvvuem9wcw5ybulsb1zbqufbqufbqufbqufbqufbqln1zvzgvlvky1jnzzzsn2z2k05hrmdatvr6atdqv3eveg9pzjfashvbqufbqufbqufbqufbqufbqufbqufbqujit0thukdkdzmztgs4k1hnoup5wmlmyjrlb0hqr21pvk1smljftknvqufbqufbqufbqufbqufbqutwunpwbu8ysmdiutdozmtsbdhooxraufbunfrty2fabjirq3barwpbqufbqufbqufbqufbqufbqufbqufbqujctzzdevbgdurhnnjrvhk1nmzyyi9otvuvcurrdwv1v2hrqufbqufbqufbqufbqufbquzznjrcdnazuhvsnhp3wtjyy21lzkxunkxmnvptbjlhuk93qufbqufbqufbqufbqufbqufbqufbqufzlzdvckn5yy9ndhvishhls3e3be9mrjjhyvk1ek5odxvtdxirbw1ryuh0qufbqufbqufbqufbqufbqufbrgzedwrjtep3t0mymmnmtg9xb3uxwxmzwxbxamxnvtnlnne2zjzhb1phuufbqufbqufbqufbqufbqufbqufbqufbqwzoewlpn2jxddnls2e2s29ts3fhbzv4tvqxee1bmwi0cgr6zhfsr3fydfeysgn4nytgzxftcu5pdjnmqjeysm43tkzjk2jwvdjstxhnzfhpvm9nugtinhercs93qtlzk3nvzvfmaxi2ci9brdfqnnlonuirs3zxdjhbufdqcktia0g0cstxl3dbovkrc29luwzpcjzyl0femwo2ewg1qitldnf2oefqv1bys0hrsdrxk3evd0e5wstzb2vrzmlynnivquqxajz5advck0t2cxy4qvbxuhjlsgtinhercs93qtlzk3nvzvfmaxi2ci9brdfqnnlonuirs3zxdjhbufdqcktia0g0cstxl3dbovkrc29luwzpcjzyl0femwo2ewg1qitldnf2oefqv1bys0hrsdrxk3evd0e5wstzb2vrzmlynnivquqxajz5awzjtgu1dtftdlzmt29iohvzowpdczfsvk9uv0x2aes3ohg5bxv1ue5wcddzavptzxjuqlj0smjvb3rxnmjkdwltawltswltbw1pvvjfzfvsq0q2qufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufcly9ail0": 8, "wyjjq0zdexljv1j4alzinkzurvr5otd3iiwidgf4x2lkx2nvzguilcjsu1nnuke4mfiwmug1mdfcil0": 8, "wyjlbhvwnu9nm2dttkljoevzbnn4qv9biiwgi": 6, "wyjlbhvwnu9nm2dttkljoevzbnn4qv9biiwgimrvy3vtzw50x251bwjlcii": 6, "wyjlbhvwnu9nm2dttkljoevzbnn4qv9biiwginvuaxf1zv9pzcisicj4ehh4": 6, "wyjlbhvwnu9nm2dttkljoevzbnn4qv9biiwginvuaxf1zv9pzcisicj4ehh4ehh4ec14": 6, "wyjlsthav205uw5luhbougvozw": 6, "wyjlsthav205uw5luhbougvozw5izg": 6, "wyjlsthav205uw5luhbougvozw5izghriiwgimzhbwlsev9uyw1liiwgiljv": 6, "wyjqyzmzsk0ytg": 6, "wyjqyzmzsk0ytgnoy1vfbehnz3zfdwzriiwginrhef9pzf9jb2rliiwgilrj": 6, "wyjrz19pnjr6cuf4ztqxmmexmd": 6, "wyjrz19pnjr6cuf4ztqxmmexmdhpcm": 6, "wyjrz19pnjr6cuf4ztqxmmexmdhpcm9biiwgimjpcnrox2rhdguilcaimtk4": 6, "wyjvrudnavzqaxv1dejvby1wctd6wurbiiwizmftawx5x25hbwuilcjsb3nzasjd": 8, "wyjvsefhawz1bzlotw9pbkvdu0loog9riiwizxhwaxj5x2rhdguilciymdmwltaxltewil": 8, "x": [1, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19], "x20": 8, "x23": 8, "x2zomhngsdc4zlbrcxhmt3mzrmrzog9jd3o2qjzdam51cuhhufruowd0wq": 17, "x5c": [6, 17], "x5chain": 6, "x5d": 8, "x_509": 6, "xfahyomi54": 6, "xmw7apdlbmuw3t1urwi4nafmtkri": 17, "xr2pjyrjkgmnz4wmdnqd_ujsq4r95nj98b44": 18, "xrtdlzbiiwgimdpdmvux25hbwuilcaitwfyaw8ixq": 6, "xxx": 6, "xxxx": 6, "xxxxxxxx": 6, "xxxxxxxxxx": 6, "xxxxxxxxxxxx": 6, "xxxxxxxxxxxxxxx": 6, "xxxxxxxxxxxxxxxx": 6, "y": [6, 7, 8, 9, 11, 12, 14, 16, 17, 18, 19], "y1ltc2": 8, "y2vfywxsb3dhbmnliiwgdhj1zv0": 6, "yasuda": [3, 16], "ylpnuudivldlvle0agjtswlyc1zmdwvjq0u2ddrqvdlgmkhausj9fx0": 6, "you": 3, "your": 4, "yqyvnmcw6fy1dqd": 8, "yrc": 6, "yvbn": 6, "ywy2ntnjzdczzjywnzhimwyilcaidmvyawzpy2f0aw9uijogeyj0cnvzdf9mcmftzxdv": 6, "yxr1c19hc3nlcnrpb24ioib7imnyzwrlbnrpywxfagfzaf9hbgcioiaic2hhlti1nij9": 6, "yxrpb24ioib7inrydxn0x2zyyw1ld29yayi6icjlawrhcyisicjhc3n1cmfuy2vfbgv2": 6, "yyyi": [6, 7], "zecca": [9, 12], "zneybzhkowlvn3hntvgytul4yuc5ttlqzupwcxjny0eilcaiwxjjlxmtv1nyngv4rvl0": 6, "zspe_neo": 8, "zu": 16, "zvdghcmclmvwluggsgpskcpkehz4u9owj1sliblcc1o": 6, "zwwioiaiaglnacisicjldmlkzw5jzsi6ihsibwv0ag9kijogimnpzsj9fswgil9zzf9h": 6, "zxjiwwbzmqghvwkvq4hbsiirsvfuecce6t4jt9f2hzq": 6, "\u00e5": 16}, "titles": ["Cryptographic Algorithms", "Authentic Sources", "backup-restore.rst", "How to contribute", "Normative Language and Conventions", "The Italian EUDI Wallet implementation profile", "PID/(Q)EAA Data Model", "Entity Configuration of PID/(Q)EAA Providers", "PID/(Q)EAA Issuance", "Proximity Flow", "Pseudonyms", "Entity Configuration of Relying Parties", "Relying Party Solution", "Remote Flow", "Credential Lifecycle", "The Digital Identity Wallet Paradigm", "Technical References", "The Infrastructure of Trust", "Wallet Attestation", "Wallet Solution"], "titleterms": {"The": [5, 15, 17], "about": 17, "access": 8, "acknowledg": 3, "acronym": 4, "algorithm": 0, "anchor": 17, "api": 17, "assert": 14, "attest": [17, 18, 19], "attribut": 2, "authent": 1, "author": [8, 12, 13], "backup": 2, "case": 14, "cbor": 6, "chain": 17, "check": [12, 13], "claim": 6, "code": 2, "common": 17, "compon": 18, "configur": [7, 11, 17], "consider": [2, 10, 17], "content": 5, "contribut": 3, "convent": 4, "credenti": [6, 8, 14], "cross": [12, 13], "cryptograph": 0, "data": 6, "deactiv": 19, "decentr": 17, "defer": 8, "defin": 4, "detail": [12, 13], "devic": [9, 12, 13], "digit": [6, 15], "dynam": 18, "eaa": [6, 7, 8], "endpoint": [8, 12, 13, 17, 19], "engag": [9, 12], "entiti": [7, 11, 17], "error": [12, 13, 14], "eudi": 5, "evalu": 17, "exampl": [6, 7, 10, 11], "extern": [2, 19], "fast": 17, "feder": 17, "federation_ent": [7, 11, 17, 19], "flow": [8, 9, 12, 13, 14], "format": 6, "function": [14, 17], "gener": [2, 8, 10, 17], "header": [8, 19], "high": 8, "how": 3, "http": [8, 12, 13, 14, 18], "i": 10, "ident": 15, "implement": [2, 5, 10], "index": 5, "infrastructur": 17, "initi": [18, 19], "instanc": [14, 18, 19], "intermedi": 17, "introduct": 5, "issuanc": [8, 18], "italian": 5, "jwt": [6, 12, 13], "languag": 4, "leav": 17, "level": 8, "librari": 2, "lifecycl": [14, 18, 19], "live": 17, "long": 17, "low": 8, "mdoc": [6, 9, 12], "mechan": 17, "metadata": [6, 7, 11, 17, 19], "mobil": 6, "model": 6, "namespac": 6, "non": [6, 17], "norm": [4, 6], "notif": 8, "oauth_authorization_serv": 7, "object": [6, 12, 13], "offlin": 17, "openid_credential_issu": 7, "oper": [14, 19], "par": 8, "paradigm": 15, "paramet": [6, 8, 17, 18], "parti": [11, 12, 17], "pattern": 1, "payload": 19, "pid": [6, 7, 8], "possess": 14, "post": [12, 13], "present": [12, 13, 14], "privaci": 17, "process": 19, "profil": 5, "proof": 14, "properti": [2, 10, 17], "provid": [7, 19], "proxim": [9, 12], "pseudonym": 10, "push": 8, "q": [6, 7, 8], "redirect": [12, 13], "refer": [2, 16, 19], "registr": 18, "reli": [11, 12, 17], "remark": 17, "remot": [12, 13], "renew": 17, "repudi": 17, "request": [8, 9, 12, 13, 14, 18], "requir": [2, 8, 10, 14, 17, 18, 19], "respons": [8, 9, 12, 13, 14], "restor": 2, "return": 19, "revoc": [12, 13, 14, 18], "role": 17, "rst": 2, "sd": [6, 12, 13], "secur": [1, 6, 12, 13], "session": [9, 12], "snippet": 2, "solut": [12, 19], "sourc": 1, "state": [18, 19], "statement": 17, "static": 18, "statu": [12, 13, 14], "technic": [8, 16], "term": 4, "termin": [9, 12], "token": 8, "transit": [18, 19], "trust": 17, "type": [6, 17], "uri": [12, 13], "us": [10, 14], "valid": 19, "vc": 6, "verifi": 14, "view": 18, "wallet": [5, 14, 15, 17, 18, 19], "wallet_provid": 19, "wallet_relying_parti": [7, 11], "what": 10}})
\ No newline at end of file
diff --git a/refs/pull/432/merge/en/ssi-introduction.html b/refs/pull/432/merge/en/ssi-introduction.html
index 4db97ed8..ebb95f64 100644
--- a/refs/pull/432/merge/en/ssi-introduction.html
+++ b/refs/pull/432/merge/en/ssi-introduction.html
@@ -212,7 +212,7 @@ Quick search
diff --git a/refs/pull/432/merge/en/standards.html b/refs/pull/432/merge/en/standards.html
index 3348de32..88e637ae 100644
--- a/refs/pull/432/merge/en/standards.html
+++ b/refs/pull/432/merge/en/standards.html
@@ -319,7 +319,7 @@ Technical ReferencesSphinx 7.4.5.
diff --git a/refs/pull/432/merge/en/trust.html b/refs/pull/432/merge/en/trust.html
index 12f81b04..0adc0111 100644
--- a/refs/pull/432/merge/en/trust.html
+++ b/refs/pull/432/merge/en/trust.html
@@ -234,17 +234,52 @@ Federation Roles
+
+Identifier |
+Property |
+Description |
+
+
+
+P1 |
+Security |
+Incorporates mechanisms to ensure the integrity, confidentiality, and authenticity of the trust relationships and interactions within the federation. |
+
+P2 |
+Privacy |
+Designed to respect and protect the privacy of the entities and individuals involved, minimal disclosure is part of this. |
+
+P3 |
+Interoperability |
+Supports seamless interaction and trust establishment between diverse systems and entities within the federation. |
+
+P4 |
+Transitive Trust |
+Trust established indirectly through a chain of trusted relationships, enabling entities to trust each other based on common authorities and trusted intermediaries. |
+
+P5 |
+Delegation |
+Technical ability/feature to delegate authority or responsibilities to other entities, allowing for a distributed trust mechanism. |
+
+P6 |
+Scalability |
+Designed to efficiently manage an increasing number of entities or interactions without a significant increase in trust management complexity. |
+
+P7 |
+Flexibility |
+Adaptable to various operational and organizational needs, allowing entities to define and adjust their trust relationships and policies. |
+
+P8 |
+Autonomy |
+While part of a federated ecosystem, each entity retains control over its own definitions and configurations. |
+
+P9 |
+Decentralization |
+Unlike traditional centralized systems, the OpenID Federation model promotes a decentralized approach. This ensures that no single entity has control over the entire system, enhancing privacy and security for all participants. |
+
+
+
Trust Infrastructure Functional Requirements
@@ -257,91 +292,91 @@ Trust Infrastructure Functional Requirements[FR #1] |
+FR1 |
Federation Trust Establishment: the system must be able to establish trust between different entities (Credential Issuers, Relying Parties, etc.) within a federation, using cryptographic signatures for secure information exchange about the participants in the ecosystem. |
-[FR #2] |
+
FR2 |
Entity Authentication: the system must implement mechanisms for authenticating entities within the federation, ensuring compliance with the shared rules. |
-[FR #3] |
+
FR3 |
Signature Validation: the system must support the creation, verification, and validation of electronic signatures and provide standard and secure mechanisms to obtain the public keys required for the signature validation. |
-[FR #4] |
+
FR4 |
Time Stamping: the signed artifacts must contain time stamps to ensure the integrity and non-repudiation of transactions over time, thanks to the interfaces, services, storage model and approaches defined within the federation. |
-[FR #5] |
+
FR5 |
Certificate Validation: the system requires confidential transmission, secured via TLS over HTTP, and validation of certificates for website authentication, ensuring they meet eIDAS criteria. |
-[FR #6] |
+
FR6 |
Interoperability and Standards Compliance: ensure interoperability between federation members by adhering to technical standards, facilitating cross-border electronic transactions. |
-[FR #7] |
+
FR7 |
Data Protection and Privacy: implement data protection measures in compliance with GDPR and eIDAS regulations, ensuring the privacy and security of personal data processed within the federation. |
-[FR #8] |
+
FR8 |
User Consent and Control: design mechanisms for obtaining and managing user consent, empowering users with control over their personal information. |
-[FR #9] |
+
FR9 |
Audit and Logging: the system must minimize data, anonymize if possible, define retention periods, secure access, and storage encryption. This protects privacy while enabling security and accountability. |
-[FR #10] |
+
FR10 |
Dispute Resolution and Liability: establish clear procedures for dispute resolution and define liability among federation members, in accordance with eIDAS provisions. |
-[FR #11] |
+
FR11 |
Accessibility: ensure that the system is accessible to all users, including those with disabilities, aligning with eIDAS and local accessibility standards. |
-[FR #12] |
+
FR12 |
Emergency and Revocation Services: implement mechanisms for the immediate revocation of electronic identification means and participants in case of security breaches or other emergencies. |
-[FR #13] |
+
FR13 |
Scalable Trust Infrastructure: the system must support scalable trust establishment mechanisms, leveraging approaches and technical solutions that complement delegation transitive approaches to efficiently manage trust relationships as the federation grows, removing central registries that might technically or administratively fail. |
-[FR #14] |
+
FR14 |
Efficient Storage Scalability: implement a storage solution that scales horizontally to accommodate increasing data volumes while minimizing central storage and administrative costs. The system should enable members to independently store and present historical trust attestations and signed artifacts during dispute resolutions, with the federation infrastructure maintaining only a registry of historical keys to validate the historical data, stored and provided by the participants. |
-[FR #15] |
+
FR15 |
Verifiable Attestation (Trust Mark): incorporate a mechanism for issuing and verifying verifiable attestations that serve as proof of compliance with specific profiles or standards. This allows entities within the federation to demonstrate adherence to agreed-upon security, privacy, and operational standards. |
-[FR #16] |
+
FR16 |
Dynamic Policy Language: develop and implement a dynamic, extensible policy language that allows for the creation and modification of federation policies in response to evolving requirements, technological advancements, and regulatory changes. This policy language should support the specification of rules governing entity behavior, metadata handling, and trust validation within the federation. |
-[FR #17] |
+
FR17 |
Automated Policy Enforcement: the system must automatically enforce federation policies as defined by policy language and verifiable attestations, ensuring that all operations and transactions comply with current rules and standards. |
-[FR #18] |
+
FR18 |
Decentralized Dispute Resolution Mechanism: design a decentralized mechanism for dispute resolution that allows federation members to independently verify historical trust establishment and signed artifacts, reducing reliance on central authorities and streamlining the resolution process. |
-[FR #19] |
+
FR19 |
Adaptive Load Management: implement adaptive load management strategies to ensure the system remains responsive and efficient under varying loads, particularly during peak usage times or when processing complex tasks. |
-[FR #20] |
+
FR20 |
Cross-Federation Interoperability: ensure the system is capable of interoperating with other federations or trust frameworks, facilitating cross-federation transactions and trust establishment without compromising security or compliance. |
-[FR #21] |
+
FR21 |
Future-Proof Cryptography: the system should employ a flexible cryptographic framework that can be updated in response to new threats or advancements in cryptographic research, ensuring long-term security and integrity of federation operations. |
-[FR #22] |
+
FR22 |
Autonomous Registration Bodies: the system must facilitate the integration of autonomous registration bodies that operate in compliance with federation rules. These bodies are tasked with evaluating and registering entities within the federation, according to the pre-established rules and their compliance that must be periodically asserted. |
-[FR #23] |
+
FR23 |
Compliance Evaluation for Federation Entity Candidates: registration bodies must evaluate the compliance of candidate entities against federation standards before their registration in the federation. |
-[FR #24] |
+
FR24 |
Periodic Auditing of Registration Bodies and Entities: implement mechanisms for the periodic auditing and monitoring of the compliance status of both registration bodies and their registered entities. This ensures ongoing adherence to federation standards and policies. |
-[FR #25] |
+
FR25 |
Certification of Compliance for Personal Devices: trusted bodies, in the form of federation entities, should issue certifications of compliance and provide signed proof of such compliance for the hardware of personal devices used within the federation. These certifications should be attested and periodically renewed to ensure the devices meet current security standards. |
-[FR #26] |
+
FR26 |
Certification of Compliance for Cryptographic Devices: similar to personal devices, personal cryptographic devices used within the federation must also receive certifications of compliance and signed proof thereof from trusted bodies. These certifications should be subject to periodic renewal to reflect the latest security and compliance standards. |
-[FR #27] |
+
FR27 |
Transparent Compliance Reporting: develop a system for transparent reporting and publication of compliance statuses, audit results, and certification renewals for all federation entities. This transparency fosters trust within the federation and with external stakeholders. |
-[FR #28] |
+
FR28 |
Automated Compliance Monitoring: the system should include automated tools for monitoring the compliance of entities with federation standards. This automation aids in the early detection of potential compliance issues. |
-[FR #29] |
+
FR29 |
Secure Protocol Capabilities Binding: the secure protocol must enable the exchange of protocol-specific capabilities data as cryptographically-bound metadata attached to a specific identity. This metadata should define the technical capabilities associated with the identity, ensuring verifiable proof and tamper-proof association for robust trust establishment and access control. |
@@ -450,9 +485,6 @@ Configuration of the Federation