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

12 lines
329 B
PHP
Raw Normal View History

2024-03-29 01:59:46 +01: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',
# 'entityID' => 'https://wiki.pvv.ntnu.no/',
'entityID' => 'https://bekkalokk.pvv.ntnu.no/',
'idp' => 'https://idp.pvv.ntnu.no/',
),
);