pvv-nixos-config/hosts/bekkalokk/services/mediawiki/simplesamlphp/authsources.php

12 lines
325 B
PHP
Raw Normal View History

<?php
$config = array(
/* This is the name of this authentication source, and will be used to access it later. */
'default-sp' => array(
'saml:SP',
# 'entityID' => 'https://wiki.pvv.ntnu.no/',
'entityID' => 'https://wiki2.pvv.ntnu.no/',
'idp' => 'https://idp.pvv.ntnu.no/',
),
);