This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
spip-saml/saml_options.php

9 lines
175 B
PHP

<?
/* Chargement de la lib simplaesamlphp Debian */
require_once('/usr/share/simplesamlphp/lib/_autoload.php');
$simplesaml = new SimpleSAML_Auth_Simple('default-sp');
?>