Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 21, 2023
1 parent dc354f6 commit 59bd764
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Binary file modified QEAA-issuance/en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified QEAA-issuance/en/.doctrees/pid-eaa-data-model.doctree
Binary file not shown.
10 changes: 5 additions & 5 deletions QEAA-issuance/en/_sources/pid-eaa-data-model.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The ``record`` MUST have at least the following sub parameters:
- **Description**
- **Reference**
* - **type**
- It uniquely identifies the trust framework used for the provisioning of the credential. For example, in case of PID, ``eidas.it.cie`` means that the CIE id identification scheme is used.
- It uniquely identifies the trust framework used for the provisioning of the credential. For example, in case of PID, ``https://eudi.wallet.cie.gov.it`` means that the CIE id identification scheme is used.
- `[OID.IDA. Section 5.1.1.2] <https://openid.net/specs/openid-connect-4-identity-assurance-1_0-13.html#section-5.1.1.2>`_
* - **source**
- JSON Object cointaining the follwoing mandatory claims:
Expand Down Expand Up @@ -222,7 +222,7 @@ In the following, the non-normative example of a PID.
{
"type": "electronic_record",
"record": {
"type": "eidas.it.cie",
"type": "https://eudi.wallet.cie.gov.it",
"source": {
"organization_name": "Ministero dell'Interno",
"organization_id": "m_it",
Expand Down Expand Up @@ -315,7 +315,7 @@ Claim **evidence**:
``OiAiTWluaXN0ZXJvIGRlbGwnSW50ZXJubyIsICJvcmdhbml6YXRpb25faWQi``
``OiAibV9pdCIsICJjb3VudHJ5X2NvZGUiOiAiSVQifX19XV0``
- Contents: ``["2GLC42sKQveCfGfryNRN9w", "evidence", [{"type":``
``"electronic_record", "record": {"type": "eidas.it.cie",``
``"electronic_record", "record": {"type": "https://eudi.wallet.cie.gov.it",``
``"source": {"organization_name": "Ministero dell'Interno",``
``"organization_id": "m_it", "country_code": "IT"}}}]]``

Expand Down Expand Up @@ -393,7 +393,7 @@ In the following, we provide a non-normative example of (Q)EAA in JSON.
{
"type": "electronic_record",
"record": {
"type": "eidas.it.pdnd",
"type": "https://eudi.wallet.pdnd.gov.it",
"source": {
"organization_name": "Ragioneria Generale dello Stato",
"organization_id": "QLHCFC",
Expand Down Expand Up @@ -485,7 +485,7 @@ Claim **evidence**:
``emF0aW9uX2lkIjogIlFMSENGQyIsICJjb3VudHJ5X2NvZGUiOiAiSVQifX19``
``XV0``
- Contents: ``["2GLC42sKQveCfGfryNRN9w", "evidence", [{"type":``
``"electronic_record", "record": {"type": "eidas.it.pdnd",``
``"electronic_record", "record": {"type": "https://eudi.wallet.pdnd.gov.it",``
``"source": {"organization_name": "Ragioneria Generale dello Stato",``
``"organization_id": "QLHCFC", "country_code":"IT"}}}]]``

Expand Down
10 changes: 5 additions & 5 deletions QEAA-issuance/en/pid-eaa-data-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ <h3>PID/(Q)EAA Verification field<a class="headerlink" href="#pid-q-eaa-verifica
</thead>
<tbody>
<tr class="row-even"><td><p><strong>type</strong></p></td>
<td><p>It uniquely identifies the trust framework used for the provisioning of the credential. For example, in case of PID, <code class="docutils literal notranslate"><span class="pre">eidas.it.cie</span></code> means that the CIE id identification scheme is used.</p></td>
<td><p>It uniquely identifies the trust framework used for the provisioning of the credential. For example, in case of PID, <code class="docutils literal notranslate"><span class="pre">https://eudi.wallet.cie.gov.it</span></code> means that the CIE id identification scheme is used.</p></td>
<td><p><a class="reference external" href="https://openid.net/specs/openid-connect-4-identity-assurance-1_0-13.html#section-5.1.1.2">[OID.IDA. Section 5.1.1.2]</a></p></td>
</tr>
<tr class="row-odd"><td><p><strong>source</strong></p></td>
Expand Down Expand Up @@ -1140,7 +1140,7 @@ <h3>PID Non-normative examples<a class="headerlink" href="#pid-non-normative-exa
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;type&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;electronic_record&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;record&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;type&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;eidas.it.cie&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;type&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;https://eudi.wallet.cie.gov.it&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;source&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;organization_name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Ministero dell&#39;Interno&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;organization_id&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;m_it&quot;</span><span class="p">,</span><span class="w"></span>
Expand Down Expand Up @@ -1230,7 +1230,7 @@ <h3>PID Non-normative examples<a class="headerlink" href="#pid-non-normative-exa
<code class="docutils literal notranslate"><span class="pre">OiAiTWluaXN0ZXJvIGRlbGwnSW50ZXJubyIsICJvcmdhbml6YXRpb25faWQi</span></code>
<code class="docutils literal notranslate"><span class="pre">OiAibV9pdCIsICJjb3VudHJ5X2NvZGUiOiAiSVQifX19XV0</span></code></p></li>
<li><p>Contents: <code class="docutils literal notranslate"><span class="pre">[&quot;2GLC42sKQveCfGfryNRN9w&quot;,</span> <span class="pre">&quot;evidence&quot;,</span> <span class="pre">[{&quot;type&quot;:</span></code>
<code class="docutils literal notranslate"><span class="pre">&quot;electronic_record&quot;,</span> <span class="pre">&quot;record&quot;:</span> <span class="pre">{&quot;type&quot;:</span> <span class="pre">&quot;eidas.it.cie&quot;,</span></code>
<code class="docutils literal notranslate"><span class="pre">&quot;electronic_record&quot;,</span> <span class="pre">&quot;record&quot;:</span> <span class="pre">{&quot;type&quot;:</span> <span class="pre">&quot;https://eudi.wallet.cie.gov.it&quot;,</span></code>
<code class="docutils literal notranslate"><span class="pre">&quot;source&quot;:</span> <span class="pre">{&quot;organization_name&quot;:</span> <span class="pre">&quot;Ministero</span> <span class="pre">dell'Interno&quot;,</span></code>
<code class="docutils literal notranslate"><span class="pre">&quot;organization_id&quot;:</span> <span class="pre">&quot;m_it&quot;,</span> <span class="pre">&quot;country_code&quot;:</span> <span class="pre">&quot;IT&quot;}}}]]</span></code></p></li>
</ul>
Expand Down Expand Up @@ -1303,7 +1303,7 @@ <h3>(Q)EAA Non-normative examples<a class="headerlink" href="#q-eaa-non-normativ
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;type&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;electronic_record&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;record&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;type&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;eidas.it.pdnd&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;type&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;https://eudi.wallet.pdnd.gov.it&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;source&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;organization_name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Ragioneria Generale dello Stato&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;organization_id&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;QLHCFC&quot;</span><span class="p">,</span><span class="w"></span>
Expand Down Expand Up @@ -1392,7 +1392,7 @@ <h3>(Q)EAA Non-normative examples<a class="headerlink" href="#q-eaa-non-normativ
<code class="docutils literal notranslate"><span class="pre">emF0aW9uX2lkIjogIlFMSENGQyIsICJjb3VudHJ5X2NvZGUiOiAiSVQifX19</span></code>
<code class="docutils literal notranslate"><span class="pre">XV0</span></code></p></li>
<li><p>Contents: <code class="docutils literal notranslate"><span class="pre">[&quot;2GLC42sKQveCfGfryNRN9w&quot;,</span> <span class="pre">&quot;evidence&quot;,</span> <span class="pre">[{&quot;type&quot;:</span></code>
<code class="docutils literal notranslate"><span class="pre">&quot;electronic_record&quot;,</span> <span class="pre">&quot;record&quot;:</span> <span class="pre">{&quot;type&quot;:</span> <span class="pre">&quot;eidas.it.pdnd&quot;,</span></code>
<code class="docutils literal notranslate"><span class="pre">&quot;electronic_record&quot;,</span> <span class="pre">&quot;record&quot;:</span> <span class="pre">{&quot;type&quot;:</span> <span class="pre">&quot;https://eudi.wallet.pdnd.gov.it&quot;,</span></code>
<code class="docutils literal notranslate"><span class="pre">&quot;source&quot;:</span> <span class="pre">{&quot;organization_name&quot;:</span> <span class="pre">&quot;Ragioneria</span> <span class="pre">Generale</span> <span class="pre">dello</span> <span class="pre">Stato&quot;,</span></code>
<code class="docutils literal notranslate"><span class="pre">&quot;organization_id&quot;:</span> <span class="pre">&quot;QLHCFC&quot;,</span> <span class="pre">&quot;country_code&quot;:&quot;IT&quot;}}}]]</span></code></p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion QEAA-issuance/en/searchindex.js

Large diffs are not rendered by default.

Binary file modified QEAA-issuance/it/.doctrees/environment.pickle
Binary file not shown.

0 comments on commit 59bd764

Please sign in to comment.