Add simplesaml setup
This commit is contained in:
9
dist/authsources_example.php
vendored
Normal file
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',
|
||||
),
|
||||
);
|
Reference in New Issue
Block a user