summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend default SAML IdP metadata validity periodticket_103Nathan Kinder2015-04-081-8/+26
* Suppress --config-profile option from installer script help outputNathan Kinder2015-04-062-2/+2
* Add document on web app integration for SAMLNathan Kinder2015-04-061-0/+415
* Validate SP names for admin pages and RESTNathan Kinder2015-04-013-11/+49
* Allow SP registration from ipsilon-client-installNathan Kinder2015-04-012-9/+133
* IdP-initiated logout for current userRob Crittenden2015-04-014-3/+145
* SP uninstall attempts to run installNathan Kinder2015-03-311-2/+2
* Release v0.5.0Patrick Uiterwijk2015-03-302-2/+5
* Add options to explicitly set database uris during installPatrick Uiterwijk2015-03-305-9/+22
* Use all SSSD domains for info plugin by default.Rob Crittenden2015-03-271-11/+23
* Add a method to Installer classes to validate argument inputRob Crittenden2015-03-275-0/+17
* Try to return a redirect instead a 400 for "not logged in" stateRob Crittenden2015-03-271-9/+43
* Add tests for Name ID functionalityRob Crittenden2015-03-244-1/+356
* Make unspecified the default Name ID format, add to enabled listRob Crittenden2015-03-231-2/+3
* Allow user to specify Name ID format when configuring SP.Rob Crittenden2015-03-231-0/+4
* Implement urn:oasis:names:tc:SAML:1.1:nameid-format:unspecifiedRob Crittenden2015-03-232-2/+2
* Implement urn:oasis:names:tc:SAML:2.0:nameid-format:persistentRob Crittenden2015-03-235-8/+33
* Implement urn:oasis:names:tc:SAML:2.0:nameid-format:transientRob Crittenden2015-03-231-2/+2
* When a new logout session is received, save old session idsRob Crittenden2015-03-232-1/+23
* Add LDAP testSimo Sorce2015-03-237-2/+252
* Fix fetching infoldap plugin groupsSimo Sorce2015-03-232-8/+44
* set SELinux boolean httpd_can_connect_ldap when install infolap and authldapJohn Dennis2015-03-232-0/+18
* Set Cache-control on all generated pages, centralize in EndpointRob Crittenden2015-03-195-17/+4
* Assertion AttributeStatements must be non-emptyJohn Dennis2015-03-181-8/+11
* Allow SP installation to be on non-standard portsNathan Kinder2015-03-182-4/+21
* Properly handle groups info in SAML providerSimo Sorce2015-03-171-0/+6
* Add negative authentication testSimo Sorce2015-03-171-0/+10
* Fix error returned from login pluginsSimo Sorce2015-03-175-0/+7
* Make SSSD Info enable the httpd_dbus_sssd boolean.Patrick Uiterwijk2015-03-171-0/+7
* Build dated RPMs by defaultPatrick Uiterwijk2015-03-162-3/+8
* Save user attributes on subsequent calls to login.Rob Crittenden2015-03-161-0/+2
* Use the IPA API directly when adding the HTTP principalRob Crittenden2015-03-162-30/+49
* Fix some pylint warnings in logout test about shadowing variables.Rob Crittenden2015-03-161-3/+4
* Add test for multi-SP logoutRob Crittenden2015-03-162-1/+119
* Set MALLOC_CHECK_ and MALLOC_PERTURB_ to catch memory problemsRob Crittenden2015-03-161-0/+3
* Enable Apache access log and core dump in testsRob Crittenden2015-03-161-0/+7
* Don't explicitly save sessionsHEADmasterNathan Kinder2015-03-121-4/+0
* Proper fallback from referer to REQUEST_URISimo Sorce2015-03-121-2/+4
* Validate SP path settings during installationNathan Kinder2015-03-111-0/+21
* Add mod_wsgi display name for Ipsilon WSGI processNathan Kinder2015-03-111-1/+1
* Add Cache-Control header to prevent browser caching of SAML auth locationNathan Kinder2015-03-101-0/+1
* Require SSL on SP when using --saml-secure-setupNathan Kinder2015-03-102-1/+14
* Find transaction ids for internal redirectsSimo Sorce2015-03-061-2/+8
* Fix transaction ID passing for failed authenticationPatrick Uiterwijk2015-03-031-3/+6
* Require admin when accessing REST pagesRob Crittenden2015-03-032-0/+8
* Install and package the new REST componentsRob Crittenden2015-03-032-2/+3
* Add test for REST Service Provider GET and POSTRob Crittenden2015-02-273-9/+301
* Break out getting SP metadata into a separate test helperRob Crittenden2015-02-271-3/+8
* Load and initialize REST in the SAML2 pluginRob Crittenden2015-02-271-0/+3
* Implement GET and POST REST API for Service ProvidersRob Crittenden2015-02-271-0/+107