ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
adfs-idp-hosted.php
Go to the documentation of this file.
1 <?php
2 
3 $metadata['__DYNAMIC:1__'] = array(
4  'host' => '__DEFAULT__',
5  'privatekey' => 'server.pem',
6  'certificate' => 'server.crt',
7  'auth' => 'example-userpass',
8  'authproc' => array(
9  // Convert LDAP names to WS-Fed Claims.
10  100 => array('class' => 'core:AttributeMap', 'name2claim'),
11  ),
12 );
$metadata['__DYNAMIC:1__']