From 530284eb155e4a6ac74965ce8dddacfafd351fe8 Mon Sep 17 00:00:00 2001
From: Niels van Dijk <niels.vandijk@surf.nl>
Date: Mon, 20 Sep 2021 10:56:11 +0200
Subject: [PATCH] Added additioanl description to SAML error. Fixed typos

---
 config/logins.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/logins.json b/config/logins.json
index 36ec2fe..c082d75 100644
--- a/config/logins.json
+++ b/config/logins.json
@@ -588,10 +588,10 @@
     }
   },
   "Error Scenarios": {
-    "message": "<b>Error scenario(s)</b>",
+    "message": "<b>Error scenario(s)</b><br>This section has SAML errors for (proper) testing error handling on the side of the service",
     "profiles": {
       "error": {
-        "explanation": "<b>Authentication errors</b><br>This login will trigger an authentication failed error on the side if teh IdP. The error is passed on to te Service. This error may occur when the user is not able to authenticate at the identity provided.",
+        "explanation": "<b>Authentication errors</b><br>This login will trigger an 'Authentication failed' error. This error may occur when the user is not able to authenticate at the identity provided.",
 	    "display": "Authentication error"
       }
     }
-- 
GitLab