Skip to content
Snippets Groups Projects
Commit 025347d5 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo Committed by GitHub
Browse files

Merge pull request #561 from shamus13/master

Slight improvement of documentation in authsources config template
parents 12af2ab1 fe607483
No related branches found
No related tags found
No related merge requests found
...@@ -51,11 +51,16 @@ $config = array( ...@@ -51,11 +51,16 @@ $config = array(
/* /*
* The attributes parameter must contain an array of desired attributes by the SP. * 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 * The attributes can be expressed as an array of names or as an associative array
* in the form of 'friendlyName' => 'name'. * in the form of 'friendlyName' => 'name'. This feature requires 'name' to be set.
* The metadata will then be created as follows: * The metadata will then be created as follows:
* <md:RequestedAttribute FriendlyName="friendlyName" Name="name" /> * <md:RequestedAttribute FriendlyName="friendlyName" Name="name" />
*/ */
/*'attributes' => array( /*'name' => array(
'en' => 'A service',
'no' => 'En tjeneste',
),
'attributes' => array(
'attrname' => 'urn:oid:x.x.x.x', 'attrname' => 'urn:oid:x.x.x.x',
),*/ ),*/
/*'attributes.required' => array ( /*'attributes.required' => array (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment