{"id":9797,"date":"2023-01-11T08:20:02","date_gmt":"2023-01-11T07:20:02","guid":{"rendered":"https:\/\/www.intesa.it\/european-digital-identity-wallet-rischi-e-benefici\/"},"modified":"2026-08-26T15:23:57","modified_gmt":"2026-08-26T13:23:57","slug":"european-digital-identity-wallet-risks-and-benefits","status":"publish","type":"post","link":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/","title":{"rendered":"European Digital Identity Wallet: risks and benefits"},"content":{"rendered":"\n<p style=\"text-align: center;\"><em>European digital identity creates curiosity and enthusiasm, but many aspects are still to be defined.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/Articolo_Pro-e-Contro-dellEUDI-Wallet-1.png\" alt=\"European Digital Identity Wallet: risks and benefits\"\/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity has-alpha-channel-opacity\"\/>\n\n\n\n<p style=\"text-align: center;\"><em>The implementation of the EUDI Wallet creates curiosity and enthusiasm, but risks and benefits must be taken into account to build a balanced ecosystem that is truly useful for citizens.<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity has-alpha-channel-opacity\"\/>\n\n\n<div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"freccia-interna alignright wp-image-45945\" src=\"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/freccia-interna.png\" alt=\"\" width=\"31\" height=\"36\" \/><\/p>\n<p style=\"padding-left: 26px; padding-top: 26px;\"><strong>In this article you&#8217;ll discover:<\/strong><\/p>\n\n\t<div id=\"toc\">\t  \n\t<\/div>\n\n\t<script>\n\t\tvar c = function() {\n\t\t\treturn({\n\t\t\t\tlog: function(msg) {\n\t\t\t\t\tconsoleDiv = document.querySelector(\"main#single_news .contenuto_news\");\n\t\t\t\t\tpara = document.createElement('p');\n\t\t\t\t\ttext = document.createTextNode(msg);\n\t\t\t\t\tpara.appendChild(text);\n\t\t\t\t\tconsoleDiv.appendChild(para);\n\t\t\t\t}\n\t\t\t});\n\t\t}();\n\n\t\t\/*window.onload = function () {\n\t\t\tvar toc = \"\";\n\t\t\tvar level = 0;\n\t\t\tvar maxLevel = 3;\n\t\t\t\n\t\t\tconst reg = \/<h([\\d])>([^<]+)<\\\/h([\\d])>\/gi;\n\t\t\t\/\/const reg = \/<h([1-6])\\b[^>]*>([\\s\\S]*?)<\\\/h\\1>\/gi;\n\t\t\t\n\t\t\tdocument.querySelector(\"main#single_news .contenuto_news\").innerHTML =\n\t\t\t\tdocument.querySelector(\"main#single_news .contenuto_news\").innerHTML.replace( \/\/\n\t\t\t\t\treg,\n\t\t\t\t\tfunction (str, openLevel, titleText, closeLevel) {\n\t\t\t\t\t\tif (openLevel != closeLevel) {\n\t\t\t\t\t\t\tc.log(openLevel)\n\t\t\t\t\t\t\t\treturn str + ' - ' + openLevel;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (openLevel > level) {\n\t\t\t\t\t\t\ttoc += (new Array(openLevel - level + 1)).join(\"<ul>\");\n\t\t\t\t\t\t} else if (openLevel < level) {\n\t\t\t\t\t\t\ttoc += (new Array(level - openLevel + 1)).join(\"<\/ul>\");\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tlevel = parseInt(openLevel);\n\n\t\t\t\t\t\tvar anchor = titleText.replace(\/ \/g, \"_\");\n\t\t\t\t\t\ttoc += \"<li><a href=\\\"#\" + anchor + \"\\\">\" + titleText + \"<\/a><\/li>\";\n\n\t\t\t\t\t\treturn \"<h\" + openLevel + \"><a name=\\\"\" + anchor + \"\\\">\" + titleText + \"<\/a><\/h\" + closeLevel + \">\";\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\tif (level) {\n\t\t\t\ttoc += (new Array(level + 1)).join(\"<\/ol>\");\n\t\t\t}\n\n\t\t\tdocument.querySelector(\"main#single_news .contenuto_news #toc\").innerHTML += toc;\n\t\t};*\/\n\t\twindow.onload = function () {\n\t\t\tvar toc = \"\";\n\t\t\tvar currentLevel = 0;\n\t\t\tvar anchorsSeen = {};\n\n\t\t\tconst reg = \/(<h([1-6])\\b[^>]*>)([\\s\\S]*?)<\\\/h\\2>\/gi;\n\t\t\tconst container = document.querySelector(\"main#single_news .contenuto_news\");\n\n\t\t\tif (!container) return;\n\n\t\t\t\/\/ Rileva l\u2019eventuale h2.wp-block-heading primo figlio da escludere\n\t\t\tconst excludeHeading = container.querySelector(\":scope > h2.wp-block-heading:first-child\");\n\n\t\t\tcontainer.innerHTML = container.innerHTML.replace(\n\t\t\t\treg,\n\t\t\t\tfunction (fullMatch, openTag, levelStr, innerHTML, offset, fullString) {\n\t\t\t\t\t\/\/ Ignora se corrisponde all'h2.wp-block-heading:first-child\n\t\t\t\t\tif (excludeHeading && fullMatch.includes(excludeHeading.outerHTML)) {\n\t\t\t\t\t\treturn fullMatch;\n\t\t\t\t\t}\n\n\t\t\t\t\t\/\/ Esclude i titoli subito dopo <hr class=\"wp-block-separator\">\n\t\t\t\t\tconst prevChunk = fullString.slice(Math.max(0, offset - 100), offset);\n\t\t\t\t\tif (\/<hr[^>]*class=[\"']wp-block-separator[\"'][^>]*>\\s*$\/i.test(prevChunk)) {\n\t\t\t\t\t\treturn fullMatch;\n\t\t\t\t\t}\n\n\t\t\t\t\tvar level = parseInt(levelStr, 10);\n\t\t\t\t\tvar titleText = innerHTML.replace(\/<\\\/?[^>]+(>|$)\/g, \"\").trim();\n\t\t\t\t\tif (!titleText) return fullMatch;\n\n\t\t\t\t\tvar anchorBase = titleText.replace(\/\\s+\/g, \"_\").replace(\/[^\\w\\-_.]\/g, \"\");\n\t\t\t\t\tvar anchor = anchorBase || (\"heading_\" + Math.random().toString(36).slice(2, 8));\n\n\t\t\t\t\tif (anchorsSeen[anchor]) {\n\t\t\t\t\t\tanchorsSeen[anchor] += 1;\n\t\t\t\t\t\tanchor = anchor + \"_\" + anchorsSeen[anchor];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tanchorsSeen[anchor] = 1;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (level > currentLevel) toc += \"<ul>\".repeat(level - currentLevel);\n\t\t\t\t\telse if (level < currentLevel) toc += \"<\/ul>\".repeat(currentLevel - level);\n\t\t\t\t\tcurrentLevel = level;\n\n\t\t\t\t\ttoc += `<li><a href=\"#${anchor}\">${titleText}<\/a><\/li>`;\n\n\t\t\t\t\treturn `${openTag}<a name=\"${anchor}\"><\/a>${innerHTML}<\/h${level}>`;\n\t\t\t\t}\n\t\t\t);\n\n\t\t\tif (currentLevel) toc += \"<\/ul>\".repeat(currentLevel);\n\n\t\t\tvar tocContainer = container.querySelector(\"#toc\");\n\t\t\tif (tocContainer) tocContainer.innerHTML += toc;\n\t\t};\n\n\t<\/script>\n\t\n\t\n<\/div>\n\n\n<p>With the start of 2023, a new important phase will begin for the implementation of the <a href=\"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released\/\">European Digital Identity Wallet<\/a>. In December, the consortia that will work on the use cases were selected, and by the end of the year we will see the results of the large scale pilots.<\/p>\n<p>However, there are still many points to clarify, causing no small concern among Italian identity providers: although the EUDI Wallet proposal has been welcomed across Europe with enthusiasm and curiosity, even the latest conference of the Digital Identity Observatory at Politecnico di Milano acknowledged both benefits and risks, describing the wallet&#8217;s implementation as an important turning point not only for the evolution of digital identities but also for the European digital market.<\/p>\n<p>Here are the main benefits and risks of the European Digital Identity Wallet according to the industry companies that spoke at the conference.<\/p>\n\n\n\n<h3>The benefits<\/h3>\n<h4><em>1) The proximity to the Self Sovereign Identity model<\/em><\/h4>\n<p>The EUDI Wallet will be a huge step forward for citizens&#8217; privacy: its architecture respects almost all 10 principles of Self Sovereign Identity, the digital identity model whose goal is to give users complete control over the management and sharing of their data, based on the principle of selective disclosure. More security for citizens&#8217; data, then, but not only that: even though digital identities can still be targeted by cyberattacks, the European Digital Identity Wallet will remain a huge step forward for security and for limiting identity theft.<\/p>\n<h4><em>2) More accessible trust services for citizens<\/em><\/h4>\n<p>The usefulness of the European wallet also lies in the ability to bring together, through a single access point, all the digital identity schemes present in Europe, making it easier for European public and private services to interoperate. For Qualified Trust Service Providers, too, it will therefore be easier to offer their trust services to all citizens, who will have access to electronic signatures, certified email (PEC) and much more.<\/p>\n<h4><em>3) A more innovative view of our identity<\/em><\/h4>\n<p>Among the benefits of the wallet, we can certainly include the possibility that it spreads a more contemporary understanding of our identity and the importance of protecting our data. Much of the population, in fact, is still not fully aware of the risks linked to the uncontrolled spread of our information and of what can be done to protect against identity theft. Thanks to the identity wallet and the ability to select exactly which information to share and when, the hope is that citizens will become more aware of this aspect too.<\/p>\n\n\n\n<h3>The risks<\/h3>\n<h4><em>1) The loss of value of national digital identity systems<\/em><\/h4>\n<p>It will be essential to find the right integration between the European Digital Identity Wallet and the government digital identities already in place and used in the various European countries: the risk, in fact, is that the European wallet may make obsolete, or fail to take into account, the digital identities that are already present and actually used by citizens, effectively wiping out years of economic investment by governments and private entities, as well as all the work done so far to raise awareness about the importance and use of these tools.<\/p>\n<h4><em>2) The absence of private players in the ecosystem<\/em><\/h4>\n<p>The presence of private players in the wallet ecosystem cannot be taken for granted \u2014 quite the opposite. In Italy, this is clearly visible in the number of private service providers for SPID and CIE, which is still limited compared to its potential. Private sector involvement in the EUDI Wallet will need to be encouraged through a well-defined, two-way business model, essential for increasing the number of services accessible via the wallet and, in turn, driving its adoption.<\/p>\n<h4><em>3) Competition from Big Tech<\/em><\/h4>\n<p>Big tech companies have already been working for some time on a wallet-based approach \u2014 especially in digital payments \u2014 and have on their side technological capabilities, enormous investment capital, and near-total control of the mobile devices in use. If not contained and anticipated, this advantage could &#8220;penalize&#8221; the EU&#8217;s autonomy in defining the ecosystem, infrastructure, framework and data security of the EUDI Wallet.<\/p>\n<p>In conclusion, while the implementation of the EUDI Wallet has rightly generated enthusiasm and curiosity, it will be important to proceed rationally, taking these risks into account, with the goal of building a balanced ecosystem that is, above all, useful for citizens.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity has-alpha-channel-opacity\"\/>\n\n\n\n<h4>Discover the solutions for your company&#8217;s digital transformation:<\/h4>\n<ul>\n<li><a title=\"Electronic Archiving\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/electronic-archiving\/\" target=\"_blank\" rel=\"noopener noreferrer\">Electronic Archiving<\/a><\/li>\n<li><a title=\"Customer Digital Onboarding\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/identification\/\" target=\"_blank\" rel=\"noopener noreferrer\">Customer Digital Onboarding<\/a><\/li>\n<li><a title=\"EDI - Electronic Data Interchange\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/edi-electronic-data-interchange\/\" target=\"_blank\" rel=\"noopener noreferrer\">EDI &#8211; Electronic Data Interchange<\/a><\/li>\n<li><a title=\"Electronic Invoicing Platform\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/electronic-invoicing\/\" target=\"_blank\" rel=\"noopener noreferrer\">Electronic Invoicing Platform<\/a><\/li>\n<li><a title=\"International Electronic Invoicing\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/international-electronic-invoicing\/\" target=\"_blank\" rel=\"noopener noreferrer\">International Electronic Invoicing<\/a><\/li>\n<li><a title=\"Corporate Electronic Signature\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/electronic-signature\/\" target=\"_blank\" rel=\"noopener noreferrer\">Corporate Electronic Signature<\/a><\/li>\n<li><a title=\"Document Management Software\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/document-management-software\/\" target=\"_blank\" rel=\"noopener noreferrer\">Document Management Software<\/a><\/li>\n<li><a title=\"Supply Chain Management\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/supply-chain-management\/\" target=\"_blank\" rel=\"noopener noreferrer\">Supply Chain Management<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The implementation of the EUDI Wallet creates curiosity and enthusiasm, but risks and benefits must be taken into account to build a balanced ecosystem that is truly useful for citizens.<\/p>\n","protected":false},"author":3,"featured_media":9796,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[196],"tags":[283,291,284],"class_list":["post-9797","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-regulations","tag-digital-identity-2","tag-eidas-2","tag-wallet-2"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection.\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"etinet_dev\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Intesa | Soluzioni per la trasformazione digitale delle aziende.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"European Digital Identity Wallet: risks and benefits\" \/>\n\t\t<meta property=\"og:description\" content=\"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-01-11T07:20:02+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-26T13:23:57+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/IntesaKyndryl\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"European Digital Identity Wallet: risks and benefits\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#article\",\"name\":\"European Digital Identity Wallet: risks and benefits\",\"headline\":\"European Digital Identity Wallet: risks and benefits\",\"author\":{\"@id\":\"#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Articolo_Pro-e-Contro-dellEUDI-Wallet-1.png\",\"width\":1300,\"height\":530},\"datePublished\":\"2023-01-11T08:20:02+01:00\",\"dateModified\":\"2026-08-26T15:23:57+02:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#webpage\"},\"articleSection\":\"Regulations, digital identity, eIDAS, wallet\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/category\\\/regulations\\\/#listItem\",\"name\":\"Regulations\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/category\\\/regulations\\\/#listItem\",\"position\":2,\"name\":\"Regulations\",\"item\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/category\\\/regulations\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#listItem\",\"name\":\"European Digital Identity Wallet: risks and benefits\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#listItem\",\"position\":3,\"name\":\"European Digital Identity Wallet: risks and benefits\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/category\\\/regulations\\\/#listItem\",\"name\":\"Regulations\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#organization\",\"name\":\"Intesa\",\"description\":\"Intesa \\u00e8 un digital solution provider che progetta e realizza soluzioni per la digitalizzazione dei processi aziendali. Accompagna le imprese nella trasformazione digitale attraverso piattaforme sicure, scalabili e conformi alle normative. La sua mission \\u00e8 rendere l\\u2019innovazione accessibile, sostenibile e centrata sulle persone, integrando tecnologia, design e servizi fiduciari. Societ\\u00e0 Benefit dal 2020, Intesa promuove un business etico, trasparente e attento al benessere aziendale e ambientale.\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/\",\"email\":\"INTESA@pec.trustedmail.intesa.it\",\"telephone\":\"+390239309066\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Logo-Intesa-a-Kyndryl-Company-In.Te_.S.A.-S.p.A.svg\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#organizationLogo\",\"width\":135,\"height\":28,\"caption\":\"In.Te.S.A. S.p.A. logo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/IntesaKyndryl\",\"https:\\\/\\\/www.instagram.com\\\/intesa_kyndryl\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCIagCWkVwcf-4fJc42lmCGg\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/intesa-kyndryl\\\/\"]},{\"@type\":\"Person\",\"@id\":\"#author\",\"name\":\"etinet_dev\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1a0ec97717a7ca61478f0c2a71710ceb96fda4a75db0477038a6581fb975aa27?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"etinet_dev\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#webpage\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/\",\"name\":\"European Digital Identity Wallet: risks and benefits\",\"description\":\"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Articolo_Pro-e-Contro-dellEUDI-Wallet-1.png\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#mainImage\",\"width\":1300,\"height\":530},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/european-digital-identity-wallet-risks-and-benefits\\\/#mainImage\"},\"datePublished\":\"2023-01-11T08:20:02+01:00\",\"dateModified\":\"2026-08-26T15:23:57+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/\",\"name\":\"Intesa (Havant Group)\",\"alternateName\":\"In.Te.S.A. S.p.A.\",\"description\":\"Soluzioni per la trasformazione digitale delle aziende.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>European Digital Identity Wallet: risks and benefits<\/title>\n\n","aioseo_head_json":{"title":"European Digital Identity Wallet: risks and benefits","description":"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection.","canonical_url":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#article","name":"European Digital Identity Wallet: risks and benefits","headline":"European Digital Identity Wallet: risks and benefits","author":{"@id":"#author"},"publisher":{"@id":"https:\/\/www.intesa.it\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/Articolo_Pro-e-Contro-dellEUDI-Wallet-1.png","width":1300,"height":530},"datePublished":"2023-01-11T08:20:02+01:00","dateModified":"2026-08-26T15:23:57+02:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#webpage"},"isPartOf":{"@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#webpage"},"articleSection":"Regulations, digital identity, eIDAS, wallet"},{"@type":"BreadcrumbList","@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/www.intesa.it\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/category\/regulations\/#listItem","name":"Regulations"}},{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/category\/regulations\/#listItem","position":2,"name":"Regulations","item":"https:\/\/www.intesa.it\/en\/category\/regulations\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#listItem","name":"European Digital Identity Wallet: risks and benefits"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#listItem","position":3,"name":"European Digital Identity Wallet: risks and benefits","previousItem":{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/category\/regulations\/#listItem","name":"Regulations"}}]},{"@type":"Organization","@id":"https:\/\/www.intesa.it\/en\/#organization","name":"Intesa","description":"Intesa \u00e8 un digital solution provider che progetta e realizza soluzioni per la digitalizzazione dei processi aziendali. Accompagna le imprese nella trasformazione digitale attraverso piattaforme sicure, scalabili e conformi alle normative. La sua mission \u00e8 rendere l\u2019innovazione accessibile, sostenibile e centrata sulle persone, integrando tecnologia, design e servizi fiduciari. Societ\u00e0 Benefit dal 2020, Intesa promuove un business etico, trasparente e attento al benessere aziendale e ambientale.","url":"https:\/\/www.intesa.it\/en\/","email":"INTESA@pec.trustedmail.intesa.it","telephone":"+390239309066","logo":{"@type":"ImageObject","url":"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/11\/Logo-Intesa-a-Kyndryl-Company-In.Te_.S.A.-S.p.A.svg","@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#organizationLogo","width":135,"height":28,"caption":"In.Te.S.A. S.p.A. logo"},"image":{"@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/IntesaKyndryl","https:\/\/www.instagram.com\/intesa_kyndryl\/","https:\/\/www.youtube.com\/channel\/UCIagCWkVwcf-4fJc42lmCGg","https:\/\/www.linkedin.com\/company\/intesa-kyndryl\/"]},{"@type":"Person","@id":"#author","name":"etinet_dev","image":{"@type":"ImageObject","@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1a0ec97717a7ca61478f0c2a71710ceb96fda4a75db0477038a6581fb975aa27?s=96&d=mm&r=g","width":96,"height":96,"caption":"etinet_dev"}},{"@type":"WebPage","@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#webpage","url":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/","name":"European Digital Identity Wallet: risks and benefits","description":"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.intesa.it\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/Articolo_Pro-e-Contro-dellEUDI-Wallet-1.png","@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#mainImage","width":1300,"height":530},"primaryImageOfPage":{"@id":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/#mainImage"},"datePublished":"2023-01-11T08:20:02+01:00","dateModified":"2026-08-26T15:23:57+02:00"},{"@type":"WebSite","@id":"https:\/\/www.intesa.it\/en\/#website","url":"https:\/\/www.intesa.it\/en\/","name":"Intesa (Havant Group)","alternateName":"In.Te.S.A. S.p.A.","description":"Soluzioni per la trasformazione digitale delle aziende.","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.intesa.it\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Intesa | Soluzioni per la trasformazione digitale delle aziende.","og:type":"article","og:title":"European Digital Identity Wallet: risks and benefits","og:description":"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection.","og:url":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/","article:published_time":"2023-01-11T07:20:02+00:00","article:modified_time":"2026-08-26T13:23:57+00:00","article:publisher":"https:\/\/www.facebook.com\/IntesaKyndryl","twitter:card":"summary","twitter:title":"European Digital Identity Wallet: risks and benefits","twitter:description":"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection."},"aioseo_meta_data":{"post_id":"9797","title":"European Digital Identity Wallet: risks and benefits","description":"Discover the risks and benefits of the European Digital Identity Wallet, a secure solution for European digital identity. Privacy and data protection.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":false,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":0,"frequency":"default","location":null,"local_seo":null,"seo_analyzer_scan_date":"2026-08-26 13:24:32","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-26 10:33:50","updated":"2026-08-26 13:24:32"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.intesa.it\/en\/\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.intesa.it\/en\/category\/regulations\/\" title=\"Regulations\">Regulations<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tEuropean Digital Identity Wallet: risks and benefits\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.intesa.it\/en\/"},{"label":"Regulations","link":"https:\/\/www.intesa.it\/en\/category\/regulations\/"},{"label":"European Digital Identity Wallet: risks and benefits","link":"https:\/\/www.intesa.it\/en\/european-digital-identity-wallet-risks-and-benefits\/"}],"_links":{"self":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/9797","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/comments?post=9797"}],"version-history":[{"count":2,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/9797\/revisions"}],"predecessor-version":[{"id":9803,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/9797\/revisions\/9803"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/media\/9796"}],"wp:attachment":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/media?parent=9797"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/categories?post=9797"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/tags?post=9797"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}