ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
adfs-sp-remote.php
Go to the documentation of this file.
1 <?php
2 
3 $metadata['urn:federation:localhost'] = array(
4  'prp' => 'https://localhost/adfs/ls/',
5  'simplesaml.nameidattribute' => 'uid',
6  'authproc' => array(
7  50 => array(
8  'class' => 'core:AttributeLimit',
9  'cn', 'mail', 'uid', 'eduPersonAffiliation',
10  ),
11  ),
12 );
$metadata['urn:federation:localhost']