mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2024-12-04 19:40:07 +01:00
12 lines
242 B
PHP
12 lines
242 B
PHP
<?php
|
|
$config = array(
|
|
'admin' => array(
|
|
'core:AdminPassword'
|
|
),
|
|
'default-sp' => array(
|
|
'saml:SP',
|
|
'entityID' => 'https://wiki.pvv.ntnu.no/simplesaml/',
|
|
'idp' => 'https://idp.pvv.ntnu.no/',
|
|
),
|
|
);
|