summaryrefslogtreecommitdiffstats
path: root/auth_mellon_handler.c
Commit message (Expand)AuthorAgeFilesLines
* Use discovery service with "login" endpoint.olavmrk2013-03-061-4/+16
* Fix incorrect use of const-keyword in login handler.olavmrk2013-03-061-3/+5
* Do not mark a session as logged in before all processing is completed.olavmrk2013-03-061-3/+3
* Avoid locking and unlocking the session multiple times during login.olavmrk2013-03-061-21/+14
* Fix missing session release in error path during login.olavmrk2013-03-061-0/+1
* Disable automatic creation of MellonPostDirectory.olavmrk2013-03-061-1/+8
* Disable replay of POST request by default.olavmrk2013-03-061-2/+8
* Remove duplicate endpoint handlers.olavmrk2013-03-061-4/+0
* Fix SP-initiated logout.olavmrk2013-03-061-0/+1
* replace all assignment to r->content_type by calls to ap_set_content_typebenjamin.dauvergne2012-10-091-7/+6
* Add configuration directive MellonDoNotVerifyLogoutSignaturebenjamin.dauvergne2012-10-091-0/+24
* Add a local logout only possibility when IdP does not support logoutbenjamin.dauvergne2012-10-091-14/+17
* rework logout handler to really handle SOAP requestsbenjamin.dauvergne2012-10-091-51/+45
* add a new helper function to return SAML responsesbenjamin.dauvergne2012-10-091-0/+38
* Add directive MellonSubjectConfirmationDataAddressCheckbenjamin.dauvergne2012-02-171-1/+2
* Support for HTTP-POST SingleSignOnService endpoint.olavmrk2012-01-121-31/+146
* Always redirect to the login URL when starting authentication.olavmrk2012-01-121-1/+13
* Split am_auth_new_ticket() into am_handle_auth() and am_start_auth().olavmrk2012-01-121-9/+42
* Extract am_start_disco() from am_auth_new_ticket().olavmrk2012-01-121-32/+49
* Move discovery response endpoint to "login" instead of "auth".olavmrk2012-01-121-1/+1
* Fix entityID sent to discovery service.olavmrk2012-01-121-2/+11
* Merge am_endpoint_handler() and am_handler().olavmrk2012-01-121-68/+33
* Initialize AuthnRequest with asked AuthnContextClassRef if neededolavmrk2011-12-071-0/+24
* Add checking for AuthContextClassRefolavmrk2011-12-071-0/+60
* Honour MellonProbeDiscoveryIdP order when sending probesmanu@netbsd.org2011-12-051-51/+75
* Avoid dependency on GLib 2.16.olavmrk2011-09-231-7/+14
* Avoid using APR_ARRAY_IDX.olavmrk2011-05-181-1/+1
* Add support for inheriting lasso_server objects.olavmrk2011-05-181-3/+7
* Add support for loading federation metadata files.olavmrk2011-05-181-14/+44
* Change am_server_add_providers to return number of providers from LassoServer...olavmrk2011-05-181-5/+2
* Change cfg->idp_metadata_files to an array instead of an hash.olavmrk2011-05-181-13/+7
* Change am_handle_probe_discovery() to use providers from LassoServer.olavmrk2011-05-181-8/+10
* Change am_get_idp() to use providers from LassoServer.olavmrk2011-05-181-8/+7
* Change am_first_idp() to retrieve the entityID from the LassoServer object.olavmrk2011-05-181-10/+10
* Move am_get_idp() and am_first_idp() to after am_get_lasso_server().olavmrk2011-05-181-84/+86
* Unbreak logout for lasso version >= 2.3.0benjamin.dauvergne2011-05-041-28/+31
* A /mellon/probeDisco endpoint replaces the builtin:get-metadata IdP manu@netbsd.org2011-03-091-73/+147
* Report the received Recipient for error on SubjectConfirmationDatabenjamin.dauvergne2010-09-281-2/+2
* Fix error for query string starting characterbenjamin.dauvergne2010-09-281-1/+5
* Fix segfault when no assertion is foundbenjamin.dauvergne2010-09-281-3/+5
* Improve formatting of metadatas, fix endpointsbenjamin.dauvergne2010-09-281-29/+28
* Verify Address in SubjectConfirmationData.olavmrk2010-07-021-0/+10
* Type checking of all referenced XML elements.olavmrk2010-07-021-12/+57
* Support subsecond precision timestamps.olavmrk2010-07-011-6/+35
* Validate received response.olavmrk2010-06-301-0/+196
* Reject messages with more than one assertion.olavmrk2010-06-301-79/+77
* login endpointolavmrk2010-06-181-0/+70
* Refactor out am_send_authn_request from am_auth_new_ticket.olavmrk2010-06-181-62/+80
* Fix memory leak on no-cookie error during response processing.olavmrk2010-06-171-0/+2
* Set the MellonIDP variable to the IdP that we got a response from.olavmrk2010-06-171-11/+16