diff --git a/assets/images/oauth/JWT_konzept.png b/assets/images/oauth/JWT_konzept.png
index cdaca75607147d6e59fd2f811237fb03dd16d797..4bbbfb3950afbb307e6ddd925bf07d8e8aefea55 100644
Binary files a/assets/images/oauth/JWT_konzept.png and b/assets/images/oauth/JWT_konzept.png differ
diff --git a/docs/Detailinformationen/Authentifizierung_von_Usern.md b/docs/Detailinformationen/Authentifizierung_von_Usern.md
index 2526e784a53b64a4fc21cd5f3f9f1d746712a466..e2f9c4d4fa97c47077d604ca143a67363f2f57e6 100644
--- a/docs/Detailinformationen/Authentifizierung_von_Usern.md
+++ b/docs/Detailinformationen/Authentifizierung_von_Usern.md
@@ -111,7 +111,7 @@ Entsprechend den [standartisierten Feldern](http://www.iana.org/assignments/jose
     "alg": "PS512",
     "n": "...Public Key..."
   },
-	"aud": "639c5be8-eb9c-4741-834e-4ad11629898a"
+  "aud": "639c5be8-eb9c-4741-834e-4ad11629898a",
   "domains": ["example.com", "sub.example.com"]
 }