From 93ddfec4070c6f57b039ed895267160f169763f5 Mon Sep 17 00:00:00 2001
From: Lilith Wittmann <mail@lilithwittmann.de>
Date: Wed, 9 Jun 2021 09:17:01 +0200
Subject: [PATCH] fix scopes example

---
 docs/Detailinformationen/Authentifizierung_von_Usern.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Detailinformationen/Authentifizierung_von_Usern.md b/docs/Detailinformationen/Authentifizierung_von_Usern.md
index ccc2624b..7915c935 100644
--- a/docs/Detailinformationen/Authentifizierung_von_Usern.md
+++ b/docs/Detailinformationen/Authentifizierung_von_Usern.md
@@ -107,7 +107,7 @@ Entsprechend den [standartisierten Feldern](http://www.iana.org/assignments/jose
 {  
 	"iat":"1620072619",  
 	"exp":"1620079819",
-	"scope": ["leika:99108008252000", "region-leika:08110000:99108008252000"],
+	"scope": ["leika:99108008252000", "leika:99108008252000+region:08110000"],
   "clientType": "sender",
 	"publicKey": {
     "kty": "RSA",
-- 
GitLab