Skip to content

Commit 4d0bf80

Browse files
committed
deploy: 7fb78c9
1 parent f0e9f78 commit 4d0bf80

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,9 +1882,10 @@ <h2 id='example-workflow'>Example Workflow</h2>
18821882
<li>At least one of the following claims must be presented:
18831883

18841884
<ul>
1885-
<li><strong>sub</strong>: This field represents the unique identifier or subject for the end-user.</li>
1885+
<li><strong>sub</strong>: This field represents the unique identifier (subject) for the end-user. The value of <code>sub</code> can be either the national ID number or the document number, and it must start with the two-letter country code (e.g., <code>EE12345678901</code> or <code>EEAB1234567</code>).<br>
1886+
<strong>Important:</strong> Do not provide the <code>sub</code> claim if you do not have the end-user&#39;s ID number or document number.</li>
18861887
<li><strong>name</strong>: This field allows you to specify the end-user&#39;s full name.</li>
1887-
<li><strong>birthdate</strong>: This field captures the end-user&#39;s date of birth represented in YYYY-MM-DD format.</li>
1888+
<li><strong>birthdate</strong>: This field captures the end-user&#39;s date of birth, represented in YYYY-MM-DD format.</li>
18881889
<li><strong>country</strong>: This field specifies the end-user&#39;s country in ISO 3166-1 Alpha-2 format.</li>
18891890
</ul></li>
18901891
<li>Additionally, enter a <strong>reference</strong>:

0 commit comments

Comments
 (0)