nettsiden/dist/authsources_example.php

10 lines
223 B
PHP
Raw Normal View History

2017-10-22 15:37:03 +02:00
<?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',
),
);