diff --git a/config-templates/authsources.php b/config-templates/authsources.php index ccf224cd40a59cecc66f8a7f53992a6f099a489b..66fa7065c1216210d3b960794b46caa370cfabc7 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -49,18 +49,18 @@ $config = array( //'signature.algorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256', /* - // The attributes parameter must contain an array of desired attributes by the SP. - // The attributes can be expresed as an array of names or as an associative array - // in the form of 'friendlyName' => 'name'. - // The metadata will then be created as follows: - // <md:RequestedAttribute FriendlyName="friendlyName" Name="name" /> - 'attributes' => array( - 'attrname' => 'urn:oid:x.x.x.x', - ), - 'attributes.required' => array ( - 'urn:oid:x.x.x.x', - ), + * The attributes parameter must contain an array of desired attributes by the SP. + * The attributes can be expressed as an array of names or as an associative array + * in the form of 'friendlyName' => 'name'. + * The metadata will then be created as follows: + * <md:RequestedAttribute FriendlyName="friendlyName" Name="name" /> */ + /*'attributes' => array( + 'attrname' => 'urn:oid:x.x.x.x', + ),*/ + /*'attributes.required' => array ( + 'urn:oid:x.x.x.x', + ),*/ ),