summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/XML/Shib13/AuthnResponse.php
diff options
context:
space:
mode:
authorAndreas Åkre Solberg <andreas.solberg@uninett.no>2008-01-30 10:21:53 +0000
committerAndreas Åkre Solberg <andreas.solberg@uninett.no>2008-01-30 10:21:53 +0000
commitfdac05cb3d19e86867130d87992a825fd85e19f7 (patch)
treee770c9649555d525d217a5a5d63564d200a0ff33 /lib/SimpleSAML/XML/Shib13/AuthnResponse.php
parent4e552537357855348fd35a40d03cdac70ef93699 (diff)
downloadsimplesamlphp-fdac05cb3d19e86867130d87992a825fd85e19f7.zip
simplesamlphp-fdac05cb3d19e86867130d87992a825fd85e19f7.tar.gz
simplesamlphp-fdac05cb3d19e86867130d87992a825fd85e19f7.tar.bz2
At the shibboleth 1.3 idp, move base64attributes option from idphosted to spremote
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@220 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SimpleSAML/XML/Shib13/AuthnResponse.php')
-rw-r--r--lib/SimpleSAML/XML/Shib13/AuthnResponse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php
index 00e4f75..83c783a 100644
--- a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php
+++ b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php
@@ -296,7 +296,7 @@ class SimpleSAML_XML_Shib13_AuthnResponse extends SimpleSAML_XML_AuthnResponse {
$shire = $spmd['shire'];
$audience = $spmd['audience'];
- $base64 = $idpmd['base64'];
+ $base64 = $spmd['base64attributes'];
$encodedattributes = '';