From d7b3135f1333ae1475bd18552fe57c8d92fe485e Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Sat, 17 Apr 2010 22:16:03 +0200 Subject: [PATCH] To verify the difference between required and optional --- example/sp/sp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/sp/sp.conf b/example/sp/sp.conf index e93d354..141de23 100644 --- a/example/sp/sp.conf +++ b/example/sp/sp.conf @@ -5,7 +5,7 @@ "name" : "Rolands SP", "url" : "http://localhost:8087/", "required_attributes": ["surname", "givenname", "edupersonaffiliation"], - #"optional_attributes": ["title"], + "optional_attributes": ["title"], "idp": { "" : "http://localhost:8088/sso", },