9if (!isset($_REQUEST[
'ReturnTo'])) {
13if (!isset($_REQUEST[
'AuthId'])) {
21 'ReturnTo' => \
SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST[
'ReturnTo']),
28if (!empty($_REQUEST[
'saml:idp'])) {
29 $options[
'saml:idp'] = $_REQUEST[
'saml:idp'];
32$as = new \SimpleSAML\Auth\Simple($_REQUEST[
'AuthId']);
if(!empty($_REQUEST['saml:idp'])) $as
if(!isset( $_REQUEST[ 'ReturnTo'])) if(!isset($_REQUEST['AuthId'])) $options
An exception for terminatinating execution or to throw for unit testing.
static redirectTrustedURL($url, $parameters=array())
This function redirects to the specified URL without performing any security checks.
Attribute-related utility methods.