Skip to content
Snippets Groups Projects
Commit 4d876911 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Merge branch 'master' of github.com:simplesamlphp/simplesamlphp

parents 6293a31d 025347d5
No related branches found
No related tags found
No related merge requests found
......@@ -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 (
......
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