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 10, 2023
1 parent 881e119 commit 0eb7137
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 7 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/pid-data-model.doctree
Binary file not shown.
Binary file modified .doctrees/pid-issuance.doctree
Binary file not shown.
Binary file modified .doctrees/wallet-instance-attestation.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions _sources/pid-data-model.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Finally, the ``claims`` parameter contains the following mandatory claims:
* - **unique_id**
- [SD]. Unique citizen identifier (ID ANPR) given by the National Register of the Resident Population (ANPR). It MUST be set according to `ANPR rules <https://www.anagrafenazionale.interno.it/anpr/notizie/identificativo-unico-nazionale-idanpr/>`_
- This specification
* - **tax_id_number**
* - **tax_id_code**
- [SD]. National tax identification code of natural person as a String format. It MUST be set according to ETSI EN 319 412-1. For example ``TINIT-<ItalianTaxIdentificationNumber>``
- This specification

Expand Down Expand Up @@ -231,7 +231,7 @@ In the following, we provide a non-normative example of PID VC in JSON.
"country": "IT",
"locality": "Rome"
},
"tax_id_number": "TINIT-XXXXXXXXXXXXXXXX"
"tax_id_code": "TINIT-XXXXXXXXXXXXXXXX"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion _sources/pid-issuance.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ Below a non-normative example of an Entity Configuration containing an `openid_c
}
]
},
"tax_id_number": {
"tax_id_code": {
"mandatory": true,
"display": [{
"name": "Tax Id Number",
Expand Down
4 changes: 4 additions & 0 deletions _sources/wallet-instance-attestation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ Payload
|| type || String. It must be set to |
|| || ``WalletInstanceAttestationRequest`` |
+---------+---------------------------------------+
|| nonce || The nonce obtained from the |
|| || Wallet Porvider. |
+---------+---------------------------------------+
|| cnf || This parameter will contain the |
|| || configuration of the Wallet |
|| || Instance in JSON format. Among |
Expand Down Expand Up @@ -330,6 +333,7 @@ request where the decoded JWS headers and payload are separated by a comma:
"sub": "https://wallet-provider.example.org",
"jti": "6ec69324-60a8-4e5b-a697-a766d85790ea",
"type": "WalletInstanceAttestationRequest",
"nonce" : "....."
"cnf": {
"jwk": {
"crv": "P-256",
Expand Down
4 changes: 2 additions & 2 deletions pid-data-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ <h2>SD-JWT<a class="headerlink" href="#id1" title="Permalink to this heading">¶
<td><p>[SD]. Unique citizen identifier (ID ANPR) given by the National Register of the Resident Population (ANPR). It MUST be set according to <a class="reference external" href="https://www.anagrafenazionale.interno.it/anpr/notizie/identificativo-unico-nazionale-idanpr/">ANPR rules</a></p></td>
<td><p>This specification</p></td>
</tr>
<tr class="row-odd"><td><p><strong>tax_id_number</strong></p></td>
<tr class="row-odd"><td><p><strong>tax_id_code</strong></p></td>
<td><p>[SD]. National tax identification code of natural person as a String format. It MUST be set according to ETSI EN 319 412-1. For example <code class="docutils literal notranslate"><span class="pre">TINIT-&lt;ItalianTaxIdentificationNumber&gt;</span></code></p></td>
<td><p>This specification</p></td>
</tr>
Expand Down Expand Up @@ -1145,7 +1145,7 @@ <h3>Non-normative examples<a class="headerlink" href="#non-normative-examples" t
<span class="w"> </span><span class="nt">&quot;country&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;IT&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;locality&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Rome&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;tax_id_number&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;TINIT-XXXXXXXXXXXXXXXX&quot;</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;tax_id_code&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;TINIT-XXXXXXXXXXXXXXXX&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="p">}</span><span class="w"></span>
Expand Down
2 changes: 1 addition & 1 deletion pid-issuance.html
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ <h3>Credential Response<a class="headerlink" href="#credential-response" title="
}
]
},
&quot;tax_id_number&quot;: {
&quot;tax_id_code&quot;: {
&quot;mandatory&quot;: true,
&quot;display&quot;: [{
&quot;name&quot;: &quot;Tax Id Number&quot;,
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions wallet-instance-attestation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,17 @@ <h4>Payload<a class="headerlink" href="#id2" title="Permalink to this heading">
</td>
</tr>
<tr class="row-even"><td><div class="line-block">
<div class="line">nonce</div>
<div class="line"><br /></div>
</div>
</td>
<td><div class="line-block">
<div class="line">The nonce obtained from the</div>
<div class="line">Wallet Porvider.</div>
</div>
</td>
</tr>
<tr class="row-odd"><td><div class="line-block">
<div class="line">cnf</div>
<div class="line"><br /></div>
<div class="line"><br /></div>
Expand Down Expand Up @@ -1342,6 +1353,7 @@ <h4>Payload<a class="headerlink" href="#id2" title="Permalink to this heading">
<span class="w"> </span><span class="s2">&quot;sub&quot;</span><span class="o">:</span><span class="w"> </span><span class="s2">&quot;https://wallet-provider.example.org&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;jti&quot;</span><span class="o">:</span><span class="w"> </span><span class="s2">&quot;6ec69324-60a8-4e5b-a697-a766d85790ea&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;type&quot;</span><span class="o">:</span><span class="w"> </span><span class="s2">&quot;WalletInstanceAttestationRequest&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;nonce&quot;</span><span class="w"> </span><span class="o">:</span><span class="w"> </span><span class="s2">&quot;.....&quot;</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;cnf&quot;</span><span class="o">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;jwk&quot;</span><span class="o">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;crv&quot;</span><span class="o">:</span><span class="w"> </span><span class="s2">&quot;P-256&quot;</span><span class="p">,</span><span class="w"></span>
Expand Down

0 comments on commit 0eb7137

Please sign in to comment.