11 lines
229 B
PHP
11 lines
229 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$metadata['http://localhost:1080/simplesaml/idp'] = [
|
|
'host' => '__DEFAULT__',
|
|
'privatekey' => 'localhost.pem',
|
|
'certificate' => 'localhost.crt',
|
|
'auth' => 'example-userpass',
|
|
];
|