SimpleSAMLphp与我的应用程序集成的问题

时间:2014-05-21 10:38:55

标签: service identity saml simplesamlphp

以下是我用来将SAML集成到我的应用程序中的代码:

require_once('../../sp_saml/lib/_autoload.php');
$as = new SimpleSAML_Auth_Simple('trunk-sp');
$as->requireAuth();
$attributes = $as->getAttributes();
print_r($attributes);

我得到的问题仅与https页面有关。当尝试从SimpleSAMLphp进行身份验证时,它会转到414 Request URI太长。

0 个答案:

没有答案