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

Service SimpleSAMLphp与我的应用程序集成中的问题,service,identity,saml,simplesamlphp,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

以下是我用于将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请求URI太长。

页面不可用。请检查我是否已更新问题详细信息