Skip to content

Commit f68210e

Browse files
committed
Minor fixes to authsources configuration template.
1 parent e119303 commit f68210e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

config-templates/authsources.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@
4949
//'signature.algorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
5050

5151
/*
52-
// The attributes parameter must contain an array of desired attributes by the SP.
53-
// The attributes can be expresed as an array of names or as an associative array
54-
// in the form of 'friendlyName' => 'name'.
55-
// The metadata will then be created as follows:
56-
// <md:RequestedAttribute FriendlyName="friendlyName" Name="name" />
57-
'attributes' => array(
58-
'attrname' => 'urn:oid:x.x.x.x',
59-
),
60-
'attributes.required' => array (
61-
'urn:oid:x.x.x.x',
62-
),
52+
* The attributes parameter must contain an array of desired attributes by the SP.
53+
* The attributes can be expressed as an array of names or as an associative array
54+
* in the form of 'friendlyName' => 'name'.
55+
* The metadata will then be created as follows:
56+
* <md:RequestedAttribute FriendlyName="friendlyName" Name="name" />
6357
*/
58+
/*'attributes' => array(
59+
'attrname' => 'urn:oid:x.x.x.x',
60+
),*/
61+
/*'attributes.required' => array (
62+
'urn:oid:x.x.x.x',
63+
),*/
6464
),
6565

6666

0 commit comments

Comments
 (0)