Skip to content

Commit c4c58ae

Browse files
committed
Handle eduPersonTargetedID as a single value on examples
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent f41f60c commit c4c58ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/idp2/idp_user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eduPersonScopedAffiliation": "[email protected]",
4343
"eduPersonPrincipalName": "[email protected]",
4444
"uid": "testuser",
45-
"eduPersonTargetedID": "one!for!all",
45+
"eduPersonTargetedID": ["one!for!all"],
4646
"c": "SE",
4747
"o": "Example Co.",
4848
"ou": "IT",
@@ -64,7 +64,7 @@
6464
"eduPersonScopedAffiliation": "[email protected]",
6565
"eduPersonPrincipalName": "[email protected]",
6666
"uid": "rohe",
67-
"eduPersonTargetedID": "one!for!all",
67+
"eduPersonTargetedID": ["one!for!all"],
6868
"c": "SE",
6969
"o": "Example Co.",
7070
"ou": "IT",

0 commit comments

Comments
 (0)