Skip to content
Snippets Groups Projects
Commit 238ec6ed authored by Olav Morken's avatar Olav Morken
Browse files

Fix shib13 consent to support storing consent in database.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@666 44740490-163a-0410-bde0-09ae8108e29a
parent e87b4de4
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,8 @@ if (!$session->isAuthenticated($authority) ) { ...@@ -137,7 +137,8 @@ if (!$session->isAuthenticated($authority) ) {
/* /*
* Attribute handling * Attribute handling
*/ */
$afilter = new SimpleSAML_XML_AttributeFilter($config, $session->getAttributes()); $attributes = $session->getAttributes();
$afilter = new SimpleSAML_XML_AttributeFilter($config, $attributes);
$afilter->process($idpmetadata, $spmetadata); $afilter->process($idpmetadata, $spmetadata);
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment