- Jan 22, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@179 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 20, 2008
-
-
Lasse Birnbaum Jensen authored
Implemented verification of authenticationrequest, logoutrequest and logoutresponse. Moved config of signing and verification to individual metadata entries. To sign/verify on hosted SP there must be a certificate and a privatekey. The normal certificate and privatekey of the IdP are reused when signing is enabled. To verify remote SP and/or IdP the remote certificate must be present. This commit is tested to some extend - please post bugs on google code project page. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@178 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Fixed the signing procedures that calls xmlseclibs, to correctly set the exclusive canonicalization parameter XMLSecurityDSig::EXC_C14N. After tips from the xmlseclib author Rob Richards. Would be great if Hans Z. tested this afterwards as he is using a php version before 5.2, and that was the only place where this problem occured. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@177 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 17, 2008
-
-
Andreas Åkre Solberg authored
Updating the SAML 2.0 authnresponse generation to use the new API in xmlseclibs for adding reference ID attribute... Basicly an updated needed to make the saml 2 part work with the new xmlseclib version git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@176 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Updating xmlseclibs to 1.2.0 and adding support for including certificate chains in shibboleth idp response git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@175 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@174 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@173 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Applied patch from Hans Zandbelt (with some modifications). This patch enables signing of authentication requests if there is an privatekey-element in the SP's metadata. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@172 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@171 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@170 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Adding debug mode for Shibboleth AuthnResponse. If you turn on the debug option in config.php you will now get the web page showing the authnresponse, as it earlier did with SAML 2.0 git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@169 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Fix bug with timestamp handling when shibboleth is sending microseconds... Also some missing commas in the config template git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@168 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@167 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Adding the svn:ignore metadata on the root, so you dont get questino marks for all your metadata that you are using for testing... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@166 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Added the possibility for the logger to get the trackID it self... Temporary thing, we shuold rewrite and improve the logging class a bit. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@165 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Patch from Stefan Winter for retrieving radius attributes in the login-radius authentication module. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@164 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@163 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 16, 2008
-
-
Lasse Birnbaum Jensen authored
line 50: disco.layout -> idpdisco.layout Due to my adapted config.php i didnt catch the error. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@162 44740490-163a-0410-bde0-09ae8108e29a
-
Lasse Birnbaum Jensen authored
Added option for 2 possible layouts of the idpdisco. The current link-list and the new dropdown box. Layout is choosen in the config.php. Added cookie support for prefered choice of idp. My 1st commit to simpleSAMLphp git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@161 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 15, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@160 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Removed the SimpleSAML_XML_MetaDataStore class and replaced all references to it with the SimpleSAML_Metadata_MetaDataStorageHandler class. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@159 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@158 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 11, 2008
-
-
Andreas Åkre Solberg authored
As the index.php now is a php file, I moved the content out to a template file, such that it can be langualized ;) git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@157 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Added configuration options in config.php to enable and disable functionality. Also made the front page of the installation dynamic depending on what functionality that is enabled. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@156 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@155 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
More or less implemeted the last part of the SAML 2.0 Metadata XML task item. Done a bit testing, but still at an early stage... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@154 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Improved the metadata overview admin page by configuring which parameters that are optional and required in each metadata set git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@153 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@152 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Change the metadata set we retrieve the base64encode parameter from. Now at the IdP side it will read this option from the SAML 2.0 SP Remote metadata. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@151 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@150 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 09, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@149 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Progress on the SAML 2.0 XML Meta data handler... Added a separate sipleXML parser, that I will reuse other places in the code. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@148 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 08, 2008
-
-
Andreas Åkre Solberg authored
Changed classes that access metadata to use the new API. Also added some initial code to start parsing Shibboleth 1.3 IdP metadata.. will do more on this tomorrow. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@147 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 07, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@146 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@145 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Copied the flat file metadata handler to a new SAML2 Meta data class. For now, just a copy, will implement this class tomorrow. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@144 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@143 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@142 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@141 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@140 44740490-163a-0410-bde0-09ae8108e29a
-