|
| 1 | +.. _id-attributes-reference: |
| 2 | + |
| 3 | +======================== |
| 4 | +ID attributes reference |
| 5 | +======================== |
| 6 | + |
| 7 | + |
| 8 | +This page lists all ID attributes available in Concordium Identity Credentials, including their types, attribute tags, and value formats. |
| 9 | + |
| 10 | +There are two types of ID credentials: |
| 11 | + |
| 12 | +- **Individual ID**: For individuals using personal identification documents |
| 13 | +- **Company ID**: For companies using corporate documents |
| 14 | + |
| 15 | +.. _individual-id-attributes: |
| 16 | + |
| 17 | +Individual ID attributes |
| 18 | +======================== |
| 19 | + |
| 20 | +The following table lists all attributes available for Individual IDs. |
| 21 | + |
| 22 | + |
| 23 | +.. list-table:: |
| 24 | + :header-rows: 1 |
| 25 | + :widths: 20 15 20 45 |
| 26 | + |
| 27 | + * - Attribute |
| 28 | + - Type |
| 29 | + - Attribute tag |
| 30 | + - Attribute value format |
| 31 | + * - First name |
| 32 | + - Mandatory |
| 33 | + - firstName |
| 34 | + - string |
| 35 | + * - Last name |
| 36 | + - Mandatory |
| 37 | + - lastName |
| 38 | + - string |
| 39 | + * - Date of birth |
| 40 | + - Mandatory |
| 41 | + - dob |
| 42 | + - ISO8601 YYYYMMDD |
| 43 | + * - Identity Document Type |
| 44 | + - Mandatory |
| 45 | + - idDocType |
| 46 | + - na=0, passport=1, national id card=2, driving license=3, immigration card=4 or eID string (see separate table) |
| 47 | + * - Sex |
| 48 | + - Optional |
| 49 | + - sex |
| 50 | + - ISO/IEC 5218 |
| 51 | + * - Country of residence |
| 52 | + - Optional |
| 53 | + - countryOfResidence |
| 54 | + - ISO3166-1 alpha-2 |
| 55 | + * - Country of nationality |
| 56 | + - Mandatory |
| 57 | + - nationality |
| 58 | + - ISO3166-1 alpha-2 |
| 59 | + * - Identity Document number |
| 60 | + - Optional (one of the two) |
| 61 | + - idDocNo |
| 62 | + - string |
| 63 | + * - Identity Document Issuer |
| 64 | + - Optional |
| 65 | + - idDocIssuer |
| 66 | + - ISO3166-1 alpha-2 or ISO3166-2 if applicable |
| 67 | + * - ID Valid from |
| 68 | + - Optional |
| 69 | + - idDocIssuedAt |
| 70 | + - ISO8601 YYYYMMDD |
| 71 | + * - ID Valid to |
| 72 | + - Optional |
| 73 | + - idDocExpiresAt |
| 74 | + - ISO8601 YYYYMMDD |
| 75 | + * - National ID number |
| 76 | + - Optional (one of the two) |
| 77 | + - nationalIdNo |
| 78 | + - string |
| 79 | + * - Tax ID number |
| 80 | + - Optional |
| 81 | + - taxIdNo |
| 82 | + - string |
| 83 | + |
| 84 | +.. _company-id-attributes: |
| 85 | + |
| 86 | +Company ID attributes |
| 87 | +===================== |
| 88 | + |
| 89 | +The following table lists all attributes available for Company IDs. |
| 90 | + |
| 91 | +.. list-table:: |
| 92 | + :header-rows: 1 |
| 93 | + :widths: 20 15 20 45 |
| 94 | + |
| 95 | + * - Attribute |
| 96 | + - Type |
| 97 | + - Attribute tag |
| 98 | + - Attribute value format |
| 99 | + * - Legal Name |
| 100 | + - Mandatory |
| 101 | + - legalName |
| 102 | + - string |
| 103 | + * - Legal Jurisdiction Country |
| 104 | + - Mandatory |
| 105 | + - legalCountry |
| 106 | + - ISO3166-1 alpha-2 |
| 107 | + * - Business Number |
| 108 | + - Mandatory |
| 109 | + - businessNumber |
| 110 | + - string |
| 111 | + * - LEI-code |
| 112 | + - Optional |
| 113 | + - lei |
| 114 | + - ISO17442 |
| 115 | + * - Registration authority |
| 116 | + - Optional |
| 117 | + - registrationAuth |
| 118 | + - string |
| 119 | + |
| 120 | +.. _document-type-exceptions: |
| 121 | + |
| 122 | +Document type exceptions |
| 123 | +======================== |
| 124 | + |
| 125 | +The following table lists the eID string values that can be used for the Identity Document Type attribute. |
| 126 | + |
| 127 | +.. list-table:: |
| 128 | + :header-rows: 1 |
| 129 | + :widths: 30 70 |
| 130 | + |
| 131 | + * - idDocType eID string |
| 132 | + - Description |
| 133 | + * - DK:MITID |
| 134 | + - Danish MitId |
| 135 | + * - SE:BANKID |
| 136 | + - Swedish BankID |
| 137 | + * - NO:BANKID |
| 138 | + - Norwegian BankID |
| 139 | + * - NO:VIPPS |
| 140 | + - Norwegian Vipps |
| 141 | + * - FI:TRUSTNETWORK |
| 142 | + - Finnish Trust Network |
| 143 | + * - NL:DIGID |
| 144 | + - Netherlands DigiD |
| 145 | + * - NL:IDIN |
| 146 | + - Netherlands iDIN |
| 147 | + * - BE:EID |
| 148 | + - Belgian eID |
| 149 | + * - ITSME |
| 150 | + - (Cross-national) ItsME |
| 151 | + * - SOFORT |
| 152 | + - (Cross-national) Sofort |
| 153 | + |
0 commit comments