nettsiden/dist/simplesamlphp-authsources.php

10 lines
220 B
PHP
Raw Permalink 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',
2018-03-05 19:20:22 +01:00
'idp' => 'https://idp.pvv.ntnu.no/',
2017-10-22 15:37:03 +02:00
),
);