File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments