Skip to content
Snippets Groups Projects
studip-sp-config.php 629 B
Newer Older
André Noack's avatar
André Noack committed
<?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',
    ];