10 lines
223 B
PHP
10 lines
223 B
PHP
|
<?php
|
||
|
$config = array(
|
||
|
|
||
|
/* This is the name of this authentication source, and will be used to access it later. */
|
||
|
'default-sp' => array(
|
||
|
'saml:SP',
|
||
|
'idp' => 'https://www.pvv.ntnu.no/idp',
|
||
|
),
|
||
|
);
|