From 44c61d24a1f8878e10dfd3dc77c0bf4eccee033f Mon Sep 17 00:00:00 2001
From: Niels van Dijk <niels.vandijk@surf.nl>
Date: Mon, 20 Sep 2021 10:44:56 +0200
Subject: [PATCH] Added headers to all sections; Removed UID from Personized
 profile; Added description for Error

---
 config/logins.json | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/config/logins.json b/config/logins.json
index 8de4e45..36ec2fe 100644
--- a/config/logins.json
+++ b/config/logins.json
@@ -1,6 +1,6 @@
 {
     "Generic attribute profile": {
-    "message": "This generic attributes profile many of the attributes that are in use within R&E identity federations. Note however it is unlikely you need all of these. In most cases, you should request a more specific attribute set which can be tested with the other profiles provided.",
+    "message": "<b>A verbose set of attributes</b><br>This generic attributes profile many of the attributes that are in use within R&E identity federations. Note however it is unlikely you need all of these. In most cases, you should request a more specific attribute set which can be tested with the other profiles provided.",
     "profiles": {
       "account0": {
         "explanation": "<b>A verbose set of attributes</b><br/>You can select individual attributes below to make the profile information more specific.",
@@ -42,7 +42,7 @@
     }
   },
   "Research and Scholarship": {
-    "message": "<b>This is the Research and Scholarship (R&S) Section</b><br/>R&S has been designed as a simple and scalable way to release minimal amounts of required personal data to Service Providers serving the Research and Scholarship Community.<br/>The R&S accounts provide the various permutations of attributes you may recieve if you declare yourself an R&S service provider in eduGAIN",
+    "message": "<b>Research and Scholarship (R&S) profiles</b><br/>R&S has been designed as a simple and scalable way to release minimal amounts of required personal data to Service Providers serving the Research and Scholarship Community.<br/>The R&S accounts provide the various permutations of attributes you may recieve if you declare yourself an R&S service provider in eduGAIN",
     "profiles": {
       "account1": {
         "explanation": "<b>R&S: displayName</b><br/>This profile provides a R&S compatible attribute bundle with the name of the user name being provided in the 'displayname' attribute",
@@ -136,7 +136,7 @@
     }
   },
   "REFEDs Assurance Framework profiles": {
-    "message": "The REFEDs Assurance Framework profiles section contains a number of profile with a basic set of attributes a presented in the R&S Section, but now complemented with assurance information expressed in accordance with the REFEDs Assurance Framework.",
+    "message": "<b>REFEDs Assurance Framework profiles</b><br/>The REFEDs Assurance Framework profiles section contains a number of profile with a basic set of attributes a presented in the R&S Section, but now complemented with assurance information expressed in accordance with the REFEDs Assurance Framework.",
     "profiles": {
       "account101": {
         "explanation": "<b>Cappuccino</b><br/>This profile provides a R&S compatible attribute bundle with the name of the user name being provided in the 'displayname' attribute and assurance profile 'Cappuccino'",
@@ -317,7 +317,7 @@
     }
   },
   "Behaviour tests": {
-    "message": "This is the behaviour tests Section.<br>These tests offer a range of scenarios you could encounter when engaging with identity federations 'in the wild'. Use these tests to confirm compatilbility with various attribute useage scenrios and various values of attributes which may be delivered to your Service.",
+    "message": "<b>Behaviour tests</b><br>These tests offer a range of scenarios you could encounter when engaging with identity federations 'in the wild'. Use these tests to confirm compatilbility with various attribute useage scenrios and various values of attributes which may be delivered to your Service.",
     "profiles": {
       "account210": {
         "explanation": "<b>Multi-valued mail attribute</b><br>The email attribute is multi valued, so you may recieve more then one of them. It is up to you to decide how to handle that.",
@@ -560,14 +560,11 @@
     }
   },
   "Experimental profiles": {
-    "message": "The experimental profiles section contains profiles which are currenlty under development or are being standerdized.",
+    "message": "<b>Experimental profiles</b><br/>The experimental profiles section contains profiles which are currenlty under development or are being standerdized.",
     "profiles": {
       "account900": {
         "explanation": "<b>REFEDs - Personalized</b><br/>An example implementatin of the REFEDS Personalized Authorization Entity Category attribute bundle. For more information see <a href='https://edu.nl/994m3' target='_blank'>https://edu.nl/994m3</a>",
         "display": "REFEDs - Personalized",
-        "uid": [
-          "jstiglitz"
-        ],
 	    "subject-id": "jstiglitz",
         "schacHomeOrganization": "harvard-example.edu",
         "cn": "Joseph Eugene Stiglitz",
@@ -591,11 +588,11 @@
     }
   },
   "Error Scenarios": {
-    "message": "Error scenario(s) message",
+    "message": "<b>Error scenario(s)</b>",
     "profiles": {
       "error": {
-        "explanation": "Error Test explanation",
-	"display": "Error Test display"
+        "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.",
+	    "display": "Authentication error"
       }
     }
   }
-- 
GitLab