Files
nettsiden/dist/identity-provider/saml20-idp-hosted.php

11 lines
230 B
PHP

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