f5a6868301
Co-authored-by: h7x4 <h7x4@nani.wtf>
10 lines
220 B
PHP
10 lines
220 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://idp.pvv.ntnu.no/',
|
|
),
|
|
);
|