summaryrefslogtreecommitdiff
path: root/www/ap2-auth-mellon
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11Change since 0.2.4:manu2-6/+7
* Fix for downloads of files with Internet Explorer with SSL enabled. * Mark session as disabled as soon as logout starts, in case the IdP doesn't respond. * Bugfix for session lifetime. Take the session lifetime from the SessionNotOnOrAfter attribute if it is present.
2009-06-15Update to 0.2.2. From NEWS:manu3-56/+6
* Improve metadata autogeneration: cleanup certificate, allow Organizarion element data to be supplied from Apache configuration
2009-06-06Update to 0.2.1:manu4-122/+57
* Make SAML authentication assertion and Lasso session available in the environement. * Autogeneration of SP metadata. (Requires Lasso 2.2.2 or newer.) * Multiple IdP support, with discovery service. * Built in discovery service which tests the availability of each IdP, and uses the first available IdP. * Fix a mutex leak. * MellonSecureCookie option, which enables Secure + HttpOnly flags on session cookies. * Better handling of logout request when the user is already logged out.
2009-03-03Add missing version in package namesmanu1-2/+2
2009-03-02mod_auth_mellon is a authentication module for apache. It authenticatesmanu6-0/+169
the user against a SAML 2.0 IdP, and and grants access to directories depending on attributes received from the IdP.