From a0374da67060c6e69ff6f1c2d25d2df357c25751 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 5 Apr 2014 13:23:02 -0400 Subject: Add basic installation script with saml support 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. --- ui/saml2sp/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ui/saml2sp/index.html (limited to 'ui') diff --git a/ui/saml2sp/index.html b/ui/saml2sp/index.html new file mode 100644 index 0000000..a7e6b66 --- /dev/null +++ b/ui/saml2sp/index.html @@ -0,0 +1,8 @@ + + + Service Provider Authenticated Page + + + Congratulations, your SAML2 Service Provider is working. + + -- cgit