13
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typo bug caused slo to fail More... over 18 years ago
The metadata show files are now using the new fatalerror handler More... over 18 years ago
removed commented out code More... over 18 years ago
modified the configuration class so it allows multiple simultanous instances. This is important in the case where you write a separate application that makes use of simplesamlphp and also make use of the simplesamlphp libraries as the template system where the template directory is not the same as for simplesamlphp itself. I am writing an application called openwiki where this is important. should not break existing code, and no modifications neccessary in other simplesamlphp files. More... over 18 years ago
cleaning shib 1.3 signature code, and add some error checks for whether the cert and private key files exists More... over 18 years ago
Using AssertionConsumerService instead of shire to better match saml2 metadata. also making audience optional, and make some error proofing. More... over 18 years ago
Updating what metadata parameters that are required versus optional for shib 1.3 sp remote More... over 18 years ago
Fixed two bugs with signing Shib 1.3 responses. 1) certificate chain bug 2) switched to sign responses instead of assertions More... over 18 years ago
Adding some custom icons to some template pages. Some minor edits on install doc (just removing some sections) More... over 18 years ago
Updating sending metadata part to be more flexible and allow sending metadata to dkaai and others More... over 18 years ago
Implementeed better error handling. Separate static function for fatal error in utitilies that present a error the user. This page to the user shows a error text that can be localized to several languages, the error page also shows debug text, and a way to submit errors to the administrators. More... over 18 years ago
Changed SAML2 AuthnResponse processing. More... over 18 years ago
Removed unnecessary class variables from Shib13:AuthnResponse class. More... over 18 years ago
Changed SAML2:AuthnResponse to use the new Validator class, and cleaned up getAttributes(). More... over 18 years ago
Adding missing css file. More... over 18 years ago
Changed Shib13:AuthnResponse to use a DOM parser. More... over 18 years ago
Reenabled caching of parsed XML in AuthnResponse. More... over 18 years ago
Improving the HTML layout, UI etc.. Hope there is not introduced any UI bugs here. Be aware. More... over 18 years ago
By an accident i removed the abstract keyword when adding a header on this file More... over 18 years ago
added lgpl licence More... over 18 years ago
Setting file properties in svn metadata. Adding header in all library php files with version etc. More... over 18 years ago
Improved the SAML messages templates regarding XML namespaces optimalization etc. in the logout request and response. More... over 18 years ago
At the shibboleth 1.3 idp, move base64attributes option from idphosted to spremote More... over 18 years ago
Template metadata for SAML 2.0 IdP was wrong about where to put the configuration for base64attributes. This should be in spremote and not in idphosted More... over 18 years ago
The session class now takes the nameid as an array with value and format, instead of two separate methods. this resulted in changes in several files. More... over 18 years ago
Adding support for multivalued attributes in the Shib 1.3 IdP More... over 18 years ago
Removed references to SPNameIdentifier, and added support for at SP to define ForceAuthn = true in metadata. More... over 18 years ago
Changed Shib13:AuthnResponse class to use the new XML validator. More... over 18 years ago
Added XML validator helper class. More... over 18 years ago
Changed the authentication request in SAML 2.0. More effective xml namespaces, removed some unneccessary optional fields, etc. More... over 18 years ago