From c4c58ae448e5b0ef97c1213bbcec80f7456c8303 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Mon, 18 Mar 2019 23:02:28 +0200 Subject: Handle eduPersonTargetedID as a single value on examples Signed-off-by: Ivan Kanakarakis --- example/idp2/idp_user.py | 4 ++-- 1 file 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", -- cgit v1.2.1