summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/idp2/idp_user.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/idp2/idp_user.py b/example/idp2/idp_user.py
index e16e7069..82b91673 100644
--- a/example/idp2/idp_user.py
+++ b/example/idp2/idp_user.py
@@ -42,7 +42,7 @@ USERS = {
"eduPersonScopedAffiliation": "student@example.com",
"eduPersonPrincipalName": "test@example.com",
"uid": "testuser",
- "eduPersonTargetedID": "one!for!all",
+ "eduPersonTargetedID": ["one!for!all"],
"c": "SE",
"o": "Example Co.",
"ou": "IT",
@@ -64,7 +64,7 @@ USERS = {
"eduPersonScopedAffiliation": "staff@example.com",
"eduPersonPrincipalName": "rohe@example.com",
"uid": "rohe",
- "eduPersonTargetedID": "one!for!all",
+ "eduPersonTargetedID": ["one!for!all"],
"c": "SE",
"o": "Example Co.",
"ou": "IT",