diff options
author | Simo Sorce <simo@redhat.com> | 2014-04-05 13:23:02 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-04-11 18:02:07 -0400 |
commit | a0374da67060c6e69ff6f1c2d25d2df357c25751 (patch) | |
tree | 23231072e26ab1a212300086daf281b8109d0938 /ui/saml2sp | |
parent | 2bed65a8810b7f81ec2be93275fa06f4da52e56f (diff) | |
download | ipsilon.git-a0374da67060c6e69ff6f1c2d25d2df357c25751.tar.gz ipsilon.git-a0374da67060c6e69ff6f1c2d25d2df357c25751.tar.xz ipsilon.git-a0374da67060c6e69ff6f1c2d25d2df357c25751.zip |
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.
Diffstat (limited to 'ui/saml2sp')
-rw-r--r-- | ui/saml2sp/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ +<html> + <head> + <title>Service Provider Authenticated Page</title> + </head> + <body> + Congratulations, your SAML2 Service Provider is working. + </body> +</html> |