13 lines
297 B
PHP
13 lines
297 B
PHP
|
<?php
|
||
|
$config = array(
|
||
|
'admin' => array(
|
||
|
'core:AdminPassword'
|
||
|
),
|
||
|
'default-sp' => array(
|
||
|
'saml:SP',
|
||
|
'entityID' => 'https://wiki2.pvv.ntnu.no/simplesaml/',
|
||
|
# 'entityID' => 'https://idp2.pvv.ntnu.no/',
|
||
|
'idp' => 'https://idp2.pvv.ntnu.no/',
|
||
|
),
|
||
|
);
|