From 55f1cf9827bc879799189987be5b9dc2fb760ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Thu, 2 Apr 2015 11:54:41 +0200 Subject: [PATCH] simplesamlphp: send NameID in attributes --- inc/simplesamlphp/config/config.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inc/simplesamlphp/config/config.php b/inc/simplesamlphp/config/config.php index b61d78a..a69c544 100644 --- a/inc/simplesamlphp/config/config.php +++ b/inc/simplesamlphp/config/config.php @@ -517,11 +517,12 @@ $config = array( * Both Shibboleth and SAML 2.0 */ 'authproc.sp' => array( - /* 10 => array( - 'class' => 'core:AttributeMap', 'removeurnprefix' + 'class' => 'saml:NameIDAttribute', + 'format' => '%V', + 'attribute' => 'NameID', + ), - */ /* * Generate the 'group' attribute populated from other variables, including eduPersonAffiliation.