From 0b76a22ad8c3666b591360b98dbf4dbcb412106a Mon Sep 17 00:00:00 2001
From: Niels van Dijk <niels.vandijk@surf.nl>
Date: Wed, 1 Sep 2021 09:38:23 +0200
Subject: [PATCH] Added 'Experimental' section where we may allow testing with
 profiles that are not yet formally accepted. Added Personlized as an example

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

diff --git a/config/logins.json b/config/logins.json
index 4ad4464..3b7cf0f 100644
--- a/config/logins.json
+++ b/config/logins.json
@@ -1,6 +1,6 @@
 {
     "Generic attribute profile": {
-    "message": "This generic attributes Section contains a profile with 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": "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": {
       "account9": {
         "explanation": "<b>A verbose set of attributes</b><br/>You can select individual attributes below to make the profile information more specific.",
@@ -8,8 +8,8 @@
         "uid": [
           "jstiglitz"
         ],
-	"pairwise-id": "jstiglitz",
-	"subject-id": "jstiglitz",
+	    "pairwise-id": "jstiglitz",
+	    "subject-id": "jstiglitz",
         "eduPersonTargetedID": "bd0916qef0c2e675b2def4ahe6w50b7d4bb4aae",
         "schacHomeOrganization": "harvard-example.edu",
         "eduPersonPrincipalName": "stiglitz@harvard-example.edu",
@@ -301,7 +301,7 @@
             "https://refeds.org/assurance",
             "https://refeds.org/assurance/IAP/low"
         ]
-      },      
+      }      
     }
   },
   "Behaviour tests": {
@@ -546,5 +546,37 @@
         "isMemberOf": "urn:collab:org:sunet-example.se"
       }
     }
+  },
+  "Experimental profiles": {
+    "message": "The experimental profiles section contains profiles which are currenlty under development or are being standerdized.",
+    "profiles": {
+      "account9": {
+        "explanation": "<b>REFEDs - Personalized</b><br/>An example implementatin of the REFEDS Personalized Authorization Entity Category attribute bundle.",
+        "display": "REFEDs - Personalized",
+        "uid": [
+          "jstiglitz"
+        ],
+	    "subject-id": "jstiglitz",
+        "schacHomeOrganization": "harvard-example.edu",
+        "cn": "Joseph Eugene Stiglitz",
+        "givenName": "Joseph",
+        "sn": "Stiglitz",
+        "displayName": "Joseph Stiglitz",
+        "mail": "stiglitz@harvard-example.edu",
+        "eduPersonScopedAffiliation": [
+          "employee@harvard-example.edu",
+          "faculty@harvard-example.edu",
+          "member@harvard-example.edu"
+        ],
+        "isMemberOf": "urn:collab:org:aarc-project.eu",
+        "eduPersonAssurance": [
+            "https://refeds.org/assurance",
+            "https://refeds.org/assurance/ID/unique",
+            "https://refeds.org/assurance/IAP/low",
+            "https://refeds.org/assurance/IAP/medium",
+            "https://refeds.org/assurance/ATP/ePA-1m"
+        ]        
+      }
+    }
   }
 }
-- 
GitLab