nettsiden/dist/simplesamlphp-authsources.php
2025-03-12 00:20:04 +01:00

12 lines
222 B
PHP

<?php
declare(strict_types=1);
$config = [
/* This is the name of this authentication source, and will be used to access it later. */
'default-sp' => [
'saml:SP',
'idp' => 'https://idp.pvv.ntnu.no/',
],
];