Skip to content
Snippets Groups Projects
Commit f68210e6 authored by Jaime Perez's avatar Jaime Perez
Browse files

Minor fixes to authsources configuration template.

parent e119303e
Branches
Tags
No related merge requests found
......@@ -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',
),*/
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment