simplesamlphp: send NameID in attributes

This commit is contained in:
Jérôme Schneider 2015-04-02 11:54:41 +02:00
parent 92ae14c872
commit 55f1cf9827
1 changed files with 4 additions and 3 deletions

View File

@ -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.