diff --git a/config-templates/authsources.php b/config-templates/authsources.php index 049cad5541a2c469617ed2f0566c78161e0ea48f..6afe417811d36c5248af6fa115dc3001d2bf1456 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -51,11 +51,16 @@ $config = array( /* * 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'. + * in the form of 'friendlyName' => 'name'. This feature requires 'name' to be set. * The metadata will then be created as follows: * <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', ),*/ /*'attributes.required' => array (