diff --git a/docs/Detailinformationen/Authentifizierung_von_Usern.md b/docs/Detailinformationen/Authentifizierung_von_Usern.md index 7915c9352a00ac73f4370fc254e80a37a25bdd91..1df506826618762208ad56b99217599e5f429bd6 100644 --- a/docs/Detailinformationen/Authentifizierung_von_Usern.md +++ b/docs/Detailinformationen/Authentifizierung_von_Usern.md @@ -47,7 +47,7 @@ Entsprechend [RFC 7519 Abschnnitt 8](https://tools.ietf.org/html/rfc7519#section | Feld | Inhalt | **Erläuterung** | | ---- | ------ | ----------------------------------------------- | | typ | JWT | Es handelt sich um einen JWT-Token. | -| alg | RS512 | Der JWT Token verwendet RSASSA-PSS und SHA-512. | +| alg | PS512 | Der JWT Token verwendet RSASSA-PSS und SHA-512. | | | | | **Beispiel** @@ -143,4 +143,4 @@ Das API-Gateway muss die JWT-Tokens validieren: - sid - IP-Addresse des Users - Website von der der Antrag übermittelt wird bzw. das Fehlen eines Referers -- Onlineservice-ID \ No newline at end of file +- Onlineservice-ID