Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
37 righe
1.2 KiB
37 righe
1.2 KiB
<?php |
|
|
|
/** |
|
* CONFIFURAZIONI SPID |
|
*/ |
|
define('SPID_TIM', 'TI Trust Technologies srl'); |
|
define('SPID_INFOCERT', 'InfoCert S.p.A.'); |
|
define('SPID_POSTE', 'Poste Italiane SpA'); |
|
define('SPID_SIELTE', 'Sielte S.p.A.'); |
|
define('SPID_INTESA', 'IN.TE.S.A. S.p.A.'); |
|
define('SPID_SPIDITALIA', 'Register.it S.p.A.'); |
|
define('SPID_LEPIDA', 'Lepida S.p.A.'); |
|
define('SPID_NAMIRIAL', 'Namirial'); |
|
define('SPID_ARUBA', 'ArubaPEC S.p.A.'); |
|
define('SPID_TEST', 'TEST'); |
|
define('SPID_VALIDATOR', 'VALIDATOR'); |
|
############################################# |
|
|
|
define("RETURNTOSPID", "affitti"); // IDENTIFICATIVO APPLICATIVO PER IL RETURN SPID |
|
//define("RETURNTOSPID", "affitti_coll"); // IDENTIFICATIVO APPLICATIVO PER IL RETURN SPID su ambiente di test (dominio da definire) |
|
|
|
|
|
|
|
define("FAKE_SPID", 1); // Enable fake Spid info |
|
//define("WSO2_REDIRECT", "https://siciliapei.regione.sicilia.it/logintest/login.php?dst=".RETURNTOSPID); // Enable wso2 |
|
define("WSO2_REDIRECT", "https://siciliapei.regione.sicilia.it/login/login.php?dst=".RETURNTOSPID); // Enable wso2 |
|
|
|
define("SPID_TEST_BTN", 0); // Enable fake Spid info |
|
|
|
|
|
|
|
$cfTEST=array( |
|
"TINIT-GSTCML62T18F258H",// TEST |
|
|
|
); |
|
global $cfTEST; |
|
?>
|