Skip to content
Snippets Groups Projects
Commit fe607483 authored by Bjorn R. Jensen's avatar Bjorn R. Jensen
Browse files

improved documentation of the use of attributes and attributes.required in authsources.php

parent 12af2ab1
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