Newer
Older
<?php
/*
* studip-sp-config.php - Shibboleth authentication proxy for Stud.IP
* Copyright (c) 2007 Elmar Ludwig
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*/
// cache dir for authentication data
const AUTH_DIR = '/tmp/studip-sp';
// list of valid service URLs that may use this proxy
$service_urls = [
// add your service URLs here (example follows):
'https:/develop.studip.de/studip/index.php',
];