1

以下是我用来将 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 too long。

4

0 回答 0