vivekrajenderan / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

Implement SAML2 sender-vouches subject confirmation method (followup to #333) #600

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure an IdP which uses the 
'urn:oasis:names:tc:SAML:2.0:cm:sender-vouches' SubjectConfirmation-Method
2. Use the Authentication test page

I would expect to be authenticated, but get an exception:

Backtrace:
0 /var/simplesamlphp/www/module.php:180 (N/A)
Caused by: SimpleSAML_Error_Exception: Error validating SubjectConfirmation in 
Assertion: Invalid Method on SubjectConfirmation: 
'urn:oasis:names:tc:SAML:2.0:cm:sender-vouches'
Backtrace:
3 /var/simplesamlphp/modules/saml/lib/Message.php:694 
(sspmod_saml_Message::processAssertion)
2 /var/simplesamlphp/modules/saml/lib/Message.php:528 
(sspmod_saml_Message::processResponse)
1 /var/simplesamlphp/modules/saml/www/sp/saml2-acs.php:81 (require)
0 /var/simplesamlphp/www/module.php:135 (N/A)

What version of the product are you using? On what operating system?
1.11.0 on Ubuntu 13.10.

This is a follow-up for Issue #333. 

Original issue reported on code.google.com by fefefan...@googlemail.com on 27 Nov 2013 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by jaim...@gmail.com on 26 Feb 2014 at 4:26

GoogleCodeExporter commented 9 years ago
Closing the issue here, moved to:

https://github.com/simplesamlphp/simplesamlphp/issues/50

Original comment by jaim...@gmail.com on 27 Feb 2014 at 7:17