sora666 / simplesamlphp

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

Support IdP-initiated SSO for SAML 2.0 #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the SAML 2.0 protocol, it is possible to initiate SSO from the IdP (by
issuing a Response without a InResponseTo attribute). I've attached a patch
which adds support for this by checking for an SP entity Id in SSOService.php.

Original issue reported on code.google.com by jre...@gmail.com on 14 Jan 2009 at 10:56

Attachments:

GoogleCodeExporter commented 8 years ago
Patch which also checks for responseto in the assertion element. The previous 
patch
only checked in the Response element.

Original comment by jre...@gmail.com on 20 Jan 2009 at 10:16

Attachments:

GoogleCodeExporter commented 8 years ago
I believe this was fixed by in r1242.

Original comment by olavmrk@gmail.com on 1 Apr 2009 at 6:14