ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
);
$metadata
$metadata['__DYNAMIC:1__']
SAML 1.1 IdP configuration for SimpleSAMLphp.
Definition:
shib13-idp-hosted.php:8
php
libs
composer
vendor
simplesamlphp
simplesamlphp
metadata-templates
shib13-idp-hosted.php
Generated on Thu Jan 30 2025 19:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)