Add support for sending responses with the HTTP-Artifact binding.
This patch implements support for sending responses to authentication requests via the HTTP-Artifact binding. To enable, add 'saml20.sendartifact' => TRUE in saml20-idp-hosted metadata. The IdP should then send HTTP-Artifact responses to SPs that request it. Note that this requires a working memcache server. Thanks to Danny Bollaert for implementing support for this. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2121 44740490-163a-0410-bde0-09ae8108e29a
Showing
- docs/simplesamlphp-reference-idp-hosted.txt 6 additions, 0 deletionsdocs/simplesamlphp-reference-idp-hosted.txt
- lib/SAML2/ArtifactResolve.php 62 additions, 0 deletionslib/SAML2/ArtifactResolve.php
- lib/SAML2/ArtifactResponse.php 69 additions, 0 deletionslib/SAML2/ArtifactResponse.php
- lib/SAML2/Binding.php 6 additions, 0 deletionslib/SAML2/Binding.php
- lib/SAML2/Const.php 10 additions, 0 deletionslib/SAML2/Const.php
- lib/SAML2/HTTPArtifact.php 64 additions, 0 deletionslib/SAML2/HTTPArtifact.php
- lib/SAML2/Message.php 4 additions, 0 deletionslib/SAML2/Message.php
- lib/SAML2/SOAP.php 55 additions, 0 deletionslib/SAML2/SOAP.php
- lib/SAML2/Utils.php 1 addition, 0 deletionslib/SAML2/Utils.php
- lib/SimpleSAML/Configuration.php 2 additions, 0 deletionslib/SimpleSAML/Configuration.php
- lib/SimpleSAML/Metadata/SAMLBuilder.php 4 additions, 0 deletionslib/SimpleSAML/Metadata/SAMLBuilder.php
- modules/saml/lib/IdP/SAML2.php 45 additions, 5 deletionsmodules/saml/lib/IdP/SAML2.php
- www/saml2/idp/ArtifactResolutionService.php 42 additions, 0 deletionswww/saml2/idp/ArtifactResolutionService.php
- www/saml2/idp/metadata.php 20 additions, 11 deletionswww/saml2/idp/metadata.php
Loading
Please register or sign in to comment