diff --git a/docs/Detailinformationen/Authentifizierung_von_Fachanwendungen.md b/docs/Detailinformationen/Authentifizierung_von_Fachanwendungen.md
index aa84b87b6683e90e2c69b872b8b53bffc01868ac..abbbb75406fcbfe293d330b86cf387e5d3519394 100644
--- a/docs/Detailinformationen/Authentifizierung_von_Fachanwendungen.md
+++ b/docs/Detailinformationen/Authentifizierung_von_Fachanwendungen.md
@@ -36,14 +36,14 @@ Entsprechend [RFC 7519 Abschnnitt 8](https://tools.ietf.org/html/rfc7519#section
 | Feld | Inhalt | **Erläuterung**                           |
 | ---- | ------ | ----------------------------------------- |
 | typ  | JWT    | Es handelt sich um einen JWT.             |
-| alg  | RS512  | Der JWT verwendet RSASSA-PSS und SHA-512. |
+| alg  | PS512  | Der JWT verwendet RSASSA-PSS und SHA-512. |
 
 **Beispiel**
 
 ```json
 {
   "typ":"JWT",
-  "alg":"HS256"
+  "alg":"PS512"
 }
 ```