Build new nix {module,package,flake}. Adapt to new config variables

Co-authored-by: h7x4 <h7x4@nani.wtf>
This commit is contained in:
2024-03-23 21:03:21 +01:00
committed by Felix Albrigtsen
parent 310246dd20
commit f5a6868301
16 changed files with 1681 additions and 99 deletions

9
dist/simplesamlphp-authsources.php vendored Normal file
View 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://idp.pvv.ntnu.no/',
),
);