Log In
Red-Hat-Bugzilla
/
perl-Net-SAML2
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
d36a451
Add a Dancer-based test app to demonstrate SAML SSO and SLO.
Authored and Committed by Chris Andrews
14 years ago
raw
patch
tree
parent
24 files changed.
575 lines added
.
0 lines removed
.
testapp/Makefile.PL
file added
+21
testapp/Saml2Test.pl
file added
+5
testapp/config.yml
file added
+5
testapp/environments/development.yml
file added
+4
testapp/environments/production.yml
file added
+6
testapp/lib/Saml2Test.pm
file added
+165
testapp/logs/development.log
file added
+15
testapp/public/404.html
file added
+17
testapp/public/500.html
file added
+17
testapp/public/css/error.css
file added
+70
testapp/public/css/style.css
file added
+34
testapp/public/dispatch.cgi
file added
+3
testapp/public/dispatch.fcgi
file added
+6
testapp/public/favicon.ico
file added
+0
testapp/saml.pem
file added
+34
testapp/saml_cacert.pem
file added
+23
testapp/sign-certonly.pem
file added
+19
testapp/sign-nopw-cert.pem
file added
+34
testapp/sign-private.pem
file added
+15
testapp/t/001_base.t
file added
+5
testapp/t/002_index_route.t
file added
+12
testapp/views/index.tt
file added
+3
testapp/views/layouts/main.tt
file added
+17
testapp/views/user.tt
file added
+45
Add a Dancer-based test app to demonstrate SAML SSO and SLO.
testapp/Makefile.PL
file added
+21
testapp/Saml2Test.pl
file added
+5
testapp/config.yml
file added
+5
testapp/environments/development.yml
file added
+4
testapp/environments/production.yml
file added
+6
testapp/lib/Saml2Test.pm
file added
+165
testapp/logs/development.log
file added
+15
testapp/public/404.html
file added
+17
testapp/public/500.html
file added
+17
testapp/public/css/error.css
file added
+70
testapp/public/css/style.css
file added
+34
testapp/public/dispatch.cgi
file added
+3
testapp/public/dispatch.fcgi
file added
+6
testapp/public/favicon.ico
file added
+0
empty file added
testapp/saml.pem
file added
+34
testapp/saml_cacert.pem
file added
+23
testapp/sign-certonly.pem
file added
+19
testapp/sign-nopw-cert.pem
file added
+34
testapp/sign-private.pem
file added
+15
testapp/t/001_base.t
file added
+5
testapp/t/002_index_route.t
file added
+12
testapp/views/index.tt
file added
+3
testapp/views/layouts/main.tt
file added
+17
testapp/views/user.tt
file added
+45