| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Require SSL on SP when using --saml-secure-setup | Nathan Kinder | 2015-03-10 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | If ipsilon-client-install is used with the --saml-secure-setup option (which is set by default), only https connections will work for authentication. We are not setting the SSLRequireSSL directive though, so we set mellon up to fail. This patch adds the SSLRequireSSL directive to the SP config when --saml-secure-setup is specified. In addition, we add a rewrite rule to rewrite http requests to https for the SP. https://fedorahosted.org/ipsilon/ticket/80 Signed-off-by: Nathan Kinder <nkinder@redhat.com> Reviewed-by: Rob Crittenden <rcritten@redhat.com> | ||||
| * | Allow turning off security at install time | Simo Sorce | 2014-06-04 | 1 | -1/+1 |
| | | | | | | | This should be used only for testing purposes Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
| * | Add basic installation script with saml support | Simo Sorce | 2014-04-11 | 1 | -0/+28 |
| Generates (self signed) certificates and a metdata.xml file. Optionally configures an Apache Httpd server. If the admin does not configure a specific application at install time a default landing page is made available to be able to test that the SP configuration works. Uninstall removes all certificates and metadata file and is irreversible. | |||||
