在simplesamlphp中发送身份验证请求时如何设置saml:Subject

时间:2018-11-29 15:32:42

标签: simplesamlphp

以下是我所做但似乎没有奏效的一个例子:

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();

0 个答案:

没有答案