-
- Downloads
Implemented more efficient storage of AuthnRequests in session. Instead of...
Implemented more efficient storage of AuthnRequests in session. Instead of caching the complete request object, we now cache an assoc array with the neccessary parameters. Both for SAML 2.0 and Shib 1.3. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@200 44740490-163a-0410-bde0-09ae8108e29a
Showing
- config/config-template.php 4 additions, 0 deletionsconfig/config-template.php
- lib/SimpleSAML/Session.php 74 additions, 14 deletionslib/SimpleSAML/Session.php
- lib/SimpleSAML/XML/SAML20/AuthnRequest.php 10 additions, 21 deletionslib/SimpleSAML/XML/SAML20/AuthnRequest.php
- lib/SimpleSAML/XML/SAML20/AuthnResponse.php 15 additions, 24 deletionslib/SimpleSAML/XML/SAML20/AuthnResponse.php
- lib/SimpleSAML/XML/Shib13/AuthnRequest.php 7 additions, 31 deletionslib/SimpleSAML/XML/Shib13/AuthnRequest.php
- www/saml2/idp/SSOService.php 69 additions, 32 deletionswww/saml2/idp/SSOService.php
- www/saml2/sp/AssertionConsumerService.php 1 addition, 1 deletionwww/saml2/sp/AssertionConsumerService.php
- www/shib13/idp/SSOService.php 83 additions, 29 deletionswww/shib13/idp/SSOService.php
- www/shib13/sp/initSSO.php 3 additions, 10 deletionswww/shib13/sp/initSSO.php
Please register or sign in to comment