Add simplesaml setup

This commit is contained in:
2017-10-22 15:37:03 +02:00
parent 473cd000d0
commit d047a99fd3
7 changed files with 58 additions and 6 deletions

9
dist/authsources_example.php vendored Normal file

@ -0,0 +1,9 @@
<?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',
),
);