From daed07e4b24c2001d95ca51122ef6a83f5c6a231 Mon Sep 17 00:00:00 2001 From: Marco Holz <marco.holz@fitko.de> Date: Wed, 9 Jun 2021 14:15:32 +0000 Subject: [PATCH] fix incorrect signature algorithm --- docs/Detailinformationen/Authentifizierung_von_Usern.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Detailinformationen/Authentifizierung_von_Usern.md b/docs/Detailinformationen/Authentifizierung_von_Usern.md index 7915c935..1df50682 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 -- GitLab