{"id":776,"date":"2023-11-21T12:59:00","date_gmt":"2023-11-21T11:59:00","guid":{"rendered":"https:\/\/itsonix.laolaweb.com\/?p=776"},"modified":"2026-05-13T13:00:43","modified_gmt":"2026-05-13T11:00:43","slug":"multi-factor-authentication","status":"publish","type":"post","link":"https:\/\/itsonix.eu\/en\/blog\/multi-faktor-authentifizierung\/","title":{"rendered":"Multi-factor authentication"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Multi-factor authentication (MFA for short) refers to multi-step procedures for electronic login or authentication in which users must provide two or more \u201efactors\u201c (i.e., characteristics). The term refers to logging in to websites, software applications, or IT networks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Use MFA?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For many years, it was common for users to authenticate themselves on websites or services using only a single factor\u2014such as a password to access their personal email account, a PIN to access online banking, or a TAN for an online bank transfer. However, this is now considered too insecure. After all, it must always be assumed that users have weak passwords or simply reuse the same password across different services. This creates an increased vulnerability to dictionary attacks and brute-force attacks; password databases can be hacked, or debit cards can be stolen. See also our blog post on this topic <a href=\"https:\/\/itsonix.eu\/en\/blog\/2023-passwortsicherheit\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u201ePassword Security\u201c<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a result, more and more service providers are switching to MFA and requesting additional information from users. While \u201eauthentic users\u201c can easily provide this information, it is very difficult for cybercriminals to obtain it. In most cases, two factors are used (2FA = two-factor authentication). However, the use of three factors has also become quite common (e.g., password, device ID, and fingerprint).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nevertheless, MFA is only as secure as the transmission medium. The third factor is also only useful if it is truly separate from the second factor. That is why, for example, it is not recommended to use the banking app and the Push-TAN app on the same smartphone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">MFA is designed to protect personal data from unauthorized access by third parties. This leads to the most common areas of application for MFA: banking, social media platforms, government agencies, insurance companies, and internal company access for employees. In many industries and government agencies, MFA is recommended or even required.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What types of factors are there?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The characteristics (factors) that must be provided for authentication can be classified into the following categories, which are currently in widespread use:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Knowledge is defined as \u201esomething the user knows\u201c\u2014that is, information known only to the user. This includes, for example, a password, a PIN\/PUK, or the answer to a security question. Knowledge-based factors are the easiest to hack.<\/li>\n\n\n\n<li>Possession refers to \u201esomething the user has\u201c\u2014that is, a physical object that only the user possesses. This includes, for example, a debit card, an ID card, a smartphone, a USB drive, or a dongle. This also includes one-time passwords (OTPs) sent to a cell phone or generated by smartphone apps. Possession factors are harder to hack, but they can be stolen, lost, or damaged.<\/li>\n\n\n\n<li>Inherence describes \u201esomething that is unique to the user.\u201c This includes, for example, biometric characteristics such as fingerprints, voice scans, facial scans, and iris recognition, as well as behavioral biometric data such as keystroke dynamics. Their advantage is that they cannot be forgotten or lost and are difficult to replicate. On the other hand, they cannot be changed if the underlying database is compromised.<\/li>\n\n\n\n<li>The user's location can also represent a factor type; for example, checking the IP address range from which the user typically logs in.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The authentication process might look something like this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A user enters a username and password to access an account.<\/li>\n\n\n\n<li>A second factor is required, such as a fingerprint, a PIN, or a one-time password (OTP).<\/li>\n\n\n\n<li>The user enters the requested factor, which is based on the information they previously provided when setting up the account.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How are the factors generated?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There is now a wide range of technical methods for generating the second factor for users or transmitting it to them. Some examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Smartphone apps (e.g., Google Authenticator, Microsoft Authenticator, TAN generator apps)<\/li>\n\n\n\n<li>Hardware TAN generators (In this case, a debit card, for example, is inserted, a barcode or QR code is scanned, and the TAN is generated)<\/li>\n\n\n\n<li>SMS for the mobileTAN process\n<ul class=\"wp-block-list\">\n<li>e.g., for online banking<\/li>\n\n\n\n<li>We do not recommend using text messages for this purpose, as they are sent unencrypted and can be easily tampered with or redirected. For this reason, many banks no longer offer this option.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Web browser (add-ons, such as an authenticator app)<\/li>\n\n\n\n<li>Sensors\n<ul class=\"wp-block-list\">\n<li>Fingerprint Scanner: Fingerprints are \u201ethe same\u201c for approximately every 1 billion people.<\/li>\n\n\n\n<li>Facial Recognition<\/li>\n\n\n\n<li>Iris Scan<\/li>\n\n\n\n<li>Vein scan (a scan of the palm is even more secure than a fingerprint)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Desktop Clients\n<ul class=\"wp-block-list\">\n<li>They know the secret and generate a code that is valid for a short time (e.g., KeePass)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Key File\n<ul class=\"wp-block-list\">\n<li>Certificate (transparent to the user, who therefore does not need to take any action, since the certificate simply needs to be available at a known location)<\/li>\n\n\n\n<li>SSH Key<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Hardware\n<ul class=\"wp-block-list\">\n<li>Debit card (as a first factor in addition to the PIN)<\/li>\n\n\n\n<li>Electronic ID card (with card reader)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Device Authentication\n<ul class=\"wp-block-list\">\n<li>The user is using a device with a unique, registered ID<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Legal Regulations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">At the European level, the revised Payment Services Directive 2 (PSD2) for payment service providers was adopted in 2015. Among other things, this requires banks, effective 2021, to ensure that transactions are authenticated using two independent factors from the categories of knowledge, possession, and inherence. For credit card transactions, there is the global PCI-DSS (Payment Card Industry Data Security Standard), which has required MFA, among other things, since 2022.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Disadvantages<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In general, it should be noted that setting up these additional factors is usually complicated. Specifically, applications must be installed and linked to the user\u2019s profile via a separate channel using QR codes. In some cases, this requires multiple devices and apps.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you need to replace your hardware\u2014for example, due to a malfunction or the complete loss of your smartphone\u2014migrating the secrets involves a significant amount of work. If the key file is lost, all secrets must ultimately be reissued.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Digital security is of critical importance in today's world, as both businesses and users store sensitive information online. Therefore, unauthorized access to this data must be prevented. MFA serves as an additional layer of security to protect accounts from unauthorized access, even if a password has been stolen.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Sources<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/aws.amazon.com\/de\/what-is\/mfa\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/aws.amazon.com\/de\/what-is\/mfa\/<\/a><br><a href=\"https:\/\/www.computerweekly.com\/de\/ratgeber\/Multifaktor-Authentifizierung-Beispiele-und-Anwendungsfaelle-fuer-MFA\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.computerweekly.com\/de\/ratgeber\/Multifaktor-Authentifizierung-Beispiele-und-Anwendungsfaelle-fuer-MFA<\/a><br><a href=\"https:\/\/www.entrust.com\/de\/resources\/faq\/what-is-multi-factor-authentication-mfa\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.entrust.com\/de\/resources\/faq\/what-is-multi-factor-authentication-mfa<\/a><br><a href=\"https:\/\/www.ibm.com\/de-de\/topics\/multi-factor-authentication\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.ibm.com\/de-de\/topics\/multi-factor-authentication<\/a><br><a href=\"https:\/\/www.itsb.ruhr-uni-bochum.de\/themen\/sichere_passworte.html\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.itsb.ruhr-uni-bochum.de\/themen\/sichere_passworte.html<\/a><br><a href=\"https:\/\/www.microsoft.com\/de-de\/security\/business\/identity-access\/microsoft-entra-mfa-multi-factor-authentication\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.microsoft.com\/de-de\/security\/business\/identity-access\/microsoft-entra-mfa-multi-factor-authentication<\/a><br><a href=\"https:\/\/de.wikipedia.org\/wiki\/Payment_Card_Industry_Data_Security_Standard\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/de.wikipedia.org\/wiki\/Payment_Card_Industry_Data_Security_Standard<\/a><br><a href=\"https:\/\/de.wikipedia.org\/wiki\/Zahlungsdiensterichtlinie\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/de.wikipedia.org\/wiki\/Zahlungsdiensterichtlinie<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Multi-Faktor-Authentifizierung (kurz: MFA) bezeichnet mehrstufige Verfahren f\u00fcr die elektronische Anmeldung bzw. Authentifizierung, bei denen Nutzende zwei oder mehr \u201eFaktoren\u201c (also Merkmale) zur Verf\u00fcgung stellen m\u00fcssen. Der Begriff bezieht sich auf die Anmeldung f\u00fcr Websites, Software-Anwendungen oder IT-Netzwerke. Warum MFA einsetzen? Viele Jahre lang war es \u00fcblich, dass Nutzende sich bei Websites oder Services mit nur [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":777,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[19],"tags":[],"class_list":["post-776","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-it-beratung"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Multi-Faktor-Authentifizierung - IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen<\/title>\n<meta name=\"description\" content=\"it Sonix Blog: Multi-Faktor-Authentifizierung\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/itsonix.eu\/en\/blog\/multi-factor-authentication\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Multi-Faktor-Authentifizierung - IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\" \/>\n<meta property=\"og:description\" content=\"it Sonix Blog: Multi-Faktor-Authentifizierung\" \/>\n<meta property=\"og:url\" content=\"https:\/\/itsonix.eu\/en\/blog\/multi-factor-authentication\/\" \/>\n<meta property=\"og:site_name\" content=\"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-21T11:59:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-13T11:00:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/mfa_header-e1788415410390.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1340\" \/>\n\t<meta property=\"og:image:height\" content=\"583\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Praktikant\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Praktikant\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/\"},\"author\":{\"name\":\"Praktikant\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#\\\/schema\\\/person\\\/829813e3a66c2dfbb030cd6647f3caf3\"},\"headline\":\"Multi-Faktor-Authentifizierung\",\"datePublished\":\"2023-11-21T11:59:00+00:00\",\"dateModified\":\"2026-05-13T11:00:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/\"},\"wordCount\":1057,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/mfa_header-e1788415410390.jpg\",\"articleSection\":[\"IT-Beratung\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/\",\"name\":\"Multi-Faktor-Authentifizierung - IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/mfa_header-e1788415410390.jpg\",\"datePublished\":\"2023-11-21T11:59:00+00:00\",\"dateModified\":\"2026-05-13T11:00:43+00:00\",\"description\":\"it Sonix Blog: Multi-Faktor-Authentifizierung\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/#primaryimage\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/mfa_header-e1788415410390.jpg\",\"contentUrl\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/mfa_header-e1788415410390.jpg\",\"width\":1340,\"height\":583,\"caption\":\"Grafische Darstellung einer Zwei-Faktor-Authentifizierung (2FA) mit Fingerabdruck und sicherem Login zum Schutz digitaler Benutzerkonten.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/multi-faktor-authentifizierung\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Multi-Faktor-Authentifizierung\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/\",\"name\":\"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#organization\",\"name\":\"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/itsonix_rgb.png\",\"contentUrl\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/itsonix_rgb.png\",\"width\":1755,\"height\":296,\"caption\":\"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\"},\"image\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#\\\/schema\\\/person\\\/829813e3a66c2dfbb030cd6647f3caf3\",\"name\":\"Praktikant\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g\",\"caption\":\"Praktikant\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Multi-Factor Authentication - IT Sonix - Your Partner for Custom Software Solutions","description":"it Sonix Blog: Multi-Factor Authentication","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/itsonix.eu\/en\/blog\/multi-factor-authentication\/","og_locale":"en_US","og_type":"article","og_title":"Multi-Faktor-Authentifizierung - IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen","og_description":"it Sonix Blog: Multi-Faktor-Authentifizierung","og_url":"https:\/\/itsonix.eu\/en\/blog\/multi-factor-authentication\/","og_site_name":"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen","article_published_time":"2023-11-21T11:59:00+00:00","article_modified_time":"2026-05-13T11:00:43+00:00","og_image":[{"width":1340,"height":583,"url":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/mfa_header-e1788415410390.jpg","type":"image\/jpeg"}],"author":"Praktikant","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Praktikant","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/#article","isPartOf":{"@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/"},"author":{"name":"Praktikant","@id":"https:\/\/itsonix.eu\/de\/#\/schema\/person\/829813e3a66c2dfbb030cd6647f3caf3"},"headline":"Multi-Faktor-Authentifizierung","datePublished":"2023-11-21T11:59:00+00:00","dateModified":"2026-05-13T11:00:43+00:00","mainEntityOfPage":{"@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/"},"wordCount":1057,"commentCount":0,"publisher":{"@id":"https:\/\/itsonix.eu\/de\/#organization"},"image":{"@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/#primaryimage"},"thumbnailUrl":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/mfa_header-e1788415410390.jpg","articleSection":["IT-Beratung"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/","url":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/","name":"Multi-Factor Authentication - IT Sonix - Your Partner for Custom Software Solutions","isPartOf":{"@id":"https:\/\/itsonix.eu\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/#primaryimage"},"image":{"@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/#primaryimage"},"thumbnailUrl":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/mfa_header-e1788415410390.jpg","datePublished":"2023-11-21T11:59:00+00:00","dateModified":"2026-05-13T11:00:43+00:00","description":"it Sonix Blog: Multi-Factor Authentication","breadcrumb":{"@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/#primaryimage","url":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/mfa_header-e1788415410390.jpg","contentUrl":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/mfa_header-e1788415410390.jpg","width":1340,"height":583,"caption":"Grafische Darstellung einer Zwei-Faktor-Authentifizierung (2FA) mit Fingerabdruck und sicherem Login zum Schutz digitaler Benutzerkonten."},{"@type":"BreadcrumbList","@id":"https:\/\/itsonix.eu\/blog\/multi-faktor-authentifizierung\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/itsonix.eu\/de\/"},{"@type":"ListItem","position":2,"name":"Multi-Faktor-Authentifizierung"}]},{"@type":"WebSite","@id":"https:\/\/itsonix.eu\/de\/#website","url":"https:\/\/itsonix.eu\/de\/","name":"IT Sonix - Your Partner for Custom Software Solutions","description":"","publisher":{"@id":"https:\/\/itsonix.eu\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/itsonix.eu\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/itsonix.eu\/de\/#organization","name":"IT Sonix - Your Partner for Custom Software Solutions","url":"https:\/\/itsonix.eu\/de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itsonix.eu\/de\/#\/schema\/logo\/image\/","url":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/itsonix_rgb.png","contentUrl":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/itsonix_rgb.png","width":1755,"height":296,"caption":"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen"},"image":{"@id":"https:\/\/itsonix.eu\/de\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/itsonix.eu\/de\/#\/schema\/person\/829813e3a66c2dfbb030cd6647f3caf3","name":"Intern","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g","caption":"Praktikant"}}]}},"_links":{"self":[{"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/posts\/776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/comments?post=776"}],"version-history":[{"count":1,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/posts\/776\/revisions"}],"predecessor-version":[{"id":778,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/posts\/776\/revisions\/778"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/media\/777"}],"wp:attachment":[{"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/media?parent=776"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/categories?post=776"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/tags?post=776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}