Home
last modified time | relevance | path

Searched refs:checkURLAllowed (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Utils/
H A DHttpAdapter.php47 public function checkURLAllowed($url, array $trustedSites = null) function in SimpleSAML\\Utils\\HttpAdapter
49 return HTTP::checkURLAllowed($url, $trustedSites);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Utils/
H A DHttpAdapter.php60 public function checkURLAllowed($url, array $trustedSites = null) function in SimpleSAML\\Utils\\HttpAdapter
62 return HTTP::checkURLAllowed($url, $trustedSites);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/adfs/lib/IdP/
H A DADFS.php34 $state['adfs:wreply'] = SimpleSAML\Utils\HTTP::checkURLAllowed($query['wreply']);
213 $idp->doLogoutRedirect(\SimpleSAML\Utils\HTTP::checkURLAllowed($_GET['wreply']));
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/core/www/
H A Das_logout.php18 $as->logout(\SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']));
H A Dno_cookie.php5 $retryURL = \SimpleSAML\Utils\HTTP::checkURLAllowed($retryURL);
H A Das_login.php21 'ReturnTo' => \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']),
H A Dcleardiscochoices.php29 $returnTo = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/core/www/
H A Das_logout.php18 $as->logout(\SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']));
H A Das_login.php21 'ReturnTo' => \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']),
H A Dcleardiscochoices.php28 $returnTo = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']);
H A Dno_cookie.php5 $retryURL = \SimpleSAML\Utils\HTTP::checkURLAllowed($retryURL);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/www/saml2/idp/
H A DinitSLO.php14 $idp->doLogoutRedirect(\SimpleSAML\Utils\HTTP::checkURLAllowed((string) $_GET['RelayState']));
H A DSingleLogoutService.php20 $idp->doLogoutRedirect(\SimpleSAML\Utils\HTTP::checkURLAllowed((string) $_REQUEST['ReturnTo']));
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/www/
H A Dlogout.php8 $link = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['link_href']);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/www/saml2/idp/
H A DinitSLO.php15 $idp->doLogoutRedirect(\SimpleSAML\Utils\HTTP::checkURLAllowed((string) $_GET['RelayState']));
H A DSingleLogoutService.php20 $idp->doLogoutRedirect(\SimpleSAML\Utils\HTTP::checkURLAllowed((string) $_REQUEST['ReturnTo']));
/dports/deskutils/egroupware/egroupware/saml/saml2/idp/
H A DinitSLO.php15 $idp->doLogoutRedirect(\SimpleSAML\Utils\HTTP::checkURLAllowed((string) $_GET['RelayState']));
H A DSingleLogoutService.php20 $idp->doLogoutRedirect(\SimpleSAML\Utils\HTTP::checkURLAllowed((string) $_REQUEST['ReturnTo']));
/dports/deskutils/egroupware/egroupware/saml/
H A Dlogout.php8 $link = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['link_href']);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/www/
H A Dlogout.php8 $link = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['link_href']);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DUtilities.php108 public static function checkURLAllowed($url, array $trustedSites = null) function in SimpleSAML_Utilities
110 return \SimpleSAML\Utils\HTTP::checkURLAllowed($url, $trustedSites);
262 $url = self::checkURLAllowed($url, $allowed_redirect_hosts);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/adfs/lib/IdP/
H A DADFS.php47 $state['adfs:wreply'] = HTTP::checkURLAllowed($query['wreply']);
430 $idp->doLogoutRedirect(HTTP::checkURLAllowed($_GET['wreply']));
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/exampleauth/www/
H A Dauthpage.php16 $returnTo = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DUtilities.php127 public static function checkURLAllowed($url, array $trustedSites = null) function in SimpleSAML\\Utilities
129 return \SimpleSAML\Utils\HTTP::checkURLAllowed($url, $trustedSites);
309 $url = self::checkURLAllowed($url, $allowed_redirect_hosts);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/exampleauth/www/
H A Dauthpage.php16 $returnTo = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']);

12