Files
deb-python-pysaml2/example
Andreas Richter 4a32aab3a1 IDP logout fix, add .gitignore
Make IDP logout a little more resilient by double checking content in the cache.
Added some .gitignore for generated and copied files in idp, sp and idp2 folders.
Allow both sp and idp2 to be mounted using wsgi container.
Add static handler for css and other files in idp2.
2014-03-07 08:22:08 -05:00
..
2014-03-07 08:22:08 -05:00
2014-03-07 08:22:08 -05:00
2014-03-07 08:22:08 -05:00
2013-02-07 10:38:41 +01:00
2013-04-28 09:49:53 +02:00

This is a very simple setup just to check that all your gear are in order.

The setup consists of one IdP and one SP.
The IdP authenticates users by using a htpasswd plugin and gets the identity information
from the ini-plugin.

All this is in the idp/who.ini configuration file, the file used for authentication
is idp/passwd and the ini file is idp/idp_user.ini.

The passwords in passwd in clear text:

roland:friend
ozzie:two
derek:three
ryan:four
ischiro:five

The SP doesn't do anything but show you the information that the IdP sent.

To make it easy, for me :-), both the IdP and the SP uses the same keys.

To run the setup do

./run.sh

and then use your favourit webbrowser to look at "http://localhost:8087/whoami"