以下是我所做但似乎没有奏效的一个例子:
require_once('/ opt / simplesamlphp / lib / _autoload.php');
$as = new SimpleSAML_Auth_Simple('default-sp');
$as->requireAuth(array(
'saml:Subject' => array('Value' => 'testSubject'),
));
$attributes = $as->getAttributes();