diff options
author | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-01-30 10:21:53 +0000 |
---|---|---|
committer | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-01-30 10:21:53 +0000 |
commit | fdac05cb3d19e86867130d87992a825fd85e19f7 (patch) | |
tree | e770c9649555d525d217a5a5d63564d200a0ff33 /lib/SimpleSAML/XML/Shib13/AuthnResponse.php | |
parent | 4e552537357855348fd35a40d03cdac70ef93699 (diff) | |
download | simplesamlphp-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.php | 2 |
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 = ''; |