ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
shib13-idp-hosted.php
Go to the documentation of this file.
1 <?php
8 $metadata['__DYNAMIC:1__'] = array(
9 
10  /*
11  * The hostname of the server (VHOST) that will use this SAML entity.
12  *
13  * Can be '__DEFAULT__', to use this entry by default.
14  */
15  'host' => '__DEFAULT__',
16 
17  // X.509 key and certificate. Relative to the cert directory.
18  'privatekey' => 'server.pem',
19  'certificate' => 'server.crt',
20 
21  /*
22  * Authentication source to use. Must be one that is configured in
23  * 'config/authsources.php'.
24  */
25  'auth' => 'example-userpass',
26 );
Create styles array
The data for the language used.
$metadata['__DYNAMIC:1__']
SAML 1.1 IdP configuration for SimpleSAMLphp.