We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41f60c commit c4c58aeCopy full SHA for c4c58ae
example/idp2/idp_user.py
@@ -42,7 +42,7 @@
42
"eduPersonScopedAffiliation": "student@example.com",
43
"eduPersonPrincipalName": "test@example.com",
44
"uid": "testuser",
45
- "eduPersonTargetedID": "one!for!all",
+ "eduPersonTargetedID": ["one!for!all"],
46
"c": "SE",
47
"o": "Example Co.",
48
"ou": "IT",
@@ -64,7 +64,7 @@
64
"eduPersonScopedAffiliation": "staff@example.com",
65
"eduPersonPrincipalName": "rohe@example.com",
66
"uid": "rohe",
67
68
69
70
0 commit comments