12 lines
222 B
PHP
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/',
|
|
],
|
|
];
|