<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Authentifizierung on FISI Lernzettel</title><link>https://hugo.globuklumbo.de/tags/authentifizierung/</link><description>Recent content in Authentifizierung on FISI Lernzettel</description><generator>Hugo</generator><language>de</language><atom:link href="https://hugo.globuklumbo.de/tags/authentifizierung/index.xml" rel="self" type="application/rss+xml"/><item><title>Zugriffskontrolle &amp; Authentifizierung</title><link>https://hugo.globuklumbo.de/06_it-sicherheit/zugriffskontrolle/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugo.globuklumbo.de/06_it-sicherheit/zugriffskontrolle/</guid><description>&lt;h1 id="zugriffskontrolle--authentifizierung"&gt;Zugriffskontrolle &amp;amp; Authentifizierung&lt;a class="anchor" href="#zugriffskontrolle--authentifizierung"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Zugriffskontrolle stellt sicher, dass nur berechtigte Personen auf Systeme und Daten zugreifen können — sie besteht aus &lt;strong&gt;Authentifizierung&lt;/strong&gt; (Wer bist du?) und &lt;strong&gt;Autorisierung&lt;/strong&gt; (Was darfst du?).&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="aaa--authentication-authorization-accounting"&gt;AAA — Authentication, Authorization, Accounting&lt;a class="anchor" href="#aaa--authentication-authorization-accounting"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Begriff&lt;/th&gt;
					&lt;th&gt;Frage&lt;/th&gt;
					&lt;th&gt;Beispiel&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Authentication&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Wer bist du?&lt;/td&gt;
					&lt;td&gt;Passwort-Login, Fingerabdruck&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Authorization&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Was darfst du?&lt;/td&gt;
					&lt;td&gt;Lesezugriff auf Ordner X, kein Schreibzugriff&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Accounting&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Was hast du getan?&lt;/td&gt;
					&lt;td&gt;Protokollierung von Zugriffen (Logging)&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="authentifizierungsfaktoren"&gt;Authentifizierungsfaktoren&lt;a class="anchor" href="#authentifizierungsfaktoren"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Faktor&lt;/th&gt;
					&lt;th&gt;Beispiel&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Wissen&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Passwort, PIN&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Besitz&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Smartphone (App/SMS-Code), Hardware-Token&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Inhärenz&lt;/strong&gt; (biometrisch)&lt;/td&gt;
					&lt;td&gt;Fingerabdruck, Gesichtserkennung&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Multi-Faktor-Authentifizierung (&lt;abbr title="Multi-Faktor-Authentifizierung" style="text-decoration-line: underline; text-decoration-style: dotted; text-decoration-color: var(--color-link); cursor: help;"&gt;MFA&lt;/abbr&gt;)&lt;/strong&gt; kombiniert &lt;strong&gt;mindestens zwei&lt;/strong&gt; dieser Faktoren — z. B. Passwort (Wissen) + Smartphone-Code (Besitz). Das erhöht die Sicherheit erheblich: Ein gestohlenes Passwort allein reicht nicht mehr für den Zugriff.&lt;/p&gt;</description></item><item><title>API-Authentifizierung</title><link>https://hugo.globuklumbo.de/07_softwareentwicklung/api-authentifizierung/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugo.globuklumbo.de/07_softwareentwicklung/api-authentifizierung/</guid><description>&lt;h1 id="api-authentifizierung"&gt;API-Authentifizierung&lt;a class="anchor" href="#api-authentifizierung"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Da &lt;strong&gt;&lt;abbr title="Application Programming Interface" style="text-decoration-line: underline; text-decoration-style: dotted; text-decoration-color: var(--color-link); cursor: help;"&gt;API&lt;/abbr&gt;s&lt;/strong&gt; oft über das öffentliche Internet erreichbar sind und Zugriff auf sensible Daten oder Funktionen erlauben, muss jede Anfrage eindeutig einem berechtigten Aufrufer zugeordnet werden können. Die &lt;strong&gt;Authentifizierung&lt;/strong&gt; stellt fest, &lt;em&gt;wer&lt;/em&gt; eine Anfrage stellt, die anschließende &lt;strong&gt;Autorisierung&lt;/strong&gt; entscheidet, &lt;em&gt;was&lt;/em&gt; dieser Aufrufer tun darf.&lt;/p&gt;
&lt;h2 id="warum-apis-authentifizierung-brauchen"&gt;Warum APIs Authentifizierung brauchen&lt;a class="anchor" href="#warum-apis-authentifizierung-brauchen"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Ohne Authentifizierungsmechanismus könnte jeder, der die URI einer API kennt, beliebige Daten abrufen, verändern oder löschen. Typische Ziele einer API-Authentifizierung:&lt;/p&gt;</description></item></channel></rss>