Shibenv-PHP-Lazy http://shib.kuleuven.be/download/sp/test_scripts/shibenv.php.txt alapján: Shibboleth Attributes - <?php echo $_SERVER["SERVER_NAME"]; ?> Kattints ide a Shibboleth-es belepeshez

"; } else { $LogoutUrl = $myServer . "/Shibboleth.sso/Logout"; echo "

Van Shib session, oh yeah.

"; echo "

Kattints ide, ha errol az SP-rol ki akarsz jelentkezni

"; } echo "
"; ?> -all SHIB headers- (HTTP_SHIB_ATTRIBUTES is not shown in this list) '; foreach ($_SERVER as $key => $value) { $fkey='_'.$key; if ( strpos($fkey,'SHIB')>1 && $key!="HTTP_SHIB_ATTRIBUTES") # if ( strpos($fkey,'SHIB')>1 ) { echo ''; echo ''.$key.''.$value.''; echo ''; } } echo '(REMOTE_USER)'.$_SERVER['REMOTE_USER'].''; echo '(HTTP_REMOTE_USER)'.$_SERVER['HTTP_REMOTE_USER'].''; echo 'HTTP_SHIB_LOGOUTURL'.$_SERVER['HTTP_SHIB_LOGOUTURL'] .'[logout] '; echo ''; ?>
attribute response from the IdP (HTTP_SHIB_ATTRIBUTES):



notes:
The AAP throws away invalid values (eg an unscopedAffiliation of value "myBoss@<yourdomain>" or a value with an invalid scope which scope is checked)
The raw attribute response (HTTP_SHIB_ATTRIBUTES) is NOT filtered by the AAP and should therefore be disabled for most applications (exportAssertion=false).



$_REQUEST '; foreach ($_REQUEST as $key => $value) { echo ''; echo ''.$key.''.$value.''; echo ''; } echo ''; ?>


$_SERVER '; foreach ($_SERVER as $key => $value) { echo ''; echo ''.$key.''.$value.''; echo ''; } echo ''; ?>


$_SESSION '; foreach ($_SESSION as $key => $value) { echo ''; echo ''.$key.''.$value.''; echo ''; } echo ''; ?>