summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-03-18 23:02:28 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2019-03-18 23:02:31 +0200
commitc4c58ae448e5b0ef97c1213bbcec80f7456c8303 (patch)
tree55d0d1c88c245e168a06090254a1cb5bfa98f9c5
parentf41f60ccd4700ea72104e9bab362be071fcb0e1b (diff)
downloadpysaml2-c4c58ae448e5b0ef97c1213bbcec80f7456c8303.tar.gz
Handle eduPersonTargetedID as a single value on examples
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-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",